Schnittstelle ISupportBeforeStartEvent

Alle bekannten Implementierungsklassen:
AbstractIMAPFolderWorkflowEventSource, AbstractJMSWorkflowEventSource, ExchangeOnlineIMAPFolderPollingWorkflowEventSource, FileSystemWorkflowEventSource, IMAPFolderPollingWorkflowEventSource, JMSQueueWorkflowEventSource, JMSTopicWorkflowEventSource, MaildirWorkflowEventSource, MQTTWorkflowEventSource, UDPWorkflowEventSource

public interface ISupportBeforeStartEvent
This interface is implemented by workflow objects that support sending events before a certain activity is about to being started.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    This property determines if an before-start event should be sent.
    void
    setSendBeforeStartEvent(boolean p_bSendBeforeStartEvent)
    This property determines if an before-start event should be sent.
  • Methodendetails

    • isSendBeforeStartEvent

      boolean isSendBeforeStartEvent()
      This property determines if an before-start event should be sent.
      Gibt zurück:
      true if an event should be sent before the workflow object's activity is about to being started, or false otherwise.
    • setSendBeforeStartEvent

      void setSendBeforeStartEvent(boolean p_bSendBeforeStartEvent)
      This property determines if an before-start event should be sent.
      Parameter:
      p_bSendBeforeStartEvent - true if an event should be sent before the workflow object's activity is about to being started, or false otherwise.