public abstract class EventProducer extends Event
MessageEventProducer
and TerminateEventProducer
. They can
occur in a Process Model as intermediate nodes (except terminate) or end nodes
(including terminate).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
hiddenAttributes$TRANSIENT
Constructor and Description |
---|
EventProducer() |
Modifier and Type | Method and Description |
---|---|
static EventProducer |
createEventProducer(java.lang.Long type_)
Creates a new
EventProducer object of the type corresponding
with the type code passed in. |
static java.lang.Class |
eventProducerClass(java.lang.Long type_) |
getDesc, getHiddenAttributes, getId, getName, getPersistentId, getType, isProducerType, isTriggerType, setDesc, setId, setName, setPersistentId, setType, toString
public static final EventProducer createEventProducer(java.lang.Long type_)
EventProducer
object of the type corresponding
with the type code passed in. Type codes can be found in the Event
class.
Possible types include Event.MESSAGE_EVENT_PRODUCER
and
Event.TERMINATE_EVENT_PRODUCER
.type_
- the type codeEventProducer
objectpublic static final java.lang.Class eventProducerClass(java.lang.Long type_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.