Uses of Interface
org.jbpm.workflow.core.Constraint
Packages that use Constraint
Package
Description
-
Uses of Constraint in org.jbpm.process.instance.impl
Subinterfaces of Constraint in org.jbpm.process.instance.implClasses in org.jbpm.process.instance.impl that implement ConstraintModifier and TypeClassDescriptionclassDefault implementation of a constraint.classDefault implementation of a constraint.Methods in org.jbpm.process.instance.impl with parameters of type ConstraintModifier and TypeMethodDescriptionbooleanConstraintEvaluator.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 ConstraintFields in org.jbpm.workflow.core.impl with type parameters of type ConstraintModifier and TypeFieldDescriptionprotected Map<ConnectionRef,Collection<Constraint>> NodeImpl.constraintsMethods in org.jbpm.workflow.core.impl that return ConstraintModifier and TypeMethodDescriptionNodeImpl.getConstraint(org.kie.api.definition.process.Connection connection) NodeImpl.internalGetConstraint(ConnectionRef ref) Methods in org.jbpm.workflow.core.impl that return types with arguments of type ConstraintModifier and TypeMethodDescriptionNodeImpl.getConstraints()NodeImpl.getConstraints(org.kie.api.definition.process.Connection connection) Methods in org.jbpm.workflow.core.impl with parameters of type ConstraintModifier and TypeMethodDescriptionvoidNodeImpl.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 types with arguments of type ConstraintModifier and TypeMethodDescriptionSplit.getConstraints(org.kie.api.definition.process.Connection connection) Methods in org.jbpm.workflow.core.node with parameters of type ConstraintModifier and TypeMethodDescriptionvoidConstrainable.addConstraint(ConnectionRef connection, Constraint constraint) Adds the given constraint.voidConstraintTrigger.addConstraint(ConnectionRef connection, Constraint constraint) voidSplit.setConstraint(org.kie.api.definition.process.Connection connection, Constraint constraint)