org.camunda.bpm.engine.rest.dto.runtime
Class CaseInstanceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.LinkableDto
org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
public class CaseInstanceDto
- extends LinkableDto
- 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
caseDefinitionId
protected String caseDefinitionId
businessKey
protected String businessKey
tenantId
protected String tenantId
active
protected boolean active
completed
protected boolean completed
terminated
protected boolean terminated
CaseInstanceDto
public CaseInstanceDto()
getId
public String getId()
getCaseDefinitionId
public String getCaseDefinitionId()
getBusinessKey
public String getBusinessKey()
getTenantId
public String getTenantId()
isActive
public boolean isActive()
isCompleted
public boolean isCompleted()
isTerminated
public boolean isTerminated()
fromCaseInstance
public static CaseInstanceDto fromCaseInstance(CaseInstance instance)
Copyright © 2016 camunda services GmbH. All rights reserved.