Class TerminateEventProducer
java.lang.Object
com.appiancorp.suiteapi.process.events.Event
com.appiancorp.suiteapi.process.events.EventProducer
com.appiancorp.suiteapi.process.events.TerminateEventProducer
- All Implemented Interfaces:
JSONable
,JSONCacheable
,Serializable
Represents a terminate event producer. When this event is fired, all active
flows in the process will be stopped
- 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.EventProducer
createEventProducer, eventProducerClass
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
-
TerminateEventProducer
public TerminateEventProducer()Constructs a new TerminateEventProducer. If you do not know the specific event producer type, useEventProducer.createEventProducer(Long)
.
-