Class ExecutionDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto
-
public class ExecutionDto extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecutionDto
fromExecution(Execution execution)
java.lang.String
getId()
java.lang.String
getProcessInstanceId()
java.lang.String
getTenantId()
boolean
isEnded()
-
-
-
Method Detail
-
fromExecution
public static ExecutionDto fromExecution(Execution execution)
-
getId
public java.lang.String getId()
-
getProcessInstanceId
public java.lang.String getProcessInstanceId()
-
isEnded
public boolean isEnded()
-
getTenantId
public java.lang.String getTenantId()
-
-