Uses of Class
org.camunda.bpm.container.impl.spi.DeploymentOperation
Package
Description
-
Uses of DeploymentOperation in org.camunda.bpm.container.impl.deployment
Modifier and TypeMethodDescriptionvoid
DeployProcessArchiveStep.cancelOperationStep
(DeploymentOperation operationContext) abstract URL
AbstractParseBpmPlatformXmlStep.getBpmPlatformXmlStream
(DeploymentOperation operationContext) protected abstract List<ProcessEngineXml>
AbstractStartProcessEnginesStep.getProcessEnginesXmls
(DeploymentOperation operationContext) protected List<ProcessEngineXml>
PlatformXmlStartProcessEnginesStep.getProcessEnginesXmls
(DeploymentOperation operationContext) protected List<ProcessEngineXml>
ProcessesXmlStartProcessEnginesStep.getProcessEnginesXmls
(DeploymentOperation operationContext) void
AbstractParseBpmPlatformXmlStep.performOperationStep
(DeploymentOperation operationContext) void
AbstractStartProcessEnginesStep.performOperationStep
(DeploymentOperation operationContext) void
DeployProcessArchivesStep.performOperationStep
(DeploymentOperation operationContext) void
DeployProcessArchiveStep.performOperationStep
(DeploymentOperation operationContext) void
DiscoverBpmPlatformPluginsStep.performOperationStep
(DeploymentOperation operationContext) void
NotifyPostProcessApplicationUndeployedStep.performOperationStep
(DeploymentOperation operationContext) void
ParseProcessesXmlStep.performOperationStep
(DeploymentOperation operationContext) void
PostDeployInvocationStep.performOperationStep
(DeploymentOperation operationContext) void
PreUndeployInvocationStep.performOperationStep
(DeploymentOperation operationContext) void
ProcessesXmlStopProcessEnginesStep.performOperationStep
(DeploymentOperation operationContext) void
StartProcessApplicationServiceStep.performOperationStep
(DeploymentOperation operationContext) void
StartProcessEngineStep.performOperationStep
(DeploymentOperation operationContext) void
StopProcessApplicationServiceStep.performOperationStep
(DeploymentOperation operationContext) void
StopProcessApplicationsStep.performOperationStep
(DeploymentOperation operationContext) void
StopProcessEnginesStep.performOperationStep
(DeploymentOperation operationContext) void
UndeployProcessArchivesStep.performOperationStep
(DeploymentOperation operationContext) void
UndeployProcessArchiveStep.performOperationStep
(DeploymentOperation operationContext) void
UnregisterBpmPlatformPluginsStep.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
Modifier and TypeMethodDescriptionvoid
StartJobAcquisitionStep.performOperationStep
(DeploymentOperation operationContext) void
StartJobExecutorStep.performOperationStep
(DeploymentOperation operationContext) void
StartManagedThreadPoolStep.performOperationStep
(DeploymentOperation operationContext) void
StopJobExecutorStep.performOperationStep
(DeploymentOperation operationContext) void
StopManagedThreadPoolStep.performOperationStep
(DeploymentOperation operationContext) -
Uses of DeploymentOperation in org.camunda.bpm.container.impl.deployment.util
Modifier and TypeMethodDescriptionstatic 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.ejb.deployment
Modifier and TypeMethodDescriptionEjbJarParsePlatformXmlStep.getBpmPlatformXmlStream
(DeploymentOperation operationContext) void
StartJcaExecutorServiceStep.performOperationStep
(DeploymentOperation operationContext) void
StopJcaExecutorServiceStep.performOperationStep
(DeploymentOperation operationContext) -
Uses of DeploymentOperation in org.camunda.bpm.container.impl.jmx
Modifier and TypeFieldDescriptionprotected ThreadLocal<Stack<DeploymentOperation>>
MBeanServiceContainer.activeDeploymentOperations
set if the current thread is performing a composite deployment operationModifier and TypeMethodDescriptionvoid
MBeanServiceContainer.executeDeploymentOperation
(DeploymentOperation operation) -
Uses of DeploymentOperation in org.camunda.bpm.container.impl.spi
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionTomcatParseBpmPlatformXmlStep.getBpmPlatformXmlStream
(DeploymentOperation operationcontext)