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

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

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)
           
 



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