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 voidStartEventHandler. handleCompensationNode(StartNode startNode, Node xmlNode)protected voidStartEventHandler. 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 StartNodeRuleFlowProcess. 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 StartNodeEventSubProcessNode. 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 StartNodeStartNodeInstance. getStartNode()
-