org.camunda.bpm.engine.rest.dto.runtime
Class CaseExecutionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
public class CaseExecutionDto
- extends Object
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
caseInstanceId
protected String caseInstanceId
caseDefinitionId
protected String caseDefinitionId
activityId
protected String activityId
activityName
protected String activityName
activityType
protected String activityType
activityDescription
protected String activityDescription
parentId
protected String parentId
tenantId
protected String tenantId
required
protected boolean required
enabled
protected boolean enabled
active
protected boolean active
disabled
protected boolean disabled
CaseExecutionDto
public CaseExecutionDto()
getId
public String getId()
getCaseInstanceId
public String getCaseInstanceId()
getCaseDefinitionId
public String getCaseDefinitionId()
getActivityId
public String getActivityId()
getActivityName
public String getActivityName()
getActivityType
public String getActivityType()
getActivityDescription
public String getActivityDescription()
getParentId
public String getParentId()
getTenantId
public String getTenantId()
isRequired
public boolean isRequired()
isEnabled
public boolean isEnabled()
isActive
public boolean isActive()
isDisabled
public boolean isDisabled()
fromCaseExecution
public static CaseExecutionDto fromCaseExecution(CaseExecution caseExecution)
Copyright © 2016 camunda services GmbH. All rights reserved.