Class SimulationEndNodeInstance

  • All Implemented Interfaces:
    Serializable, org.jbpm.workflow.instance.NodeInstance, org.kie.api.runtime.process.NodeInstance

    public class SimulationEndNodeInstance
    extends org.jbpm.workflow.instance.node.EndNodeInstance
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl

        org.jbpm.workflow.instance.impl.NodeInstanceImpl.NodeInstanceTrigger
      • Nested classes/interfaces inherited from interface org.jbpm.workflow.instance.NodeInstance

        org.jbpm.workflow.instance.NodeInstance.CancelType
    • Field Summary

      • Fields inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl

        cancelType, dynamicParameters, logger, slaCompliance, slaDueDate, slaTimerId, triggerTime, UNIQUE_ID
      • Fields inherited from interface org.jbpm.workflow.instance.NodeInstance

        METADATA_WRAP_ASYNC_NODE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void internalTrigger​(org.kie.api.runtime.process.NodeInstance from, String type)  
      • Methods inherited from class org.jbpm.workflow.instance.node.EndNodeInstance

        getEndNode
      • Methods inherited from class org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl

        getExtendedNode, handleAssignment, mapOutputSetVariables, mapOutputSetVariables, triggerCompleted, triggerCompleted, triggerEvent
      • 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, triggerConnection, triggerNode, triggerNode, triggerNodeInstance, triggerNodeInstance
    • Constructor Detail

      • SimulationEndNodeInstance

        public SimulationEndNodeInstance()
    • Method Detail

      • internalTrigger

        public void internalTrigger​(org.kie.api.runtime.process.NodeInstance from,
                                    String type)
        Overrides:
        internalTrigger in class org.jbpm.workflow.instance.node.EndNodeInstance