Uses of Interface
org.jbpm.workflow.core.Constraint

Packages that use Constraint
org.jbpm.process.instance.impl   
org.jbpm.workflow.core.impl   
org.jbpm.workflow.core.node   
 

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

Subinterfaces of Constraint in org.jbpm.process.instance.impl
 interface ConstraintEvaluator
           
 

Classes in org.jbpm.process.instance.impl that implement Constraint
 class ReturnValueConstraintEvaluator
          Default implementation of a constraint.
 class RuleConstraintEvaluator
          Default implementation of a constraint.
 

Methods in org.jbpm.process.instance.impl with parameters of type Constraint
 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 Constraint in org.jbpm.workflow.core.impl
 

Classes in org.jbpm.workflow.core.impl that implement Constraint
 class ConstraintImpl
          Default implementation of a constraint.
 

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

Methods in org.jbpm.workflow.core.impl that return Constraint
 Constraint NodeImpl.getConstraint(Connection connection)
           
 Constraint NodeImpl.internalGetConstraint(ConnectionRef ref)
           
 

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

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

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

Methods in org.jbpm.workflow.core.node that return Constraint
 Constraint StateNode.getConstraint(Connection connection)
           
 Constraint Split.getConstraint(Connection connection)
           
 Constraint StateNode.getConstraint(String name)
           
 Constraint Split.internalGetConstraint(ConnectionRef ref)
           
 

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

Methods in org.jbpm.workflow.core.node with parameters of type Constraint
 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.
 void StateNode.setConstraint(Connection connection, Constraint constraint)
           
 void Split.setConstraint(Connection connection, Constraint constraint)
           
 

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



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