org.camunda.bpm.engine.rest.dto.runtime
Class ProcessInstanceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.LinkableDto
org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceDto
public class ProcessInstanceDto
- extends LinkableDto
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessInstanceDto
public ProcessInstanceDto()
getId
public String getId()
getDefinitionId
public String getDefinitionId()
getBusinessKey
public String getBusinessKey()
getCaseInstanceId
public String getCaseInstanceId()
isEnded
public boolean isEnded()
isSuspended
public boolean isSuspended()
getTenantId
public String getTenantId()
fromProcessInstance
public static ProcessInstanceDto fromProcessInstance(ProcessInstance instance)
Copyright © 2016 camunda services GmbH. All rights reserved.