Class UserWorkflowEvent

java.lang.Object
de.uplanet.lucy.server.workflow.event.UserWorkflowEvent
All Implemented Interfaces:
IUserWorkflowEvent, IWorkflowEvent

@Scriptable public final class UserWorkflowEvent extends Object implements IUserWorkflowEvent
A concrete class that implements a user defined workflow event.

Scripts should always use the event interface when using the instanceof operator.

  • Constructor Details

    • UserWorkflowEvent

      public UserWorkflowEvent(String p_strGuid)
  • Method Details