Uses of Class
org.jbpm.workflow.core.impl.ExtendedNodeImpl
-
Packages that use ExtendedNodeImpl Package Description org.jbpm.bpmn2.xml org.jbpm.compiler.xml.processes org.jbpm.workflow.core.node org.jbpm.workflow.instance.impl -
-
Uses of ExtendedNodeImpl in org.jbpm.bpmn2.xml
Methods in org.jbpm.bpmn2.xml with parameters of type ExtendedNodeImpl Modifier and Type Method Description protected voidProcessHandler. handleIntermediateOrEndThrowCompensationEvent(ExtendedNodeImpl throwEventNode)protected voidAbstractNodeHandler. handleScript(ExtendedNodeImpl node, Element element, String type) -
Uses of ExtendedNodeImpl in org.jbpm.compiler.xml.processes
Methods in org.jbpm.compiler.xml.processes with parameters of type ExtendedNodeImpl Modifier and Type Method Description protected voidAbstractNodeHandler. handleAction(ExtendedNodeImpl node, Element element, String type) -
Uses of ExtendedNodeImpl in org.jbpm.workflow.core.node
Subclasses of ExtendedNodeImpl in org.jbpm.workflow.core.node Modifier and Type Class Description classActionNodeDefault implementation of an action node.classAsyncEventNodeclassBoundaryEventNodeclassCatchLinkNodeclassCompositeContextNodeclassCompositeNodeclassDynamicNodeclassEndNodeDefault implementation of an end node.classEventNodeclassEventSubProcessNodeclassFaultNodeDefault implementation of a fault node.classForEachNodeA for each node.static classForEachNode.ForEachJoinNodestatic classForEachNode.ForEachSplitNodeclassHumanTaskNodeclassMilestoneNodeDefault implementation of a milestone node.classRuleSetNodeDefault implementation of a RuleSet node.classStartNodeDefault implementation of a start node.classStateBasedNodeclassStateNodeclassSubProcessNodeDefault implementation of a sub-flow node.classThrowLinkNodeclassTimerNodeclassWorkItemNodeDefault implementation of a task node. -
Uses of ExtendedNodeImpl in org.jbpm.workflow.instance.impl
Methods in org.jbpm.workflow.instance.impl that return ExtendedNodeImpl Modifier and Type Method Description ExtendedNodeImplExtendedNodeInstanceImpl. getExtendedNode()
-