Package de.uplanet.lucy.server.workflow
Schnittstelle IWorkflowEventSource
- Alle Superschnittstellen:
IActivatableWorkflowObject,IWorkflowObject,Serializable
- Alle bekannten Unterschnittstellen:
IWorkflowTimer
- Alle bekannten Implementierungsklassen:
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.
-
Feldübersicht
Von Schnittstelle geerbte Felder de.uplanet.lucy.server.workflow.IWorkflowObject
GUID_COMPARATOR -
Methodenübersicht
Von Schnittstelle geerbte Methoden de.uplanet.lucy.server.workflow.IWorkflowObject
getGuid
-
Methodendetails
-
isActive
boolean isActive()Beschreibung aus Schnittstelle kopiert:IActivatableWorkflowObjectCheck if this workflow object is active or inactive.- Angegeben von:
isActivein SchnittstelleIActivatableWorkflowObject- Gibt zurück:
- The activation state of this workflow object.
-
setActive
void setActive(boolean p_bActive) Beschreibung aus Schnittstelle kopiert:IActivatableWorkflowObjectSet this workflow object active or inactive.- Angegeben von:
setActivein SchnittstelleIActivatableWorkflowObject- Parameter:
p_bActive- The new activation state to be set.
-