Uses of Class
org.camunda.bpm.container.impl.spi.DeploymentOperation

Packages that use DeploymentOperation
org.camunda.bpm.container.impl.deployment   
org.camunda.bpm.container.impl.deployment.jobexecutor   
org.camunda.bpm.container.impl.deployment.util   
org.camunda.bpm.container.impl.jmx   
org.camunda.bpm.container.impl.spi   
org.camunda.bpm.container.impl.tomcat.deployment   
 

Uses of DeploymentOperation in org.camunda.bpm.container.impl.deployment
 

Methods in org.camunda.bpm.container.impl.deployment with parameters of type DeploymentOperation
 void DeployProcessArchiveStep.cancelOperationStep(DeploymentOperation operationContext)
           
abstract  URL AbstractParseBpmPlatformXmlStep.getBpmPlatformXmlStream(DeploymentOperation operationContext)
           
protected  List<ProcessEngineXml> PlatformXmlStartProcessEnginesStep.getProcessEnginesXmls(DeploymentOperation operationContext)
           
protected  List<ProcessEngineXml> ProcessesXmlStartProcessEnginesStep.getProcessEnginesXmls(DeploymentOperation operationContext)
           
protected abstract  List<ProcessEngineXml> AbstractStartProcessEnginesStep.getProcessEnginesXmls(DeploymentOperation operationContext)
           
 void StartProcessEngineStep.performOperationStep(DeploymentOperation operationContext)
           
 void StartProcessApplicationServiceStep.performOperationStep(DeploymentOperation operationContext)
           
 void UndeployProcessArchivesStep.performOperationStep(DeploymentOperation operationContext)
           
 void PostDeployInvocationStep.performOperationStep(DeploymentOperation operationContext)
           
 void StopProcessEnginesStep.performOperationStep(DeploymentOperation operationContext)
           
 void DeployProcessArchivesStep.performOperationStep(DeploymentOperation operationContext)
           
 void StopProcessApplicationServiceStep.performOperationStep(DeploymentOperation operationContext)
           
 void ParseProcessesXmlStep.performOperationStep(DeploymentOperation operationContext)
           
 void AbstractParseBpmPlatformXmlStep.performOperationStep(DeploymentOperation operationContext)
           
 void PreUndeployInvocationStep.performOperationStep(DeploymentOperation operationContext)
           
 void StopProcessApplicationsStep.performOperationStep(DeploymentOperation operationContext)
           
 void ProcessesXmlStopProcessEnginesStep.performOperationStep(DeploymentOperation operationContext)
           
 void UndeployProcessArchiveStep.performOperationStep(DeploymentOperation operationContext)
           
 void DeployProcessArchiveStep.performOperationStep(DeploymentOperation operationContext)
           
 void AbstractStartProcessEnginesStep.performOperationStep(DeploymentOperation operationContext)
           
protected  void ProcessesXmlStopProcessEnginesStep.stopProcessEngine(String processEngineName, DeploymentOperation operationContext)
           
protected  void ProcessesXmlStopProcessEnginesStep.stopProcessEngines(List<ProcessEngineXml> processEngine, DeploymentOperation operationContext)
           
 

Uses of DeploymentOperation in org.camunda.bpm.container.impl.deployment.jobexecutor
 

Methods in org.camunda.bpm.container.impl.deployment.jobexecutor with parameters of type DeploymentOperation
 void StartManagedThreadPoolStep.performOperationStep(DeploymentOperation operationContext)
           
 void StartJobAcquisitionStep.performOperationStep(DeploymentOperation operationContext)
           
 void StopJobExecutorStep.performOperationStep(DeploymentOperation operationContext)
           
 void StartJobExecutorStep.performOperationStep(DeploymentOperation operationContext)
           
 

Uses of DeploymentOperation in org.camunda.bpm.container.impl.deployment.util
 

Methods in org.camunda.bpm.container.impl.deployment.util with parameters of type DeploymentOperation
static ProcessEngine InjectionUtil.getDefaultProcessEngine(DeploymentOperation operationContext)
           
static ProcessApplicationInfo InjectionUtil.getProcessApplicationInfo(DeploymentOperation operationContext)
           
static List<ProcessEngine> InjectionUtil.getProcessEngines(DeploymentOperation operationContext)
           
static Object[] InjectionUtil.resolveInjections(DeploymentOperation operationContext, Method lifecycleMethod)
           
 

Uses of DeploymentOperation in org.camunda.bpm.container.impl.jmx
 

Fields in org.camunda.bpm.container.impl.jmx with type parameters of type DeploymentOperation
protected  ThreadLocal<Stack<DeploymentOperation>> MBeanServiceContainer.activeDeploymentOperations
          set if the current thread is performing a composite deployment operation
 

Methods in org.camunda.bpm.container.impl.jmx with parameters of type DeploymentOperation
 void MBeanServiceContainer.executeDeploymentOperation(DeploymentOperation operation)
           
 

Uses of DeploymentOperation in org.camunda.bpm.container.impl.spi
 

Methods in org.camunda.bpm.container.impl.spi with parameters of type DeploymentOperation
 void DeploymentOperationStep.cancelOperationStep(DeploymentOperation operationContext)
           
 void PlatformServiceContainer.executeDeploymentOperation(DeploymentOperation operation)
           
abstract  void DeploymentOperationStep.performOperationStep(DeploymentOperation operationContext)
           
 

Uses of DeploymentOperation in org.camunda.bpm.container.impl.tomcat.deployment
 

Methods in org.camunda.bpm.container.impl.tomcat.deployment with parameters of type DeploymentOperation
 URL TomcatParseBpmPlatformXmlStep.getBpmPlatformXmlStream(DeploymentOperation operationcontext)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.