|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uplanet.lucy.server.workflow.event.NotifyDataGroupWorkflowEvent
@Scriptable public final class NotifyDataGroupWorkflowEvent
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.
Constructor Summary | |
---|---|
NotifyDataGroupWorkflowEvent(java.lang.String p_strTimerGuid,
java.lang.String p_strDgGuid)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotifyDataGroupWorkflowEvent(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.Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |