Class ConstraintTrigger

java.lang.Object
org.jbpm.workflow.core.node.Trigger
org.jbpm.workflow.core.node.ConstraintTrigger
All Implemented Interfaces:
Serializable, Mappable, Constrainable

public class ConstraintTrigger extends Trigger implements Constrainable
See Also:
  • Constructor Details

    • ConstraintTrigger

      public ConstraintTrigger()
  • Method Details

    • getConstraint

      public String getConstraint()
    • setConstraint

      public void setConstraint(String constraint)
    • getHeader

      public String getHeader()
    • setHeader

      public void setHeader(String header)
    • addConstraint

      public void addConstraint(ConnectionRef connection, Constraint constraint)
      Description copied from interface: Constrainable
      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.
      Specified by:
      addConstraint in interface Constrainable