public final class FunctionalEventTrigger extends TriggerEvent
FunctionalEventTrigger-s
are defined with event type defining the type of events that will fire the Rule.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MODE
The constant for
TriggerEvent.getTriggerMode(). |
| Modifier and Type | Method and Description |
|---|---|
static FunctionalEventTrigger |
create(java.lang.String eventType)
Creates a
TriggerEvent of type TriggerMode#FUNCTIONAL_EVENT with provided
event filtering information for the events that will automatically initiate Rule firings. |
java.lang.String |
getEventType()
Returns the type of functional event for triggers in mode:
TriggerMode#FUNCTIONAL_EVENT. |
java.lang.String |
getTriggerMode()
Returns a string identification of the trigger mode.
|
java.lang.String |
toString() |
public static final java.lang.String MODE
TriggerEvent.getTriggerMode().public static FunctionalEventTrigger create(java.lang.String eventType)
TriggerEvent of type TriggerMode#FUNCTIONAL_EVENT with provided
event filtering information for the events that will automatically initiate Rule firings.eventType - event type.TriggerEvent defining trigger by function event.java.lang.IllegalArgumentException - if eventType parameter is null.public java.lang.String getEventType()
TriggerMode#FUNCTIONAL_EVENT.public java.lang.String getTriggerMode()
TriggerEventgetTriggerMode in class TriggerEventpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.