org.camunda.bpm.engine.rest.dto.runtime
Class CaseInstanceDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.LinkableDto
      extended by org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto

public class CaseInstanceDto
extends LinkableDto

Author:
Roman Smirnov

Field Summary
protected  boolean active
           
protected  String businessKey
           
protected  String caseDefinitionId
           
protected  boolean completed
           
protected  String id
           
protected  String tenantId
           
protected  boolean terminated
           
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
links
 
Constructor Summary
CaseInstanceDto()
           
 
Method Summary
static CaseInstanceDto fromCaseInstance(CaseInstance instance)
           
 String getBusinessKey()
           
 String getCaseDefinitionId()
           
 String getId()
           
 String getTenantId()
           
 boolean isActive()
           
 boolean isCompleted()
           
 boolean isTerminated()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
addLink, addReflexiveLink, generateLink, getLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CaseInstanceDto

public CaseInstanceDto()
Method Detail

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.