Package com.vaadin.collaborationengine
package com.vaadin.collaborationengine
-
ClassDescriptionThe common abstract superclass of Collaboration Managers.The callback executed when the manager is activated, i.e.Response object when access to Collaboration Engine is requested for a user.Allows dispatching actions to be executed in background.Defines when to execute the connection callbackThe interface between a cluster backend and Collaboration Engine.This exception is thrown by the {@link EventLog::subscribe()} method if the provided
UUID
does not exist in the log.A strictly ordered log of submitted events.TheSnapshot
class is used to submit and retrieve a snapshot payload using the {@link Backend::replaceSnapshot()} and {@link Backend::loadLatestSnapshot()} methods.Exception thrown if the feature-flag for theBackend
API is not enabled.Extension of theAvatarGroup
component which integrates with theCollaborationEngine
.Callback for creating a stream resource with the image for a specific user.CollaborationBinder<BEAN>Extension ofBinder
for creating collaborative forms withCollaborationEngine
.CollaborationBinder.CollaborationBindingBuilderImpl<BEAN,FIELDVALUE, TARGET> Utility methods forCollaborationBinder
.CollaborationEngine is an API for creating collaborative experiences in Vaadin applications.Configuration object forCollaborationEngine
.AVaadinServiceInitListener
which uses theInstantiator
to find whether an instance ofCollaborationEngineConfiguration
is provided as a bean in the current environment, using that instance if found.A list that is shared between multiple users.A map that is shared between multiple users.Message of aCollaborationMessageList
.Extension of theMessageInput
component which integrates with theCollaborationMessageList
.Extension of theMessageList
component which integrates with theCollaborationEngine
.Configurator callback for messages in aCollaborationMessageList
.Persister ofCollaborationMessage
items, which enables to read and write messages from/to a backend, for example a database.A query to fetch messages from a backend.A request to persist messages to a backend.Submitter of messages.The activation context of aCollaborationMessageSubmitter
.A connection context based on the attach state of a set of component instances.The context in which a topic connection is active.The scope of data in a topic.Manager to handle form values and field highlight state.Common interface to be implemented by types holding data associated to a topic, which provides methods to set an expiration timeout on the data which will be cleared after the timeout has passed since the last connection to the topic has been closed.Functional interface that defines how to handle highlight changes for properties in a topic.The context of the highlight.Thrown when unable to convert back and forth between a Java object instance and a JacksonJsonNode
instance.Event that is fired during license lifecycle, e.g.The license event type.Event handler that gets notified on license events.The interface to store license usage data.Event that is fired when the value in a collaboration list changes.An object which identifies each item of aCollaborationList
.A list operation providing details such as the operation type, related properties and conditions that should be met for the operation to succeed.The result of a list operation in aCollaborationList
.Event handler that gets notified for changes to collaboration lists.A simple backend implementation that only distributes events locally and assumes that there is no previous history for event logs.Event that is fired when the value in a collaboration map changes.Event handler that gets notified for changes to collaboration maps.The event dispatched when a node joins or leaves the backend.The type of the event.A listener ofMembershipEvent
.Functional interface that defines how to handle a message when it is added to a topic.The context of the message.Manager to handle messages sent to a topic.Functional interface that defines how to handle user presence changes in a topic.The context of the user presence.Manager to handle user presence in topics.Functional interface that defines how to handle value changes for properties in a topic.The property change event.A connection context that is always active.AUserInfo
for non-interaction thread.API for sending and subscribing to updates between clients collaborating on the same collaboration topic.A registration for configuring or removing a topic connection that is opened with Collaboration Engine.An action for handling a failed topic connection.An event that is fired when the topic connection fails.User information of a collaborating user, used with various features of the collaboration engine.