Class AbstractEventSourceWorkflowEventHandler
java.lang.Object
de.uplanet.lucy.server.workflow.eventhandler.AbstractWorkflowEventHandler
de.uplanet.lucy.server.workflow.eventhandler.AbstractEventSourceWorkflowEventHandler
- All Implemented Interfaces:
IActivatableWorkflowObject
,INamedWorkflowObject
,INeedWorkflow
,IWorkflowEventHandler
,IWorkflowObject
,Serializable
- Direct Known Subclasses:
IMAPMessageWorkflowEventHandler
,MaildirWorkflowEventHandler
,UDPDatagramWorkflowEventHandler
- See Also:
-
Field Summary
Fields inherited from interface de.uplanet.lucy.server.workflow.IWorkflowObject
GUID_COMPARATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of unique event source identifiers that are matched by this event handler.boolean
boolean
void
setEventSourceGuids
(List<String> p_eventSourceGuids) Get the list of unique event source identifiers that are matched by this event handler.void
setHandleAfterStopEvent
(boolean p_bHandleAfterStopEvent) void
setHandleBeforeStartEvent
(boolean p_bHandleBeforeStartEvent) Methods inherited from class de.uplanet.lucy.server.workflow.eventhandler.AbstractWorkflowEventHandler
getEfferentTransition, getGuid, getName, getWorkflow, isActive, isHandleExternalEvents, setActive, setEfferentTransition, setHandleExternalEvents, setName, setWorkflow
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.uplanet.lucy.server.workflow.IWorkflowEventHandler
isHandlerFor, process
-
Constructor Details
-
AbstractEventSourceWorkflowEventHandler
-
-
Method Details
-
getEventSourceGuids
Get the list of unique event source identifiers that are matched by this event handler.If this list is empty the handler will accept matching events from all event sources.
- Returns:
- The GUID of the associated event source.
- Since:
- Intrexx 8.0.
-
setEventSourceGuids
Get the list of unique event source identifiers that are matched by this event handler.If this list is empty the handler will accept matching events from all event sources.
- Since:
- Intrexx 8.0.
-
isHandleBeforeStartEvent
public boolean isHandleBeforeStartEvent() -
setHandleBeforeStartEvent
public void setHandleBeforeStartEvent(boolean p_bHandleBeforeStartEvent) -
isHandleAfterStopEvent
public boolean isHandleAfterStopEvent() -
setHandleAfterStopEvent
public void setHandleAfterStopEvent(boolean p_bHandleAfterStopEvent)
-