Uses of Class
org.camunda.bpm.engine.test.Deployment
-
-
Uses of Deployment in org.camunda.bpm.engine.impl.test
Methods in org.camunda.bpm.engine.impl.test with parameters of type Deployment Modifier and Type Method Description static String
TestHelper. annotationDeploymentSetUp(ProcessEngine processEngine, Class<?> testClass, String methodName, Deployment deploymentAnnotation)
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios
Methods in org.camunda.bpm.qa.rolling.update.scenarios with annotations of type Deployment Modifier and Type Method Description static String
DeploymentWhichShouldBeDeletedScenario. deploy()
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.authorization
Methods in org.camunda.bpm.qa.rolling.update.scenarios.authorization with annotations of type Deployment Modifier and Type Method Description static String
AuthorizationScenario. deployOneTaskProcess()
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.callactivity
Methods in org.camunda.bpm.qa.rolling.update.scenarios.callactivity with annotations of type Deployment Modifier and Type Method Description static String
ProcessWithCallActivityScenario. deploy()
static String
ProcessWithCallActivityScenario. deploySubProcess()
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.cleanup
Methods in org.camunda.bpm.qa.rolling.update.scenarios.cleanup with annotations of type Deployment Modifier and Type Method Description static String
HistoryCleanupScenario. deploy()
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.eventSubProcess
Methods in org.camunda.bpm.qa.rolling.update.scenarios.eventSubProcess with annotations of type Deployment Modifier and Type Method Description static String
ProcessWithEventSubProcessScenario. deploy()
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.mulltiInstance
Methods in org.camunda.bpm.qa.rolling.update.scenarios.mulltiInstance with annotations of type Deployment Modifier and Type Method Description static String
ProcessWithMultiInstanceCallActivityScenario. deploy()
static String
ProcessWithMultiInstanceCallActivityScenario. deploySubProcess()
-
Uses of Deployment in org.camunda.bpm.qa.rolling.update.scenarios.task
Methods in org.camunda.bpm.qa.rolling.update.scenarios.task with annotations of type Deployment Modifier and Type Method Description static 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
Methods in org.camunda.bpm.qa.rolling.update.scenarios.variable with annotations of type Deployment Modifier and Type Method Description static String
EmptyStringVariableScenario. deploy()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.batch
Methods in org.camunda.bpm.qa.upgrade.batch with annotations of type Deployment Modifier and Type Method Description static String
CreateSetProcessInstanceVariablesBatchScenario. modelDeployment()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.batch.deploymentaware
Methods in org.camunda.bpm.qa.upgrade.batch.deploymentaware with annotations of type Deployment Modifier and Type Method Description static String
DeploymentAwareBatchesScenario. deployOneTask()
static String
DeploymentAwareBatchesScenario. deployTwoTasks()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.customretries
Methods in org.camunda.bpm.qa.upgrade.customretries with annotations of type Deployment Modifier and Type Method Description static String
FailingIntermediateBoundaryTimerJobScenario. deploy()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.gson
Methods in org.camunda.bpm.qa.upgrade.gson with annotations of type Deployment Modifier and Type Method Description static String
ProcessInstanceModificationScenario. deploy()
static String
TaskFilterVariablesScenario. deploy()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.gson.batch
Methods in org.camunda.bpm.qa.upgrade.gson.batch with annotations of type Deployment Modifier and Type Method Description static 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.json
Methods in org.camunda.bpm.qa.upgrade.json with annotations of type Deployment Modifier and Type Method Description static String
CreateProcessInstanceWithJsonVariablesScenario. deployProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.migration
Methods in org.camunda.bpm.qa.upgrade.migration with annotations of type Deployment Modifier and Type Method Description static String
CreateSetVariablesMigrationBatchScenario. sourceDeployment()
static String
CreateSetVariablesMigrationBatchScenario. targetDeployment()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.restart
Methods in org.camunda.bpm.qa.upgrade.restart with annotations of type Deployment Modifier and Type Method Description static String
SetVariablesScenario. deploy()
static String
StartProcessIntanceWithInitialVariablesScenario. deploy()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.boundary
Methods in org.camunda.bpm.qa.upgrade.scenarios.boundary with annotations of type Deployment Modifier and Type Method Description static 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
Methods in org.camunda.bpm.qa.upgrade.scenarios.compensation with annotations of type Deployment Modifier and Type Method Description static 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
Methods in org.camunda.bpm.qa.upgrade.scenarios.deployment with annotations of type Deployment Modifier and Type Method Description static String
DeployProcessWithoutIsExecutableAttributeScenario. deployNonExecutableProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
Methods in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess with annotations of type Deployment Modifier and Type Method Description static 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
Methods in org.camunda.bpm.qa.upgrade.scenarios.gateway with annotations of type Deployment Modifier and Type Method Description static String
EventBasedGatewayScenario. deployProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.histperms
Methods in org.camunda.bpm.qa.upgrade.scenarios.histperms with annotations of type Deployment Modifier and Type Method Description static String
HistoricInstancePermissionsWithoutProcDefKeyScenario. deploy()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.job
Methods in org.camunda.bpm.qa.upgrade.scenarios.job with annotations of type Deployment Modifier and Type Method Description static 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
Methods in org.camunda.bpm.qa.upgrade.scenarios.multiinstance with annotations of type Deployment Modifier and Type Method Description static 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
Methods in org.camunda.bpm.qa.upgrade.scenarios.sentry with annotations of type Deployment Modifier and Type Method Description static String
SentryScenario. deployOneTaskProcess()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.scenarios.task
Methods in org.camunda.bpm.qa.upgrade.scenarios.task with annotations of type Deployment Modifier and Type Method Description static 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
Methods in org.camunda.bpm.qa.upgrade.useroperationlog with annotations of type Deployment Modifier and Type Method Description static String
SetAssigneeProcessInstanceTaskScenario. deploy()
static String
SuspendProcessDefinitionDeleteScenario. deploy()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.useroperationlog.annotation
Methods in org.camunda.bpm.qa.upgrade.useroperationlog.annotation with annotations of type Deployment Modifier and Type Method Description static String
AuthorizationCheckProcessDefinitionScenario. deploy()
-
Uses of Deployment in org.camunda.bpm.qa.upgrade.variable
Methods in org.camunda.bpm.qa.upgrade.variable with annotations of type Deployment Modifier and Type Method Description static String
EmptyStringVariableScenario. deploy()
static String
CreateProcessInstanceWithVariableScenario. deployProcess()
-