Uses of Interface
org.jbpm.workflow.core.Constraint
-
Packages that use Constraint Package Description 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 Modifier and Type Interface Description interfaceConstraintEvaluatorClasses in org.jbpm.process.instance.impl that implement Constraint Modifier and Type Class Description classReturnValueConstraintEvaluatorDefault implementation of a constraint.classRuleConstraintEvaluatorDefault implementation of a constraint.Methods in org.jbpm.process.instance.impl with parameters of type Constraint Modifier and Type Method Description booleanConstraintEvaluator. evaluate(NodeInstance instance, org.kie.api.definition.process.Connection connection, Constraint constraint)booleanReturnValueConstraintEvaluator. evaluate(NodeInstance instance, org.kie.api.definition.process.Connection connection, Constraint constraint)booleanRuleConstraintEvaluator. evaluate(NodeInstance instance, org.kie.api.definition.process.Connection connection, Constraint constraint) -
Uses of Constraint in org.jbpm.workflow.core.impl
Classes in org.jbpm.workflow.core.impl that implement Constraint Modifier and Type Class Description classConstraintImplDefault implementation of a constraint.Fields in org.jbpm.workflow.core.impl with type parameters of type Constraint Modifier and Type Field Description protected Map<ConnectionRef,Constraint>NodeImpl. constraintsMethods in org.jbpm.workflow.core.impl that return Constraint Modifier and Type Method Description ConstraintNodeImpl. getConstraint(org.kie.api.definition.process.Connection connection)ConstraintNodeImpl. internalGetConstraint(ConnectionRef ref)Methods in org.jbpm.workflow.core.impl that return types with arguments of type Constraint Modifier and Type Method Description Map<ConnectionRef,Constraint>NodeImpl. getConstraints()Methods in org.jbpm.workflow.core.impl with parameters of type Constraint Modifier and Type Method Description voidNodeImpl. addConstraint(ConnectionRef connectionRef, Constraint constraint)voidNodeImpl. setConstraint(org.kie.api.definition.process.Connection connection, Constraint constraint) -
Uses of Constraint in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return Constraint Modifier and Type Method Description ConstraintSplit. getConstraint(org.kie.api.definition.process.Connection connection)ConstraintStateNode. getConstraint(ConnectionRef connectionRef)ConstraintStateNode. getConstraint(org.kie.api.definition.process.Connection connection)ConstraintSplit. internalGetConstraint(ConnectionRef ref)Methods in org.jbpm.workflow.core.node that return types with arguments of type Constraint Modifier and Type Method Description Map<ConnectionRef,Constraint>Split. getConstraints()Map<ConnectionRef,Constraint>StateNode. getConstraints()Methods in org.jbpm.workflow.core.node with parameters of type Constraint Modifier and Type Method Description voidConstrainable. addConstraint(ConnectionRef connection, Constraint constraint)Adds the given constraint.voidConstraintTrigger. addConstraint(ConnectionRef connection, Constraint constraint)voidMilestoneNode. addConstraint(ConnectionRef connection, Constraint constraint)voidSplit. addConstraint(ConnectionRef connectionRef, Constraint constraint)voidStateNode. addConstraint(ConnectionRef connectionRef, Constraint constraint)voidSplit. setConstraint(org.kie.api.definition.process.Connection connection, Constraint constraint)voidStateNode. setConstraint(org.kie.api.definition.process.Connection connection, Constraint constraint)Method parameters in org.jbpm.workflow.core.node with type arguments of type Constraint Modifier and Type Method Description voidStateNode. setConstraints(Map<ConnectionRef,Constraint> constraints)
-