Class GlobalTimerWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.GlobalTimerWorkflowEvent
- All Implemented Interfaces:
IGlobalTimerWorkflowEvent
,ITimerWorkflowEvent
,IWorkflowEvent
@Scriptable
public final class GlobalTimerWorkflowEvent
extends Object
implements IGlobalTimerWorkflowEvent
A concrete class that implements an event that is sent from a global timer.
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof
operator.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GlobalTimerWorkflowEvent
- Parameters:
p_strTimerGuid
- The GUID of the timer that creates this event.
-
-
Method Details
-
getTimerGuid
Description copied from interface:ITimerWorkflowEvent
Get the GUID of the timer that created this event.- Specified by:
getTimerGuid
in interfaceITimerWorkflowEvent
- Returns:
- The timer GUID.
-
toString
-