Package org.jbpm.simulation.impl
Class SimulationNodeInstance
- java.lang.Object
-
- org.jbpm.workflow.instance.impl.NodeInstanceImpl
-
- org.jbpm.simulation.impl.SimulationNodeInstance
-
- All Implemented Interfaces:
Serializable,org.jbpm.workflow.instance.NodeInstance,org.kie.api.runtime.process.NodeInstance
public class SimulationNodeInstance extends org.jbpm.workflow.instance.impl.NodeInstanceImpl- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimulationNodeInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinternalTrigger(org.kie.api.runtime.process.NodeInstance from, String type)-
Methods inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl
cancel, cancel, configureSla, executeAction, followConnection, getCancelType, getExecutionErrorHandler, getFrom, getId, getLevel, getMetaData, getMetaData, getNode, getNodeId, getNodeInstanceContainer, getNodeName, getProcessInstance, getSlaCompliance, getSlaDueDate, getSlaTimerId, getTriggerTime, getUniqueId, getVariable, internalSetSlaCompliance, internalSetSlaDueDate, internalSetSlaTimerId, isAborted, isInversionOfControl, resolveContext, resolveContextInstance, resolveContextInstance, retrigger, setAborted, setDynamicParameters, setId, setLevel, setMetaData, setNodeId, setNodeInstanceContainer, setProcessInstance, setVariable, trigger, triggerCompleted, triggerConnection, triggerNode, triggerNode, triggerNodeInstance, triggerNodeInstance
-
-
-
-
Method Detail
-
internalTrigger
public void internalTrigger(org.kie.api.runtime.process.NodeInstance from, String type)- Specified by:
internalTriggerin classorg.jbpm.workflow.instance.impl.NodeInstanceImpl
-
-