Class CaseExecutionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
- Author:
- Roman Smirnov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CaseExecutionDto
fromCaseExecution
(CaseExecution caseExecution) getId()
boolean
isActive()
boolean
boolean
boolean
-
Field Details
-
id
-
caseInstanceId
-
caseDefinitionId
-
activityId
-
activityName
-
activityType
-
activityDescription
-
parentId
-
tenantId
-
required
protected boolean required -
enabled
protected boolean enabled -
active
protected boolean active -
disabled
protected boolean disabled
-
-
Constructor Details
-
CaseExecutionDto
public CaseExecutionDto()
-
-
Method Details
-
getId
-
getCaseInstanceId
-
getCaseDefinitionId
-
getActivityId
-
getActivityName
-
getActivityType
-
getActivityDescription
-
getParentId
-
getTenantId
-
isRequired
public boolean isRequired() -
isEnabled
public boolean isEnabled() -
isActive
public boolean isActive() -
isDisabled
public boolean isDisabled() -
fromCaseExecution
-