Uses of Class
org.camunda.bpm.extension.mockito.delegate.DelegateTaskFake
-
Packages that use DelegateTaskFake Package Description org.camunda.bpm.extension.mockito org.camunda.bpm.extension.mockito.delegate -
-
Uses of DelegateTaskFake in org.camunda.bpm.extension.mockito
Methods in org.camunda.bpm.extension.mockito that return DelegateTaskFake Modifier and Type Method Description static DelegateTaskFakeCamundaMockito. delegateTaskFake() -
Uses of DelegateTaskFake in org.camunda.bpm.extension.mockito.delegate
Methods in org.camunda.bpm.extension.mockito.delegate that return DelegateTaskFake Modifier and Type Method Description DelegateTaskFakeDelegateTaskFake. withAssignee(String assignee)DelegateTaskFakeDelegateTaskFake. withCaseDefinitionId(String caseDefinitionId)DelegateTaskFakeDelegateTaskFake. withCaseExecution(org.camunda.bpm.engine.delegate.DelegateCaseExecution caseExecution)DelegateTaskFakeDelegateTaskFake. withCaseExecutionId(String caseExecutionId)DelegateTaskFakeDelegateTaskFake. withCaseInstanceId(String caseInstanceId)DelegateTaskFakeDelegateTaskFake. withCreateTime(Date createTime)DelegateTaskFakeDelegateTaskFake. withDeleteReason(String deleteReason)DelegateTaskFakeDelegateTaskFake. withDescription(String description)DelegateTaskFakeDelegateTaskFake. withEventName(String eventName)DelegateTaskFakeDelegateTaskFake. withExecution(org.camunda.bpm.engine.delegate.DelegateExecution execution)DelegateTaskFakeDelegateTaskFake. withExecutionId(String executionId)DelegateTaskFakeDelegateTaskFake. withFollowUpDate(Date followUpDate)DelegateTaskFakeDelegateTaskFake. withId(String id)DelegateTaskFakeDelegateTaskFake. withName(String name)DelegateTaskFakeDelegateTaskFake. withPriority(int priority)DelegateTaskFakeDelegateTaskFake. withProcessDefinitionId(String processDefinitionId)DelegateTaskFakeDelegateTaskFake. withProcessInstanceId(String processInstanceId)DelegateTaskFakeDelegateTaskFake. withTaskDefinitionKey(String taskDefinitionKey)DelegateTaskFakeDelegateTaskFake. withTenantId(String tenantId)
-