Class GlobalNotifyDataGroupWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.GlobalNotifyDataGroupWorkflowEvent
- All Implemented Interfaces:
IDataGroupWorkflowEvent
,IGlobalTimerWorkflowEvent
,INotifyDataGroupWorkflowEvent
,INotifyTimerDataGroupWorkflowEvent
,ITimerWorkflowEvent
,IWorkflowEvent
@Scriptable
@Deprecated
public final class GlobalNotifyDataGroupWorkflowEvent
extends Object
implements INotifyTimerDataGroupWorkflowEvent, IGlobalTimerWorkflowEvent
Deprecated.
-
Constructor Summary
ConstructorDescriptionGlobalNotifyDataGroupWorkflowEvent
(String p_strTimerGuid, String p_strDgGuid) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the GUID of the associated data group.Deprecated.Get the GUID of the timer that is associated with this event.toString()
Deprecated.
-
Constructor Details
-
GlobalNotifyDataGroupWorkflowEvent
Deprecated.- Parameters:
p_strTimerGuid
- The GUID of the timer that is associated with this event.p_strDgGuid
- The data group GUID.
-
-
Method Details
-
getTimerGuid
Deprecated.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
Deprecated.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
Deprecated.
-
GlobalNotifyTimerDataGroupWorkflowEvent
instead.