public class ProcessInstanceFake extends Object implements org.camunda.bpm.engine.runtime.ProcessInstance
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessInstanceFake.ProcessInstanceFakeBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ProcessInstanceFake.ProcessInstanceFakeBuilder |
builder() |
String |
getBusinessKey() |
String |
getCaseInstanceId() |
String |
getId() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getRootProcessInstanceId() |
String |
getTenantId() |
boolean |
isEnded() |
boolean |
isSuspended() |
void |
setEnded(boolean ended) |
void |
setSuspended(boolean suspended) |
String |
toString() |
public static ProcessInstanceFake.ProcessInstanceFakeBuilder builder()
public String getProcessDefinitionId()
getProcessDefinitionId in interface org.camunda.bpm.engine.runtime.ProcessInstancepublic String getBusinessKey()
getBusinessKey in interface org.camunda.bpm.engine.runtime.ProcessInstancepublic String getRootProcessInstanceId()
getRootProcessInstanceId in interface org.camunda.bpm.engine.runtime.ProcessInstancepublic String getCaseInstanceId()
getCaseInstanceId in interface org.camunda.bpm.engine.runtime.ProcessInstancepublic String getId()
getId in interface org.camunda.bpm.engine.runtime.Executionpublic boolean isSuspended()
isSuspended in interface org.camunda.bpm.engine.runtime.ExecutionisSuspended in interface org.camunda.bpm.engine.runtime.ProcessInstancepublic boolean isEnded()
isEnded in interface org.camunda.bpm.engine.runtime.Executionpublic void setEnded(boolean ended)
public void setSuspended(boolean suspended)
public String getProcessInstanceId()
getProcessInstanceId in interface org.camunda.bpm.engine.runtime.Executionpublic String getTenantId()
getTenantId in interface org.camunda.bpm.engine.runtime.ExecutionCopyright © 2020 Camunda Services GmbH. All rights reserved.