Uses of Annotation Interface
org.camunda.bpm.engine.test.Deployment
Package
Description
-
Uses of Deployment in org.camunda.bpm.engine.impl.test
Modifier and TypeMethodDescriptionstatic String
TestHelper.annotationDeploymentSetUp
(ProcessEngine processEngine, Class<?> testClass, String methodName, Deployment deploymentAnnotation, Class<?>... parameterTypes) -
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.authorization
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.batch
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.callactivity
Modifier and TypeMethodDescriptionstatic String
ProcessWithCallActivityScenario.deploy()
static String
ProcessWithCallActivityScenario.deploySubProcess()
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.cleanup
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.eventSubProcess
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.mulltiInstance
Modifier and TypeMethodDescriptionstatic String
ProcessWithMultiInstanceCallActivityScenario.deploy()
static String
ProcessWithMultiInstanceCallActivityScenario.deploySubProcess()
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.task
Modifier and TypeMethodDescriptionstatic String
ProcessWithAsyncServiceTaskScenario.deploy()
static String
ProcessWithParallelGatewayAndServiceTaskScenario.deploy()
static String
ProcessWithParallelGatewayScenario.deploy()
static String
ProcessWithUserTaskAndTimerScenario.deploy()
static String
ProcessWithUserTaskScenario.deploy()
static String
ProcessWithParallelGatewayAndServiceTaskScenario.deployAsyncServiceTask()
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.variable
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.batch
Modifier and TypeMethodDescriptionstatic String
SetRemovalTimeToProcessInstanceScenario.deployOneTask()
static String
CreateSetProcessInstanceVariablesBatchScenario.modelDeployment()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.batch.deploymentaware
Modifier and TypeMethodDescriptionstatic String
DeploymentAwareBatchesScenario.deployOneTask()
static String
DeploymentAwareBatchesScenario.deployTwoTasks()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.customretries
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.externaltask
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.gson
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.gson.batch
Modifier and TypeMethodDescriptionstatic String
DeleteHistoricDecisionsBatchScenario.deploy()
static String
DeleteHistoricProcessInstancesBatchScenario.deploy()
static String
DeleteProcessInstancesBatchScenario.deploy()
static String
ModificationBatchScenario.deploy()
static String
RestartProcessInstanceBatchScenario.deploy()
static String
SetExternalTaskRetriesBatchScenario.deploy()
static String
SetJobRetriesBatchScenario.deploy()
static String
UpdateProcessInstanceSuspendStateBatchScenario.deploy()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.httl
Modifier and TypeMethodDescriptionstatic String
EnforceHistoryTimeToLiveScenario.caseWithoutHTTL()
static String
EnforceHistoryTimeToLiveScenario.decisionWithoutHTTL()
static String
EnforceHistoryTimeToLiveScenario.processWithoutHTTL()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.job
Modifier and TypeMethodDescriptionstatic String
SetJobRetriesWithDueDateScenario.deployOneTask()
static String
JobFailureLogScenario.modelDeployment()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.json
Modifier and TypeMethodDescriptionstatic String
CreateProcessInstanceWithJsonVariablesScenario.deployProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.migration
Modifier and TypeMethodDescriptionstatic String
CreateSetVariablesMigrationBatchScenario.sourceDeployment()
static String
CreateSetVariablesMigrationBatchScenario.targetDeployment()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.pvm
Modifier and TypeMethodDescriptionstatic String
AsyncJoinScenario.modelInclusiveDeployment()
static String
AsyncJoinScenario.modelParallelDeployment()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.restart
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.boundary
Modifier and TypeMethodDescriptionstatic String
NestedNonInterruptingBoundaryEventOnInnerSubprocessScenario.deployMessageBoundary()
static String
NestedNonInterruptingBoundaryEventOnOuterSubprocessScenario.deployMessageBoundary()
static String
NonInterruptingBoundaryEventScenario.deployMessageBoundary()
static String
NestedNonInterruptingBoundaryEventOnInnerSubprocessScenario.deployTimerBoundary()
static String
NestedNonInterruptingBoundaryEventOnOuterSubprocessScenario.deployTimerBoundary()
static String
NonInterruptingBoundaryEventScenario.deployTimerBoundary()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.compensation
Modifier and TypeMethodDescriptionstatic String
SubprocessCompensationScenario.deployConcurrentCompensationProcess()
static String
ParallelMultiInstanceCompensationScenario.deployDefaultHandler()
static String
SequentialMultiInstanceCompensationScenario.deployDefaultHandler()
static String
InterruptingEventSubprocessCompensationScenario.deployProcess()
static String
InterruptingEventSubProcessCompensationScenario.deployProcess()
static String
InterruptingEventSubProcessNestedCompensationScenario.deployProcess()
static String
NestedCompensationScenario.deployProcess()
static String
NonInterruptingEventSubProcessCompensationScenario.deployProcess()
static String
SingleActivityCompensationScenario.deployProcess()
static String
SingleActivityConcurrentCompensationScenario.deployProcess()
static String
SubprocessCompensationScenario.deployProcess()
static String
SubprocessParallelCreateCompensationScenario.deployProcess()
static String
SubprocessParallelThrowCompensationScenario.deployProcess()
static String
TransactionCancelCompensationScenario.deployProcess()
static String
ParallelMultiInstanceCompensationScenario.deploySingleActivityHandler()
static String
SequentialMultiInstanceCompensationScenario.deploySingleActivityHandler()
static String
ParallelMultiInstanceCompensationScenario.deploySubProcessHandler()
static String
SequentialMultiInstanceCompensationScenario.deploySubProcessHandler()
static String
NestedMultiInstanceCompensationScenario.deployThrowInnerProcess()
static String
NestedMultiInstanceCompensationScenario.deployThrowOuterProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.deployment
Modifier and TypeMethodDescriptionstatic String
DeployProcessWithoutIsExecutableAttributeScenario.deployNonExecutableProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
Modifier and TypeMethodDescriptionstatic String
InterruptingEventSubprocessScenario.deployProcess()
static String
NestedInterruptingErrorEventSubprocessScenario.deployProcess()
static String
NestedInterruptingEventSubprocessParallelScenario.deployProcess()
static String
NestedNonInterruptingEventSubprocessNestedSubprocessScenario.deployProcess()
static String
NestedNonInterruptingEventSubprocessScenario.deployProcess()
static String
NestedParallelNonInterruptingEventSubprocessScenario.deployProcess()
static String
NonInterruptingEventSubprocessScenario.deployProcess()
static String
ParallelNestedNonInterruptingEventSubprocessScenario.deployProcess()
static String
TwoLevelNestedNonInterruptingEventSubprocessScenario.deployProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.gateway
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.histperms
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.job
Modifier and TypeMethodDescriptionstatic String
AsyncSequentialMultiInstanceScenario.deployAsyncBeforeProcess()
static String
AsyncParallelMultiInstanceScenario.deployAsyncBeforeSubprocessProcess()
static String
AsyncSequentialMultiInstanceScenario.deployAsyncBeforeTask()
static String
AsyncParallelMultiInstanceScenario.deployAsyncBeforeTaskProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.multiinstance
Modifier and TypeMethodDescriptionstatic String
NestedSequentialMultiInstanceSubprocessScenario.deployProcess()
static String
SequentialMultiInstanceSubprocessScenario.deployProcess()
static String
MultiInstanceReceiveTaskScenario.deployProcessParallel()
static String
MultiInstanceReceiveTaskScenario.deployProcessSequential()
static String
ParallelMultiInstanceSubprocessScenario.deployProcessWithNonInterruptingBoundaryEvent()
static String
SequentialMultiInstanceSubprocessScenario.deployProcessWithNonInterruptingBoundaryEvent()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.sentry
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.task
Modifier and TypeMethodDescriptionstatic String
OneScopeTaskScenario.deployNestedProcess()
static String
OneTaskScenario.deployNestedProcess()
static String
ParallelScopeTasksScenario.deployNestedProcess()
static String
ParallelTasksScenario.deployNestedProcess()
static String
OneScopeTaskScenario.deployProcess()
static String
OneTaskScenario.deployProcess()
static String
ParallelScopeTasksScenario.deployProcess()
static String
ParallelTasksScenario.deployProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.useroperationlog
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.useroperationlog.annotation
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.variable
Modifier and TypeMethodDescriptionstatic String
EmptyStringVariableScenario.deploy()
static String
CreateProcessInstanceWithVariableScenario.deployProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.variables