Class WrappedServerEventWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.WrappedServerEventWorkflowEvent
- All Implemented Interfaces:
IWorkflowEvent
,IWrappedServerEventWorkflowEvent
@Scriptable
public final class WrappedServerEventWorkflowEvent
extends Object
implements IWrappedServerEventWorkflowEvent
This class is used to wrap
IServerEvent
s as IWorkflowEvent
s.-
Constructor Summary
ConstructorsConstructorDescriptionCreate a workflow wrapper for a server event. -
Method Summary
-
Constructor Details
-
WrappedServerEventWorkflowEvent
Create a workflow wrapper for a server event.- Parameters:
p_evt
- TheIServerEvent
to be wrapped.- Throws:
IllegalArgumentException
- If the parameter isnull
.
-
-
Method Details
-
getWrappedEvent
Get the wrappedIServerEvent
.- Specified by:
getWrappedEvent
in interfaceIWrappedServerEventWorkflowEvent
- Returns:
- The wrapped
IServerEvent
.
-
toString
-