java.lang.Object
com.appiancorp.suiteapi.process.events.Rule
All Implemented Interfaces:
Serializable

public class Rule extends Object implements Serializable
Represents a single condition in the set of conditions on an event trigger. Not to be confused with a content rule, which is a stored expression usable within other expressions throughout the application. An event trigger condition (rule) must evaluate to a boolean.
See Also:
  • Field Details

    • SIMPLE_RULE

      public static final Long SIMPLE_RULE
      Type code for a simple rule (consists of left operand, operator, and right operand). This displays in the modeler as two text fields and a dropdown in the middle for the operand. This is called a "Condition" in the modeler (e.g., the button to add this says "Add Condition").
    • COMPLEX_RULE

      public static final Long COMPLEX_RULE
      Type code for a complex rule (can be any expression). This displays in the modeler as a single text field.
  • Constructor Details

    • Rule

      public Rule()
  • Method Details