Package org.jbpm.workflow.core.node
Class ConstraintTrigger
java.lang.Object
org.jbpm.workflow.core.node.Trigger
org.jbpm.workflow.core.node.ConstraintTrigger
- All Implemented Interfaces:
Serializable,Mappable,Constrainable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConstraint(ConnectionRef connection, Constraint constraint) Adds the given constraint.voidsetConstraint(String constraint) voidMethods inherited from class org.jbpm.workflow.core.node.Trigger
addInAssociation, addInMapping, addInMapping, addOutAssociation, addOutMapping, getInAssociations, getInMapping, getInMappings, getOutAssociations, getOutMapping, getOutMappings, setInMappings, setOutMappings
-
Constructor Details
-
ConstraintTrigger
public ConstraintTrigger()
-
-
Method Details
-
getConstraint
-
setConstraint
-
getHeader
-
setHeader
-
addConstraint
Description copied from interface:ConstrainableAdds 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.- Specified by:
addConstraintin interfaceConstrainable
-