@Scriptable public final class NotifyTimerDataGroupWorkflowEvent extends java.lang.Object implements INotifyTimerDataGroupWorkflowEvent
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof
operator.
Constructor and Description |
---|
NotifyTimerDataGroupWorkflowEvent(java.lang.String p_strTimerGuid,
java.lang.String p_strDgGuid) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataGroupGuid()
Get the GUID of the associated data group.
|
java.lang.String |
getTimerGuid()
Get the GUID of the timer that is associated with this event.
|
java.lang.String |
toString() |
public NotifyTimerDataGroupWorkflowEvent(java.lang.String p_strTimerGuid, java.lang.String p_strDgGuid)
p_strTimerGuid
- The GUID of the timer that is associated with this event.p_strDgGuid
- The data group GUID.public java.lang.String getTimerGuid()
getTimerGuid
in interface ITimerWorkflowEvent
public java.lang.String getDataGroupGuid()
IDataGroupWorkflowEvent
getDataGroupGuid
in interface IDataGroupWorkflowEvent
public java.lang.String toString()
toString
in class java.lang.Object