Klasse BeforeDeleteDataGroupWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.BeforeDeleteDataGroupWorkflowEvent
- Alle implementierten Schnittstellen:
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.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
BeforeDeleteDataGroupWorkflowEvent
- Parameter:
p_strDgGuid- The data group GUID.
-
-
Methodendetails
-
getDataGroupGuid
Beschreibung aus Schnittstelle kopiert:IDataGroupWorkflowEventGet the GUID of the associated data group.- Angegeben von:
getDataGroupGuidin SchnittstelleIDataGroupWorkflowEvent- Gibt zurück:
- The GUID of the associated data group.
-
toString
-