|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uplanet.lucy.server.workflow.event.GlobalNotifyDataGroupWorkflowEvent
@Scriptable public final class GlobalNotifyDataGroupWorkflowEvent
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 | |
---|---|
GlobalNotifyDataGroupWorkflowEvent(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 GlobalNotifyDataGroupWorkflowEvent(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 |