Class GlobalNotifyTimerDataGroupWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.GlobalNotifyTimerDataGroupWorkflowEvent
- All Implemented Interfaces:
IDataGroupWorkflowEvent
,IGlobalTimerWorkflowEvent
,INotifyDataGroupWorkflowEvent
,INotifyTimerDataGroupWorkflowEvent
,ITimerWorkflowEvent
,IWorkflowEvent
@Scriptable
public final class GlobalNotifyTimerDataGroupWorkflowEvent
extends Object
implements INotifyTimerDataGroupWorkflowEvent, IGlobalTimerWorkflowEvent
A concrete class that implements an event that is sent by a timer
to notify about a data group record.
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof
operator.
-
Constructor Summary
ConstructorDescriptionGlobalNotifyTimerDataGroupWorkflowEvent
(String p_strTimerGuid, String p_strDgGuid) -
Method Summary
Modifier and TypeMethodDescriptionGet the GUID of the associated data group.Get the GUID of the timer that is associated with this event.toString()
-
Constructor Details
-
GlobalNotifyTimerDataGroupWorkflowEvent
- Parameters:
p_strTimerGuid
- The GUID of the timer that is associated with this event.p_strDgGuid
- The data group GUID.
-
-
Method Details
-
getTimerGuid
Get the GUID of the timer that is associated with this event.- Specified by:
getTimerGuid
in interfaceITimerWorkflowEvent
- Returns:
- The GUID of the timer that is associated with this event.
-
getDataGroupGuid
Description copied from interface:IDataGroupWorkflowEvent
Get the GUID of the associated data group.- Specified by:
getDataGroupGuid
in interfaceIDataGroupWorkflowEvent
- Returns:
- The GUID of the associated data group.
-
toString
-