Class UserWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.UserWorkflowEvent
- All Implemented Interfaces:
IUserWorkflowEvent
,IWorkflowEvent
A concrete class that implements a user defined workflow event.
Scripts should always use the event interface when using the
instanceof
operator.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserWorkflowEvent
-
-
Method Details
-
getGuid
Description copied from interface:IUserWorkflowEvent
Get the GUID of this event.- Specified by:
getGuid
in interfaceIUserWorkflowEvent
- Returns:
- The GUID of this event.
-
toString
-