Uses of Interface
se.conciliate.extensions.store.MTRepository
Packages that use MTRepository
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Connections to MT data sources.
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.
-
Uses of MTRepository in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTRepositoryModifier and TypeMethodDescriptionMTServer.createRepository
(String name, boolean template, Long parentId, String configXML) Creates a new repository.MTServer.createRepository
(String name, boolean template, String configXML) Creates a new repository using 'ROOT' as parentMTRepositoryHeader.expand()
Returns aMTRepository
for this status.MTServer.findLiteRepository()
Finds the repository used by 2c8 Lite to store drafts made by Lite users.MTServer.findRepository
(Long id) Returns theMTRepository
with the idid
.MTStore.findRepository
(long repositoryID) Finds a repository by ID.MTStore.getCurrentRepository()
Returns the current repository.Methods in se.conciliate.extensions.store that return types with arguments of type MTRepositoryModifier and TypeMethodDescriptionMTServer.findRepositories()
Returns all server repositories.MTServer.findRepositories
(boolean withModelCount) Methods in se.conciliate.extensions.store with parameters of type MTRepositoryModifier and TypeMethodDescriptionvoid
MTUser.addPrivilege
(MTRepository repository, MTUserHeader.RepositoryPrivilege priv) MTDocumentStore.findDocumentsWithContent
(MTRepository repo, MTLanguage lang, String content, int maxResult) Finds the documents with the given content.void
MTUser.removePrivilege
(MTRepository repository, MTUserHeader.RepositoryPrivilege priv) void
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 MTRepository in se.conciliate.extensions.store.connection
Methods in se.conciliate.extensions.store.connection with parameters of type MTRepositoryModifier and TypeMethodDescriptionMTConnectionFactory.connectToServerRepository
(MTRepository repository) Connects to a server repository. -
Uses of MTRepository in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event that return MTRepositoryModifier and TypeMethodDescriptionDocumentChangeEvent.getRepsitory()
Returns the repository affected by the change (the repository that the document is in).Methods in se.conciliate.extensions.store.event with parameters of type MTRepositoryModifier and TypeMethodDescriptionvoid
MTAttributeTypeListener.attributeTypeAdded
(MTAttributeType type, MTRepository repository) Called after an attribute type has been added.void
MTAttributeTypeListener.attributeTypeChanged
(MTAttributeType type, MTRepository repository) Called after an attribute type has changed.void
MTAttributeTypeListener.attributeTypeRemoved
(MTAttributeType type, MTRepository repository) Called after an attribute type has been removed.void
MTDocumentListener.documentAdded
(MTDocument added, MTRepository repository) Called when a document is added/created.void
MTDocumentListener.documentRemoved
(MTDocumentHeader removed, MTRepository repository) Called when a document is removed.void
MTDocumentTypeListener.documentTypeAdded
(MTDocumentType added, MTRepository repository) Called when a new document type is added/created.void
MTDocumentTypeListener.documentTypeRemoved
(MTDocumentType removed, MTRepository repository) Called when a document type is removed.void
MTListListener.listAdded
(MTList list, MTRepository repository) Called when a new list is added to a repository.void
MTListListener.listRemoved
(MTList list, MTRepository repository) Called when a list is removed from a repository.void
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.void
MTVariableListener.variableAdded
(MTVariable added, MTRepository repository) void
MTVariableListener.variableChanged
(MTVariable changed, MTRepository repository) void
MTVariableListener.variableRemoved
(MTVariable removed, MTRepository repository) -
Uses of MTRepository in se.conciliate.extensions.store.plugin
Methods in se.conciliate.extensions.store.plugin with parameters of type MTRepositoryModifier and TypeMethodDescriptionMTDataPresenter.findContent
(MTRepository repository, MTWorkspace workspace) Returns a query listing the available content in a workspace.