public interface EventContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventDescription()
Returns a description of the event currently being executed.
|
EventOwner |
getOwner()
Returns the object that owns the event currently being executed.
|
void |
stopExecution()
Immediately stops processing of the current script and the current event.
|
EventOwner getOwner()
IntegrationService
for all Integration Service EventsWorkflowJob
for all workflow events including the execution of System Activities and Decision and Pause nodesjava.lang.String getEventDescription()
void stopExecution()
MessageContainer.addErrorMessage(String, boolean)