Uses of Class
org.camunda.community.mockito.delegate.DelegateCaseVariableInstanceFake
Packages that use DelegateCaseVariableInstanceFake
-
Uses of DelegateCaseVariableInstanceFake in org.camunda.community.mockito
Methods in org.camunda.community.mockito that return DelegateCaseVariableInstanceFake -
Uses of DelegateCaseVariableInstanceFake in org.camunda.community.mockito.delegate
Methods in org.camunda.community.mockito.delegate that return DelegateCaseVariableInstanceFakeModifier and TypeMethodDescriptionDelegateCaseVariableInstanceFake.create(String name, org.camunda.bpm.engine.variable.value.TypedValue value) DelegateCaseVariableInstanceFake.delete(String name, org.camunda.bpm.engine.variable.value.TypedValue typedValue) DelegateCaseVariableInstanceFake.update(String name, org.camunda.bpm.engine.variable.value.TypedValue value) DelegateCaseVariableInstanceFake.withActivityInstanceId(String activityInstanceId) DelegateCaseVariableInstanceFake.withBatchId(String batchId) DelegateCaseVariableInstanceFake.withCaseExecutionId(String caseExecutionId) DelegateCaseVariableInstanceFake.withCaseInstanceId(String caseInstanceId) DelegateCaseVariableInstanceFake.withErrorMessage(String errorMessage) DelegateCaseVariableInstanceFake.withEventName(String eventName) DelegateCaseVariableInstanceFake.withExecutionId(String executionId) DelegateCaseVariableInstanceFake.withProcessDefinitionId()DelegateCaseVariableInstanceFake.withProcessEngineServices(org.camunda.bpm.engine.ProcessEngineServices processEngineServices) DelegateCaseVariableInstanceFake.withProcessInstanceId(String processInstanceId) DelegateCaseVariableInstanceFake.withSourceExecution(org.camunda.bpm.engine.delegate.DelegateCaseExecution sourceExecution) DelegateCaseVariableInstanceFake.withTaskId(String taskId) DelegateCaseVariableInstanceFake.withTenantId(String tenantId) DelegateCaseVariableInstanceFake.withValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue)