jBPM distribution 6.0.1.Final

Uses of Class
org.jbpm.workflow.core.impl.ConnectionRef

Packages that use ConnectionRef
org.jbpm.workflow.core.impl   
org.jbpm.workflow.core.node   
 

Uses of ConnectionRef in org.jbpm.workflow.core.impl
 

Fields in org.jbpm.workflow.core.impl with type parameters of type ConnectionRef
protected  Map<ConnectionRef,Constraint> NodeImpl.constraints
           
 

Methods in org.jbpm.workflow.core.impl that return types with arguments of type ConnectionRef
 Map<ConnectionRef,Constraint> NodeImpl.getConstraints()
           
 

Methods in org.jbpm.workflow.core.impl with parameters of type ConnectionRef
 void NodeImpl.addConstraint(ConnectionRef connectionRef, Constraint constraint)
           
 Constraint NodeImpl.internalGetConstraint(ConnectionRef ref)
           
 

Uses of ConnectionRef in org.jbpm.workflow.core.node
 

Methods in org.jbpm.workflow.core.node that return types with arguments of type ConnectionRef
 Map<ConnectionRef,Constraint> StateNode.getConstraints()
           
 Map<ConnectionRef,Constraint> Split.getConstraints()
           
 

Methods in org.jbpm.workflow.core.node with parameters of type ConnectionRef
 void StateNode.addConstraint(ConnectionRef connectionRef, Constraint constraint)
           
 void Split.addConstraint(ConnectionRef connectionRef, Constraint constraint)
           
 void MilestoneNode.addConstraint(ConnectionRef connection, Constraint constraint)
           
 void ConstraintTrigger.addConstraint(ConnectionRef connection, Constraint constraint)
           
 void Constrainable.addConstraint(ConnectionRef connection, Constraint constraint)
          Adds the given constraint.
 Constraint Split.internalGetConstraint(ConnectionRef ref)
           
 void Split.internalRemoveConstraint(ConnectionRef ref)
           
 

Method parameters in org.jbpm.workflow.core.node with type arguments of type ConnectionRef
 void StateNode.setConstraints(Map<ConnectionRef,Constraint> constraints)
           
 


jBPM distribution 6.0.1.Final

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