Uses of Class
com.vaadin.collaborationengine.CollaborationEngine
-
Uses of CollaborationEngine in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return CollaborationEngineModifier and TypeMethodDescriptionstatic CollaborationEngine
CollaborationEngine.configure
(VaadinService vaadinService, CollaborationEngineConfiguration configuration) Sets the configuration for the Collaboration Engine associated with the given Vaadin service.
protected CollaborationEngine
AbstractCollaborationManager.getCollaborationEngine()
Gets the
CollaborationEngine
of this manager.final CollaborationEngine
Backend.getCollaborationEngine()
Gets the
CollaborationEngine
used by this backend.static CollaborationEngine
CollaborationEngine.getInstance()
Gets the
CollaborationEngine
instance from the currentVaadinService
.static CollaborationEngine
CollaborationEngine.getInstance
(VaadinService vaadinService) Gets the
CollaborationEngine
instance from the providedVaadinService
.LicenseEvent.getSource()
Deprecated, for removal: This API element is subject to removal in a future version.
MembershipEvent.getSource()
Methods in com.vaadin.collaborationengine with parameters of type CollaborationEngineModifier and TypeMethodDescriptionfinal void
Backend.setCollaborationEngine
(CollaborationEngine collaborationEngine) Sets the
CollaborationEngine
instance for this backend.Constructors in com.vaadin.collaborationengine with parameters of type CollaborationEngineModifierConstructorDescriptionprotected
AbstractCollaborationManager
(UserInfo localUser, String topicId, CollaborationEngine collaborationEngine) Deprecated, for removal: This API element is subject to removal in a future version.
This constructor is not compatible with serializationFormManager
(ConnectionContext context, UserInfo localUser, String topicId, CollaborationEngine collaborationEngine) Deprecated, for removal: This API element is subject to removal in a future version.
This constructor is not compatible with serializationMembershipEvent
(MembershipEvent.MembershipEventType type, UUID nodeId, CollaborationEngine collaborationEngine) Creates a new event.
MessageManager
(ConnectionContext context, UserInfo localUser, String topicId, CollaborationEngine collaborationEngine) Deprecated, for removal: This API element is subject to removal in a future version.
This constructor is not compatible with serializationMessageManager
(ConnectionContext context, UserInfo localUser, String topicId, CollaborationMessagePersister persister, CollaborationEngine collaborationEngine) Deprecated, for removal: This API element is subject to removal in a future version.
This constructor is not compatible with serializationPresenceManager
(ConnectionContext context, UserInfo localUser, String topicId, CollaborationEngine collaborationEngine) Deprecated, for removal: This API element is subject to removal in a future version.
This constructor is not compatible with serializationDeprecated, for removal: This API element is subject to removal in a future version.
This constructor is not compatible with serializationConstructor parameters in com.vaadin.collaborationengine with type arguments of type CollaborationEngineModifierConstructorDescriptionprotected
AbstractCollaborationManager
(UserInfo localUser, String topicId, SerializableSupplier<CollaborationEngine> ceSupplier) Constructs a new manager instance.
FormManager
(ConnectionContext context, UserInfo localUser, String topicId, SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new manager for the provided connection context.
MessageManager
(ConnectionContext context, UserInfo localUser, String topicId, CollaborationMessagePersister persister, SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new persisting manager for the given connection context.
MessageManager
(ConnectionContext context, UserInfo localUser, String topicId, SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new manager for the given connection context.
PresenceManager
(ConnectionContext context, UserInfo localUser, String topicId, SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new manager for the provided connection context.
Creates a new system connection context instance for the given Collaboration Engine instance.