jBPM distribution 6.2.0.CR4

Uses of Interface
org.jbpm.workflow.instance.NodeInstance

Packages that use NodeInstance
org.jbpm.process.instance.context.exception   
org.jbpm.process.instance.impl   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.impl   
org.jbpm.workflow.instance.node   
 

Uses of NodeInstance in org.jbpm.process.instance.context.exception
 

Method parameters in org.jbpm.process.instance.context.exception with type arguments of type NodeInstance
 void CompensationScopeInstance.addCompensationInstances(Collection<NodeInstance> generatedInstances)
           
 

Uses of NodeInstance in org.jbpm.process.instance.impl
 

Methods in org.jbpm.process.instance.impl with parameters of type NodeInstance
 boolean RuleConstraintEvaluator.evaluate(NodeInstance instance, Connection connection, Constraint constraint)
           
 boolean ReturnValueConstraintEvaluator.evaluate(NodeInstance instance, Connection connection, Constraint constraint)
           
 boolean ConstraintEvaluator.evaluate(NodeInstance instance, Connection connection, Constraint constraint)
           
 

Uses of NodeInstance in org.jbpm.workflow.instance
 

Methods in org.jbpm.workflow.instance that return NodeInstance
 NodeInstance NodeInstanceContainer.getFirstNodeInstance(long nodeId)
           
 NodeInstance NodeInstanceContainer.getNodeInstance(Node node)
           
 

Methods in org.jbpm.workflow.instance that return types with arguments of type NodeInstance
 Collection<NodeInstance> NodeInstanceContainer.getNodeInstances(boolean recursive)
           
 

Methods in org.jbpm.workflow.instance with parameters of type NodeInstance
 void NodeInstanceContainer.addNodeInstance(NodeInstance nodeInstance)
           
 void NodeInstanceContainer.nodeInstanceCompleted(NodeInstance nodeInstance, String outType)
           
 void NodeInstanceContainer.removeNodeInstance(NodeInstance nodeInstance)
           
 

Uses of NodeInstance in org.jbpm.workflow.instance.impl
 

Methods in org.jbpm.workflow.instance.impl that return NodeInstance
protected  NodeInstance NodeInstanceImpl.followConnection(Connection connection)
           
 NodeInstance WorkflowProcessInstanceImpl.getFirstNodeInstance(long nodeId)
           
 NodeInstance NodeInstanceImpl.NodeInstanceTrigger.getNodeInstance()
           
 NodeInstance WorkflowProcessInstanceImpl.getNodeInstance(long nodeInstanceId)
           
 NodeInstance WorkflowProcessInstanceImpl.getNodeInstance(Node node)
           
 

Methods in org.jbpm.workflow.instance.impl that return types with arguments of type NodeInstance
 Collection<NodeInstance> WorkflowProcessInstanceImpl.getNodeInstances(boolean recursive)
           
 List<NodeInstance> WorkflowProcessInstanceImpl.getNodeInstances(long nodeId)
           
 List<NodeInstance> WorkflowProcessInstanceImpl.getNodeInstances(long nodeId, List<NodeInstance> currentView)
           
 

Methods in org.jbpm.workflow.instance.impl with parameters of type NodeInstance
 void WorkflowProcessInstanceImpl.addNodeInstance(NodeInstance nodeInstance)
           
 void WorkflowProcessInstanceImpl.nodeInstanceCompleted(NodeInstance nodeInstance, String outType)
           
 void WorkflowProcessInstanceImpl.removeNodeInstance(NodeInstance nodeInstance)
           
protected  void NodeInstanceImpl.triggerNodeInstance(NodeInstance nodeInstance, String type)
           
 

Method parameters in org.jbpm.workflow.instance.impl with type arguments of type NodeInstance
 List<NodeInstance> WorkflowProcessInstanceImpl.getNodeInstances(long nodeId, List<NodeInstance> currentView)
           
 

Constructors in org.jbpm.workflow.instance.impl with parameters of type NodeInstance
NodeInstanceImpl.NodeInstanceTrigger(NodeInstance nodeInstance, String toType)
           
NodeInstanceResolverFactory(NodeInstance nodeInstance)
           
 

Uses of NodeInstance in org.jbpm.workflow.instance.node
 

Methods in org.jbpm.workflow.instance.node that return NodeInstance
 NodeInstance CompositeNodeInstance.getFirstNodeInstance(long nodeId)
           
 NodeInstance CompositeNodeInstance.getNodeInstance(long nodeInstanceId)
           
 NodeInstance ForEachNodeInstance.getNodeInstance(Node node)
           
 NodeInstance CompositeNodeInstance.getNodeInstance(Node node)
           
 

Methods in org.jbpm.workflow.instance.node that return types with arguments of type NodeInstance
 Collection<NodeInstance> CompositeNodeInstance.getNodeInstances(boolean recursive)
           
 List<NodeInstance> CompositeNodeInstance.getNodeInstances(long nodeId)
           
 List<NodeInstance> CompositeNodeInstance.getNodeInstances(long nodeId, List<NodeInstance> currentView)
           
 

Methods in org.jbpm.workflow.instance.node with parameters of type NodeInstance
 void CompositeNodeInstance.addNodeInstance(NodeInstance nodeInstance)
           
 void EventSubProcessNodeInstance.nodeInstanceCompleted(NodeInstance nodeInstance, String outType)
           
 void DynamicNodeInstance.nodeInstanceCompleted(NodeInstance nodeInstance, String outType)
           
 void CompositeNodeInstance.nodeInstanceCompleted(NodeInstance nodeInstance, String outType)
           
 void CompositeNodeInstance.removeNodeInstance(NodeInstance nodeInstance)
           
 

Method parameters in org.jbpm.workflow.instance.node with type arguments of type NodeInstance
 List<NodeInstance> CompositeNodeInstance.getNodeInstances(long nodeId, List<NodeInstance> currentView)
           
 


jBPM distribution 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.