Klasse FreeTimerWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.FreeTimerWorkflowEvent
- Alle implementierten Schnittstellen:
IFreeTimerWorkflowEvent,ITimerWorkflowEvent,IWorkflowEvent
@Scriptable
public final class FreeTimerWorkflowEvent
extends Object
implements IFreeTimerWorkflowEvent
A concrete class that implements an event that is sent from a free timer.
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof operator.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the GUID of the timer that created this event.toString()
-
Konstruktordetails
-
FreeTimerWorkflowEvent
- Parameter:
p_strTimerGuid- The GUID of the timer action that created this event.
-
-
Methodendetails
-
getTimerGuid
Beschreibung aus Schnittstelle kopiert:ITimerWorkflowEventGet the GUID of the timer that created this event.- Angegeben von:
getTimerGuidin SchnittstelleITimerWorkflowEvent- Gibt zurück:
- The timer GUID.
-
toString
-