Klasse NotifyTimerDataGroupWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.NotifyTimerDataGroupWorkflowEvent
- Alle implementierten Schnittstellen:
IDataGroupWorkflowEvent,INotifyDataGroupWorkflowEvent,INotifyTimerDataGroupWorkflowEvent,ITimerWorkflowEvent,IWorkflowEvent
@Scriptable
public final class NotifyTimerDataGroupWorkflowEvent
extends Object
implements INotifyTimerDataGroupWorkflowEvent
A concrete class that implements an event that is sent from a data
group timer.
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof operator.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNotifyTimerDataGroupWorkflowEvent(String p_strTimerGuid, String p_strDgGuid) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the GUID of the associated data group.Get the GUID of the timer that is associated with this event.toString()
-
Konstruktordetails
-
NotifyTimerDataGroupWorkflowEvent
- Parameter:
p_strTimerGuid- The GUID of the timer that is associated with this event.p_strDgGuid- The data group GUID.
-
-
Methodendetails
-
getTimerGuid
Get the GUID of the timer that is associated with this event.- Angegeben von:
getTimerGuidin SchnittstelleITimerWorkflowEvent- Gibt zurück:
- The GUID of the timer that is associated with this event.
-
getDataGroupGuid
Beschreibung aus Schnittstelle kopiert:IDataGroupWorkflowEventGet the GUID of the associated data group.- Angegeben von:
getDataGroupGuidin SchnittstelleIDataGroupWorkflowEvent- Gibt zurück:
- The GUID of the associated data group.
-
toString
-