Class TransitionInstanceImpl
java.lang.Object
org.eximeebpms.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
org.eximeebpms.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
- All Implemented Interfaces:
ProcessElementInstance,TransitionInstance
public class TransitionInstanceImpl
extends ProcessElementInstanceImpl
implements TransitionInstance
- Author:
- Daniel Meyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected String[]protected Incident[]protected StringFields inherited from class org.eximeebpms.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
id, NO_IDS, parentActivityInstanceId, processDefinitionId, processInstanceId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eximeebpms.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
getId, getParentActivityInstanceId, getProcessDefinitionId, getProcessInstanceId, setId, setParentActivityInstanceId, setProcessDefinitionId, setProcessInstanceId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eximeebpms.bpm.engine.runtime.ProcessElementInstance
getId, getParentActivityInstanceId, getProcessDefinitionId, getProcessInstanceIdMethods inherited from interface org.eximeebpms.bpm.engine.runtime.TransitionInstance
getActivityId, getActivityName, getActivityType, getExecutionId
-
Field Details
-
executionId
-
activityId
-
activityName
-
activityType
-
subProcessInstanceId
-
incidentIds
-
incidents
-
-
Constructor Details
-
TransitionInstanceImpl
public TransitionInstanceImpl()
-
-
Method Details
-
getTargetActivityId
Description copied from interface:TransitionInstancereturns the id of the target activity- Specified by:
getTargetActivityIdin interfaceTransitionInstance
-
getIncidentIds
Description copied from interface:TransitionInstancethe ids of currently open incidents- Specified by:
getIncidentIdsin interfaceTransitionInstance
-
getIncidents
Description copied from interface:TransitionInstancethe list of currently open incidents- Specified by:
getIncidentsin interfaceTransitionInstance
-