Uses of Interface
se.conciliate.extensions.store.MTWorkspace
Packages that use MTWorkspace
Package
Description
Interfaces for querying the current repository configuration.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provide a means to listen to changes in the stores.
Provides a means to register providers for custom plug-in data
that can be connected to models, objects and documents.
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
-
Uses of MTWorkspace in se.conciliate.extensions.repoconfig
Methods in se.conciliate.extensions.repoconfig with parameters of type MTWorkspaceModifier and TypeMethodDescriptionvoid
ConfigurationHandler.setupConfiguration
(MTWorkspace workspace) -
Uses of MTWorkspace in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTWorkspaceModifier and TypeMethodDescriptionMTWorkspace.createChild
(String childTitle) Synchronously creates a child workspace to this workspace, if this worksapce is locked.MTWorkspace.createSnapshot
(String snapshotTitle) Synchronously creates a snapshot of all locked models and objects in this workspace.MTWorkspaceHeader.expand()
Returns aMTWorkspace
for this workspace.MTStore.getCurrentWorkspace()
Returns the current workspace.Methods in se.conciliate.extensions.store that return types with arguments of type MTWorkspaceModifier and TypeMethodDescriptionMTWorkspaceHeader.findChildren()
Finds the child workspaces.MTRepositoryHeader.findWorkspaces()
Finds all workspaces in this repository.Methods in se.conciliate.extensions.store with parameters of type MTWorkspaceModifier and TypeMethodDescriptionvoid
MTSymbolStoreAdapter.revisionChanged
(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) void
MTSymbolStoreAdapter.revisionCreated
(MTSymbol symbol, Collection<MTModel> newModelRevisions, MTWorkspace workspace, MTRepository repo) void
MTSymbolStoreAdapter.revisionLocked
(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) void
MTSymbolStoreAdapter.symbolAdded
(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) void
MTSymbolStoreAdapter.symbolRemoved
(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) -
Uses of MTWorkspace in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event with parameters of type MTWorkspaceModifier and TypeMethodDescriptionvoid
MTModelStoreAdapter.modelAdded
(MTModel model, MTWorkspace workspace, MTRepository repo) void
MTModelStoreListener.modelAdded
(MTModel model, MTWorkspace workspace, MTRepository repo) Called when a model is added through the store api, but before it is saved.
NOTE: No guarantees are made about wich thread this method is called upon.void
MTModelStoreAdapter.modelRemoved
(String modelUUID, ModelType type, MTWorkspace workspace, MTRepository repo) void
MTModelStoreListener.modelRemoved
(String modelUUID, ModelType type, MTWorkspace workspace, MTRepository repo) Called when a model has been removed through the store api.void
MTModelStoreAdapter.revisionChanged
(MTModel model, MTWorkspace workspace, MTRepository repo) void
MTModelStoreListener.revisionChanged
(MTModel model, MTWorkspace workspace, MTRepository repo) Called when a change was made to the current revision of a model, i.e.void
MTSymbolStoreListener.revisionChanged
(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) Called when a change was made to the current revision of a symbol, i.e.void
MTModelStoreAdapter.revisionCreated
(MTModel model, MTWorkspace workspace, MTRepository repo) void
MTModelStoreListener.revisionCreated
(MTModel model, MTWorkspace workspace, MTRepository repo) Called when a new revision of a model is created through the store api.
NOTE: No guarantees are made about wich thread this method is called upon.void
MTSymbolStoreListener.revisionCreated
(MTSymbol symbol, Collection<MTModel> newModelRevisions, MTWorkspace workspace, MTRepository repo) Called when a new revision of a symbol is created through the store api.
NOTE: No guarantees are made about wich thread this method is called upon.void
MTModelStoreAdapter.revisionLocked
(MTModel model, MTWorkspace workspace, MTRepository repo) void
MTModelStoreListener.revisionLocked
(MTModel model, MTWorkspace workspace, MTRepository repo) Called when the current revision of a model is locked.
NOTE: No guarantees are made about wich thread this method is called upon.void
MTSymbolStoreListener.revisionLocked
(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) Called when the current revision of a symbol is locked.
NOTE: No guarantees are made about wich thread this method is called upon.void
MTSymbolStoreListener.symbolAdded
(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) Called when a symbol is added through the store api.
NOTE: No guarantees are made about wich thread this method is called upon.void
MTSymbolStoreListener.symbolRemoved
(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) Called when a symbol is removed through the store api.
NOTE: No guarantees are made about wich thread this method is called upon. -
Uses of MTWorkspace in se.conciliate.extensions.store.plugin
Methods in se.conciliate.extensions.store.plugin with parameters of type MTWorkspaceModifier and TypeMethodDescriptionMTDataPresenter.findContent
(MTRepository repository, MTWorkspace workspace) Returns a query listing the available content in a workspace. -
Uses of MTWorkspace in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui with parameters of type MTWorkspaceModifier and TypeMethodDescriptionvoid
Shell.switchWorkspace
(MTWorkspace workspace) Switches to a different workspace in the current repository.