Class RuleEventTrigger
java.lang.Object
com.appiancorp.suiteapi.process.events.Event
com.appiancorp.suiteapi.process.events.EventTrigger
com.appiancorp.suiteapi.process.events.RuleEventTrigger
- All Implemented Interfaces:
JSONable
,JSONCacheable
,Serializable
Represents the trigger for a rule event. A rule event waits until a set of rules
are all true before firing. Any time a process variable referenced by a rule is
modified, the set of rules is re-evaluated.
- See Also:
-
Field Summary
Fields inherited from class com.appiancorp.suiteapi.process.events.Event
ERROR_EVENT_TRIGGER, MESSAGE_EVENT_PRODUCER, MESSAGE_EVENT_TRIGGER, RULE_EVENT_TRIGGER, SORT_BY_DESC, SORT_BY_ID, SORT_BY_NAME, TERMINATE_EVENT_PRODUCER, TIMER_EVENT_TRIGGER
Fields inherited from interface com.appiancorp.suiteapi.common.JSONable
hiddenAttributes$TRANSIENT
-
Constructor Summary
-
Method Summary
Methods inherited from class com.appiancorp.suiteapi.process.events.EventTrigger
createEventTrigger, getOutputs, getRules, setOutputs, setRules
Methods inherited from class com.appiancorp.suiteapi.process.events.Event
getDesc, getHiddenAttributes, getId, getName, getPersistentId, getType, isProducerType, isTriggerType, setDesc, setId, setName, setPersistentId, setType, toString
-
Constructor Details
-
RuleEventTrigger
public RuleEventTrigger()Constructs a new RuleEventTrigger.
-