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 StringTestHelper. 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 StringDeploymentWhichShouldBeDeletedScenario. 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 StringAuthorizationScenario. 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 StringProcessWithCallActivityScenario. deploy()static StringProcessWithCallActivityScenario. 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 StringHistoryCleanupScenario. 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 StringProcessWithEventSubProcessScenario. 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 StringProcessWithMultiInstanceCallActivityScenario. deploy()static StringProcessWithMultiInstanceCallActivityScenario. 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 StringProcessWithAsyncServiceTaskScenario. deploy()static StringProcessWithParallelGatewayAndServiceTaskScenario. deploy()static StringProcessWithParallelGatewayScenario. deploy()static StringProcessWithUserTaskAndTimerScenario. deploy()static StringProcessWithUserTaskScenario. deploy()static StringProcessWithParallelGatewayAndServiceTaskScenario. 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 StringEmptyStringVariableScenario. 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 StringCreateSetProcessInstanceVariablesBatchScenario. 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 StringDeploymentAwareBatchesScenario. deployOneTask()static StringDeploymentAwareBatchesScenario. 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 StringFailingIntermediateBoundaryTimerJobScenario. 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 StringProcessInstanceModificationScenario. deploy()static StringTaskFilterVariablesScenario. 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 StringDeleteHistoricDecisionsBatchScenario. deploy()static StringDeleteHistoricProcessInstancesBatchScenario. deploy()static StringDeleteProcessInstancesBatchScenario. deploy()static StringModificationBatchScenario. deploy()static StringRestartProcessInstanceBatchScenario. deploy()static StringSetExternalTaskRetriesBatchScenario. deploy()static StringSetJobRetriesBatchScenario. deploy()static StringUpdateProcessInstanceSuspendStateBatchScenario. 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 StringCreateProcessInstanceWithJsonVariablesScenario. 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 StringCreateSetVariablesMigrationBatchScenario. sourceDeployment()static StringCreateSetVariablesMigrationBatchScenario. 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 StringSetVariablesScenario. deploy()static StringStartProcessIntanceWithInitialVariablesScenario. 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 StringNestedNonInterruptingBoundaryEventOnInnerSubprocessScenario. deployMessageBoundary()static StringNestedNonInterruptingBoundaryEventOnOuterSubprocessScenario. deployMessageBoundary()static StringNonInterruptingBoundaryEventScenario. deployMessageBoundary()static StringNestedNonInterruptingBoundaryEventOnInnerSubprocessScenario. deployTimerBoundary()static StringNestedNonInterruptingBoundaryEventOnOuterSubprocessScenario. deployTimerBoundary()static StringNonInterruptingBoundaryEventScenario. 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 StringSubprocessCompensationScenario. deployConcurrentCompensationProcess()static StringParallelMultiInstanceCompensationScenario. deployDefaultHandler()static StringSequentialMultiInstanceCompensationScenario. deployDefaultHandler()static StringInterruptingEventSubprocessCompensationScenario. deployProcess()static StringInterruptingEventSubProcessCompensationScenario. deployProcess()static StringInterruptingEventSubProcessNestedCompensationScenario. deployProcess()static StringNestedCompensationScenario. deployProcess()static StringNonInterruptingEventSubProcessCompensationScenario. deployProcess()static StringSingleActivityCompensationScenario. deployProcess()static StringSingleActivityConcurrentCompensationScenario. deployProcess()static StringSubprocessCompensationScenario. deployProcess()static StringSubprocessParallelCreateCompensationScenario. deployProcess()static StringSubprocessParallelThrowCompensationScenario. deployProcess()static StringTransactionCancelCompensationScenario. deployProcess()static StringParallelMultiInstanceCompensationScenario. deploySingleActivityHandler()static StringSequentialMultiInstanceCompensationScenario. deploySingleActivityHandler()static StringParallelMultiInstanceCompensationScenario. deploySubProcessHandler()static StringSequentialMultiInstanceCompensationScenario. deploySubProcessHandler()static StringNestedMultiInstanceCompensationScenario. deployThrowInnerProcess()static StringNestedMultiInstanceCompensationScenario. 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 StringDeployProcessWithoutIsExecutableAttributeScenario. 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 StringInterruptingEventSubprocessScenario. deployProcess()static StringNestedInterruptingErrorEventSubprocessScenario. deployProcess()static StringNestedInterruptingEventSubprocessParallelScenario. deployProcess()static StringNestedNonInterruptingEventSubprocessNestedSubprocessScenario. deployProcess()static StringNestedNonInterruptingEventSubprocessScenario. deployProcess()static StringNestedParallelNonInterruptingEventSubprocessScenario. deployProcess()static StringNonInterruptingEventSubprocessScenario. deployProcess()static StringParallelNestedNonInterruptingEventSubprocessScenario. deployProcess()static StringTwoLevelNestedNonInterruptingEventSubprocessScenario. 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 StringEventBasedGatewayScenario. 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 StringHistoricInstancePermissionsWithoutProcDefKeyScenario. 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 StringAsyncSequentialMultiInstanceScenario. deployAsyncBeforeProcess()static StringAsyncParallelMultiInstanceScenario. deployAsyncBeforeSubprocessProcess()static StringAsyncSequentialMultiInstanceScenario. deployAsyncBeforeTask()static StringAsyncParallelMultiInstanceScenario. 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 StringNestedSequentialMultiInstanceSubprocessScenario. deployProcess()static StringSequentialMultiInstanceSubprocessScenario. deployProcess()static StringMultiInstanceReceiveTaskScenario. deployProcessParallel()static StringMultiInstanceReceiveTaskScenario. deployProcessSequential()static StringParallelMultiInstanceSubprocessScenario. deployProcessWithNonInterruptingBoundaryEvent()static StringSequentialMultiInstanceSubprocessScenario. 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 StringSentryScenario. 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 StringOneScopeTaskScenario. deployNestedProcess()static StringOneTaskScenario. deployNestedProcess()static StringParallelScopeTasksScenario. deployNestedProcess()static StringParallelTasksScenario. deployNestedProcess()static StringOneScopeTaskScenario. deployProcess()static StringOneTaskScenario. deployProcess()static StringParallelScopeTasksScenario. deployProcess()static StringParallelTasksScenario. 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 StringSetAssigneeProcessInstanceTaskScenario. deploy()static StringSuspendProcessDefinitionDeleteScenario. 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 StringAuthorizationCheckProcessDefinitionScenario. 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 StringEmptyStringVariableScenario. deploy()static StringCreateProcessInstanceWithVariableScenario. deployProcess()
-