Package de.uplanet.lucy.server.workflow
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
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
Methods inherited from interface de.uplanet.lucy.server.workflow.IWorkflowObject
getGuid
-
Method Details
-
isActive
boolean isActive()Description copied from interface:IActivatableWorkflowObjectCheck if this workflow object is active or inactive.- Specified by:
isActivein interfaceIActivatableWorkflowObject- Returns:
- The activation state of this workflow object.
-
setActive
void setActive(boolean p_bActive) Description copied from interface:IActivatableWorkflowObjectSet this workflow object active or inactive.- Specified by:
setActivein interfaceIActivatableWorkflowObject- Parameters:
p_bActive- The new activation state to be set.
-