DelegateExecutionFake |
DelegateTaskFake.getExecutionFake()
Tries to cast execution to fake.
|
static DelegateExecutionFake |
DelegateExecutionFake.of() |
DelegateExecutionFake |
DelegateExecutionFake.withActivityInstanceId(String activityInstanceId) |
DelegateExecutionFake |
DelegateExecutionFake.withBpmnModelElementInstanceType(String type) |
DelegateExecutionFake |
DelegateExecutionFake.withBusinessKey(String businessKey) |
DelegateExecutionFake |
DelegateExecutionFake.withCanceled(boolean canceled) |
DelegateExecutionFake |
DelegateExecutionFake.withCurrentActivityId(String currentActivityId) |
DelegateExecutionFake |
DelegateExecutionFake.withCurrentActivityName(String currentActivityName) |
DelegateExecutionFake |
DelegateExecutionFake.withCurrentTransitionId(String currentTransitionId) |
DelegateExecutionFake |
DelegateExecutionFake.withEventName(String eventName) |
DelegateExecutionFake |
DelegateExecutionFake.withId(String id) |
DelegateExecutionFake |
DelegateExecutionFake.withParentActivityInstanceId(String parentActivityInstanceId) |
DelegateExecutionFake |
DelegateExecutionFake.withParentId(String parentId) |
DelegateExecutionFake |
DelegateExecutionFake.withProcessBusinessKey(String processBusinessKey) |
DelegateExecutionFake |
DelegateExecutionFake.withProcessDefinitionId(String processDefinitionId) |
DelegateExecutionFake |
DelegateExecutionFake.withProcessInstance(org.camunda.bpm.engine.delegate.DelegateExecution processInstance) |
DelegateExecutionFake |
DelegateExecutionFake.withProcessInstanceId(String processInstanceId) |
DelegateExecutionFake |
DelegateExecutionFake.withSuperExecution(org.camunda.bpm.engine.delegate.DelegateExecution superExecution) |
DelegateExecutionFake |
DelegateExecutionFake.withTenantId(String tenantId) |