Package de.uplanet.lucy.server.workflow
Schnittstelle ISupportGlobalSharedState
- Alle bekannten Implementierungsklassen:
AbstractIMAPFolderWorkflowEventSource,AbstractJMSWorkflowEventSource,ExchangeOnlineIMAPFolderPollingWorkflowEventSource,FileSystemWorkflowEventSource,IMAPFolderPollingWorkflowEventSource,JMSQueueWorkflowEventSource,JMSTopicWorkflowEventSource,MaildirWorkflowEventSource,MQTTWorkflowEventSource,UDPWorkflowEventSource
public interface ISupportGlobalSharedState
An interface for
IWorkflowEventSources that support a global shared state.-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanThis property determines if a global shared state should be used for all events created by this event source.voidsetGlobalSharedState(boolean p_bGlobalSharedState) This property determines if a global shared state should be used for all events created by this event source.
-
Methodendetails