Uses of Class
org.jbpm.workflow.core.node.StartNode
-
Packages that use StartNode Package Description org.jbpm.bpmn2.xml org.jbpm.process.instance org.jbpm.ruleflow.core org.jbpm.workflow.core.node org.jbpm.workflow.instance.node -
-
Uses of StartNode in org.jbpm.bpmn2.xml
Methods in org.jbpm.bpmn2.xml with parameters of type StartNode Modifier and Type Method Description protected void
StartEventHandler. handleCompensationNode(StartNode startNode, Node xmlNode)
protected void
StartEventHandler. readDataOutputAssociation(Node xmlNode, StartNode startNode)
-
Uses of StartNode in org.jbpm.process.instance
Constructor parameters in org.jbpm.process.instance with type arguments of type StartNode Constructor Description RegisterStartTimerAction(String processId, List<StartNode> startNodes, TimerManager timerManager)
-
Uses of StartNode in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core that return StartNode Modifier and Type Method Description StartNode
RuleFlowProcess. getStart(String trigger)
Methods in org.jbpm.ruleflow.core that return types with arguments of type StartNode Modifier and Type Method Description List<StartNode>
RuleFlowProcess. getTimerStart()
-
Uses of StartNode in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return StartNode Modifier and Type Method Description StartNode
EventSubProcessNode. findStartNode()
-
Uses of StartNode in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node that return StartNode Modifier and Type Method Description StartNode
StartNodeInstance. getStartNode()
-