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 TypeMethodDescriptionvoidConfigurationHandler.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 aMTWorkspacefor 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 TypeMethodDescriptionvoidMTSymbolStoreAdapter.revisionChanged(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) voidMTSymbolStoreAdapter.revisionCreated(MTSymbol symbol, Collection<MTModel> newModelRevisions, MTWorkspace workspace, MTRepository repo) voidMTSymbolStoreAdapter.revisionLocked(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) voidMTSymbolStoreAdapter.symbolAdded(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) voidMTSymbolStoreAdapter.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 TypeMethodDescriptionvoidMTModelStoreAdapter.modelAdded(MTModel model, MTWorkspace workspace, MTRepository repo) voidMTModelStoreListener.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.voidMTModelStoreAdapter.modelRemoved(String modelUUID, ModelType type, MTWorkspace workspace, MTRepository repo) voidMTModelStoreListener.modelRemoved(String modelUUID, ModelType type, MTWorkspace workspace, MTRepository repo) Called when a model has been removed through the store api.voidMTModelStoreAdapter.revisionChanged(MTModel model, MTWorkspace workspace, MTRepository repo) voidMTModelStoreListener.revisionChanged(MTModel model, MTWorkspace workspace, MTRepository repo) Called when a change was made to the current revision of a model, i.e.voidMTSymbolStoreListener.revisionChanged(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) Called when a change was made to the current revision of a symbol, i.e.voidMTModelStoreAdapter.revisionCreated(MTModel model, MTWorkspace workspace, MTRepository repo) voidMTModelStoreListener.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.voidMTSymbolStoreListener.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.voidMTModelStoreAdapter.revisionLocked(MTModel model, MTWorkspace workspace, MTRepository repo) voidMTModelStoreListener.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.voidMTSymbolStoreListener.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.voidMTSymbolStoreListener.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.voidMTSymbolStoreListener.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 TypeMethodDescriptionvoidShell.switchWorkspace(MTWorkspace workspace) Switches to a different workspace in the current repository.