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
IServerEvents as IWorkflowEvents.-
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- TheIServerEventto be wrapped.- Throws:
IllegalArgumentException- If the parameter isnull.
-
-
Method Details
-
getWrappedEvent
Get the wrappedIServerEvent.- Specified by:
getWrappedEventin interfaceIWrappedServerEventWorkflowEvent- Returns:
- The wrapped
IServerEvent.
-
toString
-