Class ProcessInstanceFake
java.lang.Object
org.camunda.community.mockito.process.ProcessInstanceFake
- All Implemented Interfaces:
org.camunda.bpm.engine.runtime.Execution,org.camunda.bpm.engine.runtime.ProcessInstance
public class ProcessInstanceFake
extends Object
implements org.camunda.bpm.engine.runtime.ProcessInstance
-
Method Details
-
builder
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceorg.camunda.bpm.engine.runtime.ProcessInstance
-
getBusinessKey
- Specified by:
getBusinessKeyin interfaceorg.camunda.bpm.engine.runtime.ProcessInstance
-
getRootProcessInstanceId
- Specified by:
getRootProcessInstanceIdin interfaceorg.camunda.bpm.engine.runtime.ProcessInstance
-
getCaseInstanceId
- Specified by:
getCaseInstanceIdin interfaceorg.camunda.bpm.engine.runtime.ProcessInstance
-
getId
- Specified by:
getIdin interfaceorg.camunda.bpm.engine.runtime.Execution
-
isSuspended
public boolean isSuspended()- Specified by:
isSuspendedin interfaceorg.camunda.bpm.engine.runtime.Execution- Specified by:
isSuspendedin interfaceorg.camunda.bpm.engine.runtime.ProcessInstance
-
isEnded
public boolean isEnded()- Specified by:
isEndedin interfaceorg.camunda.bpm.engine.runtime.Execution
-
setEnded
public void setEnded(boolean ended) -
setSuspended
public void setSuspended(boolean suspended) -
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceorg.camunda.bpm.engine.runtime.Execution
-
getTenantId
- Specified by:
getTenantIdin interfaceorg.camunda.bpm.engine.runtime.Execution
-
toString
-