Interface IWorkflowEventSource

All Superinterfaces:
IActivatableWorkflowObject, IWorkflowObject, Serializable
All Known Subinterfaces:
IWorkflowTimer
All Known Implementing Classes:
AbstractGlobalMultiEventWorkflowTimer, AbstractGlobalWorkflowTimer, AbstractIMAPFolderWorkflowEventSource, AbstractJMSWorkflowEventSource, AbstractSingleThreadedWorkflowEventSource, AbstractWorkflowEventSource, ExchangeOnlineIMAPFolderPollingWorkflowEventSource, FileSystemWorkflowEventSource, GlobalDataGroupWorkflowTimer, GlobalHypArchiveWorkflowTimer, GlobalMSExchangeWorkflowTimer, GlobalODataWorkflowTimer, GlobalWorkflowTimer, IMAPFolderPollingWorkflowEventSource, JMSQueueWorkflowEventSource, JMSTopicWorkflowEventSource, MaildirWorkflowEventSource, MQTTWorkflowEventSource, UDPWorkflowEventSource

public interface IWorkflowEventSource extends IWorkflowObject, IActivatableWorkflowObject
This is the interface for workflow event sources.

Classes that implement this interface should have the WorkflowEventSource name suffix.

  • Field Summary

    Fields inherited from interface de.uplanet.lucy.server.workflow.IWorkflowObject

    GUID_COMPARATOR
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check if this workflow object is active or inactive.
    void
    setActive(boolean p_bActive)
    Set this workflow object active or inactive.

    Methods inherited from interface de.uplanet.lucy.server.workflow.IWorkflowObject

    getGuid