Class ExecutionRepresentation
- java.lang.Object
-
- org.flowable.ui.task.model.debugger.ExecutionRepresentation
-
public class ExecutionRepresentation extends Object
- Author:
- martin.grofcik
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivityIdprotected Stringidprotected StringparentIdprotected StringprocessInstanceIdprotected StringsuperExecutionIdprotected Booleansuspendedprotected StringtenantId
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivityId()StringgetId()StringgetParentId()StringgetProcessInstanceId()StringgetSuperExecutionId()StringgetTenantId()booleanisSuspended()
-
-
-
Method Detail
-
getId
public String getId()
-
getParentId
public String getParentId()
-
getProcessInstanceId
public String getProcessInstanceId()
-
getSuperExecutionId
public String getSuperExecutionId()
-
getActivityId
public String getActivityId()
-
isSuspended
public boolean isSuspended()
-
getTenantId
public String getTenantId()
-
-