Klasse TimerJobSchedulingWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.TimerJobSchedulingWorkflowEvent
- Alle implementierten Schnittstellen:
ITimerJobSchedulingWorkflowEvent,IWorkflowEvent
@Scriptable
public final class TimerJobSchedulingWorkflowEvent
extends Object
implements ITimerJobSchedulingWorkflowEvent
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the GUID of the timer that created this event.toString()
-
Konstruktordetails
-
TimerJobSchedulingWorkflowEvent
- Parameter:
p_strTimerGuid- The GUID of the timer action that created this event.
-
-
Methodendetails
-
getTimerGuid
Beschreibung aus Schnittstelle kopiert:ITimerJobSchedulingWorkflowEventGet the GUID of the timer that created this event.- Angegeben von:
getTimerGuidin SchnittstelleITimerJobSchedulingWorkflowEvent- Gibt zurück:
- The timer GUID.
-
toString
-