@Scriptable public final class AfterUpdateDataGroupWorkflowEvent extends Object implements IAfterUpdateDataGroupWorkflowEvent
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof
operator.
Constructor and Description |
---|
AfterUpdateDataGroupWorkflowEvent(String p_strDgGuid) |
Modifier and Type | Method and Description |
---|---|
String |
getDataGroupGuid()
Get the GUID of the associated data group.
|
String |
toString() |
public AfterUpdateDataGroupWorkflowEvent(String p_strDgGuid)
p_strDgGuid
- The data group GUID.public String getDataGroupGuid()
IDataGroupWorkflowEvent
getDataGroupGuid
in interface IDataGroupWorkflowEvent