public class CaseExecutionFake extends Object implements org.camunda.bpm.engine.runtime.CaseExecution
| Modifier and Type | Class and Description |
|---|---|
static class |
CaseExecutionFake.CaseExecutionFakeBuilder |
| Constructor and Description |
|---|
CaseExecutionFake(String id,
String caseInstanceId,
String caseDefinitionId,
String activityId,
String activityName,
String activityType,
String activityDescription,
String parentId,
String tenantId,
boolean disabled,
boolean terminated,
boolean required,
boolean enabled,
boolean active,
boolean available) |
| Modifier and Type | Method and Description |
|---|---|
static CaseExecutionFake.CaseExecutionFakeBuilder |
builder() |
String |
getActivityDescription() |
String |
getActivityId() |
String |
getActivityName() |
String |
getActivityType() |
String |
getCaseDefinitionId() |
String |
getCaseInstanceId() |
String |
getId() |
String |
getParentId() |
String |
getTenantId() |
boolean |
isActive() |
boolean |
isAvailable() |
boolean |
isDisabled() |
boolean |
isEnabled() |
boolean |
isRequired() |
boolean |
isTerminated() |
void |
setActive(boolean active) |
void |
setAvailable(boolean available) |
void |
setDisabled(boolean disabled) |
void |
setEnabled(boolean enabled) |
void |
setRequired(boolean required) |
void |
setTerminated(boolean terminated) |
String |
toString() |
public CaseExecutionFake(String id, String caseInstanceId, String caseDefinitionId, String activityId, String activityName, String activityType, String activityDescription, String parentId, String tenantId, boolean disabled, boolean terminated, boolean required, boolean enabled, boolean active, boolean available)
public static CaseExecutionFake.CaseExecutionFakeBuilder builder()
public String getId()
getId in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic String getCaseInstanceId()
getCaseInstanceId in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic String getCaseDefinitionId()
getCaseDefinitionId in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic String getActivityId()
getActivityId in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic String getActivityName()
getActivityName in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic String getActivityType()
getActivityType in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic String getActivityDescription()
getActivityDescription in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic String getParentId()
getParentId in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic boolean isRequired()
isRequired in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic boolean isAvailable()
isAvailable in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic boolean isActive()
isActive in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic boolean isEnabled()
isEnabled in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic boolean isDisabled()
isDisabled in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic boolean isTerminated()
isTerminated in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic String getTenantId()
getTenantId in interface org.camunda.bpm.engine.runtime.CaseExecutionpublic void setDisabled(boolean disabled)
public void setTerminated(boolean terminated)
public void setRequired(boolean required)
public void setEnabled(boolean enabled)
public void setActive(boolean active)
public void setAvailable(boolean available)
Copyright © 2020 Camunda Services GmbH. All rights reserved.