Class ExecutionDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto
-
public class ExecutionDto extends 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)
String
getId()
String
getProcessInstanceId()
String
getTenantId()
boolean
isEnded()
-
-
-
Method Detail
-
fromExecution
public static ExecutionDto fromExecution(Execution execution)
-
getId
public String getId()
-
getProcessInstanceId
public String getProcessInstanceId()
-
isEnded
public boolean isEnded()
-
getTenantId
public String getTenantId()
-
-