Class BeforeDeleteDataGroupWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.BeforeDeleteDataGroupWorkflowEvent
- All Implemented Interfaces:
IBeforeDeleteDataGroupWorkflowEvent
,IDataGroupWorkflowEvent
,IWorkflowEvent
@Scriptable
public final class BeforeDeleteDataGroupWorkflowEvent
extends Object
implements IBeforeDeleteDataGroupWorkflowEvent
A concrete class that implements an event that is sent before a data group
record is being deleted.
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof
operator.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BeforeDeleteDataGroupWorkflowEvent
- Parameters:
p_strDgGuid
- The data group GUID.
-
-
Method Details
-
getDataGroupGuid
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
-