Package org.jbpm.workflow.core.node
Interface Constrainable
- All Known Implementing Classes:
ConstraintTrigger,MilestoneNode,Split,StateNode
public interface Constrainable
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddConstraint(ConnectionRef connection, Constraint constraint) Adds the given constraint.
-
Method Details
-
addConstraint
Adds the given constraint. In cases where the constraint is associated with a specific connection, this connection will be identified using a ConnectionRef. In other cases the ConnectionRef will be null and can be ignored.- Parameters:
connection-constraint-
-