Package org.uberfire.backend.server.cdi.workspace
-
Class Summary Class Description WorkspaceExecutorService WorkspaceExecutorServiceProducer WorkspaceManager Contains every workspace created in the application and the beans for those workspaces.WorkspaceManagerPreferences WorkspaceManagerPreferencesBeanGeneratedImpl WorkspaceManagerPreferencesPortableGeneratedImpl WorkspaceNameResolver Resolves Workspace name.WorkspaceScopeContext Workspace context.WorkspaceScopedExtension Workspace Scoped CDI Extension to add WorkspaceScoped behavior into Uberfire -
Annotation Types Summary Annotation Type Description WorkspaceScoped Like @ApplicationScoped, this bean is going to have a single instance but instead of living for the duration of the application it lives for the duration of the workspace and its cache.