Class NotifyTimerDataGroupWorkflowEvent

java.lang.Object
de.uplanet.lucy.server.workflow.event.NotifyTimerDataGroupWorkflowEvent
All Implemented Interfaces:
IDataGroupWorkflowEvent, INotifyDataGroupWorkflowEvent, INotifyTimerDataGroupWorkflowEvent, ITimerWorkflowEvent, IWorkflowEvent

@Scriptable public final class NotifyTimerDataGroupWorkflowEvent extends Object implements INotifyTimerDataGroupWorkflowEvent
A concrete class that implements an event that is sent from a data group timer.

Do not use this class in scripts.

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

  • Constructor Details

    • NotifyTimerDataGroupWorkflowEvent

      public NotifyTimerDataGroupWorkflowEvent(String p_strTimerGuid, String p_strDgGuid)
      Parameters:
      p_strTimerGuid - The GUID of the timer that is associated with this event.
      p_strDgGuid - The data group GUID.
  • Method Details