Uses of Class
se.conciliate.extensions.store.MTAccessException
Packages that use MTAccessException
Package
Description
Provides the means to provide custom import services and/or
use the built-in import service with custom settings.
Provides publish services and the means to register
custom fields to show in published material.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides utility classes to perform queries against the current workspace.
-
Uses of MTAccessException in se.conciliate.extensions.importservice
Methods in se.conciliate.extensions.importservice that throw MTAccessExceptionModifier and TypeMethodDescriptionvoid
ImportService.run
(ImportConfig config, File input, ProgressCallback progress) Deprecated.Performs the import. -
Uses of MTAccessException in se.conciliate.extensions.publish
Methods in se.conciliate.extensions.publish that throw MTAccessExceptionModifier and TypeMethodDescriptionPublishProfileLocatorService.findProfiles()
Returns a collection of available profiles. -
Uses of MTAccessException in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that throw MTAccessExceptionModifier and TypeMethodDescriptionAdds an existing symbol to the model and returns a new MTCompleteVertex that will reference a symbol equal to the sent in symbol.Adds an existing symbol to the model and returns a new MTCompleteVertex that will reference a symbol equal to the sent in symbol.void
MTModelStore.batchLock
(Collection<? extends MTModelHeader> models) Locks all supplied models and returns normally or locks no model and throws an exception.void
MTSymbolStore.batchLock
(Collection<? extends MTSymbolHeader> symbols) Locks all supplied symbols and returns normally or locks no symbol and throws an exception.void
MTCachedList.buildResults()
Builds the results of the list.void
MTAttributeType.clearData()
Clears (removes) all MTAttributes with this type as its attribute type.MTServer.createColorScheme()
creates a color scheme in the database.MTCompleteModel.createEdge
(String uuid, EdgeType type, EdgeRouter router, MTCompleteVertex from, MTCompleteVertex to, List<Point> points) Creates a new edge and adds it to the model.MTCompleteModel.createEdge
(EdgeType type, EdgeRouter router, MTCompleteVertex from, MTCompleteVertex to, List<Point> points) Creates a new edge and adds it to the model.MTSymbolStore.createSymbol
(SymbolVariant symbolVariant, String uuid, String title) Creates a new symbol, with default settings.MTRepositoryHeader.createVariableSubstitution()
Creates a helper object for substituting variables in the repository, properties and enviroment variables.MTRepositoryHeader.createVariableSubstitution
(String type) Creates a helper object for substituting variables in the repository, properties or enviroment variables.MTRepositoryHeader.createVariableSubstitution
(String[] types) Creates a helper object for substituting variables in the repository.MTAttributeHeader.expand()
Returns aMTAttribute
for this attribute.MTAttributeTypeHeader.expand()
Returns aMTAttributeType
for this attribute type.MTColorSchemeHeader.expand()
Returns aMTColorScheme
for this color scheme.MTDocumentHeader.expand()
Returns aMTDocument
for this document.MTDocumentTypeHeader.expand()
Returns aMTDocumentType
for this document type.MTEdgeHeader.expand()
Returns aMTEdge
for this edge.MTGroupHeader.expand()
Returns aMTGroup
for this group.MTLanguageHeader.expand()
Returns aMTLanguage
for this language.MTLayerHeader.expand()
Returns aMTLayer
for this layer.MTLayerTypeHeader.expand()
Returns aMTLayerType
for this layer type.MTListHeader.expand()
Returns aMTList
for this list.MTModelHeader.expand()
Returns aMTModel
for this model.MTPermissionGroup.PredefinedGroup.expand()
MTPublishTemplateHeader.expand()
Returns aMTPublishTemplate
for this publish template.MTRepositoryHeader.expand()
Returns aMTRepository
for this status.MTSymbolHeader.expand()
Returns aMTSymbol
for this symbol.MTUserHeader.expand()
Returns aMTUser
for this user.MTVertexHeader.expand()
Returns aMTVertex
for this vertex.MTWorkspaceHeader.expand()
Returns aMTWorkspace
for this workspace.MTModelHeader.findAttributeByType
(String typeUUID) Finds a attribute for this model, based on its type UUID.MTSymbolHeader.findAttributeByType
(String typeUUID) Finds an attribute for this symbol, based on its attribute's type UUID.MTModelHeader.findAttributeHeaders()
Finds the models attributes as headers.MTRepositoryHeader.findAttributeHeaders()
Finds all attributes in this repository as headers.MTRepositoryHeader.findAttributeHeaders
(MTAttributeTypeHeader type) Finds all attributes in this repository associated with the given attribute type as headers.MTSymbolHeader.findAttributeHeaders()
Finds all attributes for this symbol, as headers.MTModelHeader.findAttributes()
Finds the models attributes.MTRepositoryHeader.findAttributes()
Finds all attributes in this repository.MTSymbolHeader.findAttributes()
Finds all attributes for this symbol.MTRepositoryHeader.findAttributeType
(String uuid) Finds an attribute type by UUID in this repository.MTRepositoryHeader.findAttributeTypeHeaders()
Finds all attribute types in this repository as headers.MTRepositoryHeader.findAttributeTypes()
Finds all attribute types in this repository.MTEdgeHeader.findBreakdownHeaders()
Finds all models that this edge breaks down to in the current workspace, as headers.MTSymbolHeader.findBreakdownHeaders()
Finds all models that this symbol breaks down to in the current workspace, as headers.MTEdgeHeader.findBreakdowns()
Finds all models that this edge breaks down to in the current workspace.MTModelHeader.findBreakdowns()
Finds all breakdowns, in the current workspace, for thisMTModelHeader
.MTSymbolHeader.findBreakdowns()
Finds all models that this symbol breaks down to in the current workspace.MTWorkspaceHeader.findChildHeaders()
Finds the child workspaces as headers.MTWorkspaceHeader.findChildren()
Finds the child workspaces.MTRepositoryHeader.findColorScheme()
Finds the color scheme for this repository.MTServer.findColorScheme
(String title) Finds a color schemes in the database with a specific titleMTServer.findColorSchemes()
Finds all color schemes in the databaseMTServer.findDirectories()
Returns all server directories.MTServer.findDirectory
(Long id) Returns theMTDirectory
with the idid
.MTDocumentStore.findDocument
(long id) Finds a document by ID.MTDocumentStore.findDocument
(String uuid) Finds a document by UUID.MTRepositoryHeader.findDocument
(String uuid) Finds a MT document by UUID in this repository.MTDocumentStore.findDocumentHeaders
(List<Long> idList) Finds documents in the current repository from a list of document ID:s, as headers.MTModelHeader.findDocumentHeaders()
Finds the documents connected to this model as headers.MTRepositoryHeader.findDocumentHeaders()
Finds all documents in this repository as headers.MTSymbolHeader.findDocumentHeaders()
Finds all documents connected to this symbol, as headers.MTModelHeader.findDocumentIDs()
Finds the ID:s of documents connected to this model.MTRepositoryHeader.findDocumentIDs()
Finds the ID:s of all documents in this repository.MTSymbolHeader.findDocumentIDs()
Finds the ID:s of all documents connected to this symbol.MTDocumentStore.findDocuments
(List<Long> idList) Finds documents in the current repository from a list of document ID:s.MTModelHeader.findDocuments()
Finds the documents connected to this model.MTRepositoryHeader.findDocuments()
Finds all documents in this repository.MTSymbolHeader.findDocuments()
Finds all documents connected to this symbol.MTRepositoryHeader.findDocumentsByUUID
(List<String> uuidList) Finds documents in this repository from a list of document UUID:s.MTDocumentStore.findDocumentsWithContent
(MTRepository repo, MTLanguage lang, String content, int maxResult) Finds the documents with the given content.MTDocumentStore.findDocumentType
(long documentTypeID) Finds a document type by ID.MTRepositoryHeader.findDocumentType
(String uuid) Finds a document type by UUID in this repository.MTDocumentStore.findDocumentTypeHeaders
(List<Long> idList) Finds document types from a list of document type ID:s, as header.MTRepositoryHeader.findDocumentTypeHeaders()
Finds all document types in this repository as headers.MTRepositoryHeader.findDocumentTypeIDs()
Finds the ID:s of all document types in this repository.MTDocumentStore.findDocumentTypes
(List<Long> idList) Finds document types from a list of document type ID:s.MTRepositoryHeader.findDocumentTypes()
Finds all document types in this repository.MTDocumentStore.findDuplicateDocumentHeaders()
Finds duplicates for the documents in the current repository and current language.MTDocumentStore.findDuplicateDocumentHeaders
(List<Long> idList) Finds duplicates for the documents specified by theidList
in the current repository and current language.Finds an edge in this model, based on its type UUID.MTModelHeader.findEdgeHeaders()
Finds all edges in this model as headers.MTModelStore.findEdgeHeaders
(List<Long> idList) Finds edges from a list of edge ID:s, as headers.MTSymbolHeader.findEdgeIDs()
Finds the ID:s of all edges going to or from this symbol in the current workspace.MTModelHeader.findEdges()
Finds all edges in this model.Finds edges from a list of edge ID:s.MTModelHeader.findExtensionDocuments
(String provider) Finds the extension documents connected to this model.MTSymbolHeader.findExtensionDocuments
(String provider) Finds all extension documents connected to this symbol.MTModelStore.findHasBreakdown
(List<MTModelHeader> headers) Returns a map describing if a model has breakdowns or not.Finds an image that has been stored in this repository.MTRepositoryHeader.findLanguageHeaders()
Finds all languages in the repository as headers.MTRepositoryHeader.findLanguages()
Finds all languages in the repository.MTModelHeader.findLayerHeaders()
Finds all layers in this model as headers.MTModelHeader.findLayers()
Finds all layers in this model.MTRepositoryHeader.findLayerTypeHeaders()
Finds all layer types available, as headers.MTRepositoryHeader.findLayerTypeHeaders
(ModelType modelType) Finds all layer types available for a given model type, as headers.MTRepositoryHeader.findLayerTypes()
Finds all layer types available.MTRepositoryHeader.findLayerTypes
(ModelType modelType) Finds all layer types available for a given model type.MTModelStore.findModel
(long id) Finds a model by ID.Finds a model given its UUID and revision.Finds a model by UUID in this workspace.long
MTRepositoryHeader.findModelCount()
Finds number of models in this repository.MTWorkspaceHeader.findModelCounts()
MTDocumentHeader.findModelHeaders()
Finds all models that uses this document in the current workspace, as headers.MTModelStore.findModelHeaders
(List<Long> idList) Finds models in the current repository from a list of model ID:s, as headers.MTWorkspaceHeader.findModelHeaders()
Finds all models in this workspace as headers.MTWorkspaceHeader.findModelHeaders
(ModelType type) Finds all models with a given type in this workspace as headers.MTWorkspaceHeader.findModelHeadersByUUID
(List<String> uuidList) Finds models in this workspace from a list of model UUID:s, as headers.MTWorkspaceHeader.findModelIDs()
Finds the ID:s of all models in this workspace.MTWorkspaceHeader.findModelIDs
(ModelType modelType) Finds the ID:s of all models of a given type in this workspace.MTDocumentHeader.findModels()
Finds all models that uses this document in the current workspace.MTModelStore.findModels
(List<Long> idList) Finds models from a list of model ID:s.MTWorkspaceHeader.findModels()
Finds all models in this workspace.MTWorkspaceHeader.findModels
(ModelType modelType) Finds all models with a given type in this workspace.MTWorkspaceHeader.findModelsByUUID
(List<String> uuidList) Finds models in this workspace from a list of model UUID:s.MTWorkspaceHeader.findModelUUIDs()
Finds the UUID:s of all models in this workspace.MTSymbolHeader.findParticipatesInModelIDs()
Finds the ID:s of all models that this symbol participates in in the current workspace.MTSymbolHeader.findParticipatesInModels()
Finds headers of all models that this symbol participates in in the current workspace.MTDocumentHeader.findPluginData
(MTDataProvider provider, String key) Finds plug-in data connected to this document.MTModelHeader.findPluginData
(MTDataProvider provider, String key) Finds plug-in data connected to this model.MTRepositoryHeader.findPluginData
(MTDataProvider provider, String key) Finds plug-in data connected to this repository.MTSymbolHeader.findPluginData
(MTDataProvider provider, String key) Finds plug-in data connected to this symbol.MTWorkspaceHeader.findPluginData
(MTDataProvider provider, String key) Finds plug-in data connected to this workspace.MTRepositoryHeader.findPublishProfiles()
Deprecated.For internal use only, replaced by PublishProfileLocatorServiceMTPluginData.findRelationIDs
(String relationType) Finds the ID:s for related plug-in data.MTPluginData.findRelations
(String relationType) Finds related plug-in data.MTServer.findRepositories()
Returns all server repositories.MTServer.findRepositories
(boolean withModelCount) MTServer.findRepository
(Long id) Returns theMTRepository
with the idid
.MTServer.findRepositoryHeaders()
Returns headers for all server repositories.MTServer.findRepositoryTemplateHeaders()
Returns headers for all server repository templates.MTSymbolHeader.findResponsibleForDocumentIDs()
Finds the ID:s of all documents having this symbol set as responsible.MTServer.findSubscriber
(String email) Returns theMTSubscriber
with the emailemail
.MTNotificationStore.findSubscribers()
Returns all subscribers.MTNotificationStore.findSubscribers
(List<Long> ids) Finds subscribers.MTNotificationStore.findSubscribersByEmails
(List<String> emails) Finds subscribers.MTWorkspaceHeader.findSubset
(Set<Long> rootModels) Finds a subset of models by following breakdowns from a set of root models.MTWorkspaceHeader.findSubsetByUUID
(Set<String> rootModels) Finds a subset of models by following breakdowns from a set of root models.MTSymbolStore.findSymbol
(long id) Finds a symbol by ID.MTWorkspaceHeader.findSymbol
(String uuid) Finds a symbol by UUID in this workspace.long
MTRepositoryHeader.findSymbolCount()
Finds number of symbols in this repository.MTDocumentHeader.findSymbolHeaders()
Finds all symbols that uses this document in the current workspace, as headers.MTModelHeader.findSymbolHeaders()
Finds all symbols in this model as headers.MTSymbolStore.findSymbolHeaders
(List<Long> idList) Finds symbols in the current repository from a list of symbol ID:s, as headers.MTWorkspaceHeader.findSymbolHeaders()
Finds all symbols in this workspace as headers.MTWorkspaceHeader.findSymbolIDs()
Finds the ID:s of all symbols in this workspace.MTWorkspaceHeader.findSymbolIDs
(SymbolType symbolType, String variant, String orderBy, String filter) Finds the ID:s of all symbols with a given type in this workspace.MTDocumentHeader.findSymbols()
Finds all symbols that uses this documentin the current workspace.MTModelHeader.findSymbols()
Finds all symbols in this model.MTSymbolStore.findSymbols
(List<Long> idList) Finds symbols in the current repository from a list of symbol ID:s.MTWorkspaceHeader.findSymbols()
Finds all symbols in this workspace.MTWorkspaceHeader.findSymbolUUIDs()
Finds the UUID:s of all symbols in this workspace.MTDocumentHeader.findTypeHeaders()
Finds the document types for this document as headers.MTDocumentHeader.findTypes()
Finds the document types for this document.MTWorkspaceHeader.findUnusedSymbolIDs()
Finds the ID:s of all unused symbols in this workspace.Returns theMTUserHeader
with the username (id)username
.MTServer.findUserHeaders
(boolean includeDisabled) MTUserStore.findUserHeaders()
MTUserStore.findUserHeaders
(List<String> usernames) Finds users as headers.MTServer.findUsers
(boolean includeDisabled) Returns all available (non disabled) users on the server.MTUserStore.findUsers()
Returns all users.Finds users.MTRepositoryHeader.findVariables()
Finds all variables in this repository, enviroment variables and java properties.MTRepositoryHeader.findVariables
(String type) Finds all variables in this repository of a given type.MTRepositoryHeader.findVariables
(String[] types) Finds all variables in this repository that has at least one of the given types.MTModelHeader.findVertexHeaders()
Finds all vertices in this model as headers.MTModelStore.findVertexHeaders
(List<Long> idList) Finds vertices in the current repository from a list of vertex ID:s, as headers.MTSymbolHeader.findVertexHeaders()
Finds all vertices displaying this symbol in the current workspace, as headers.MTModelHeader.findVertices()
Finds all vertices in this model.MTModelStore.findVertices
(List<Long> idList) Finds vertices in the current repository from a list of vertex ID:s.MTSymbolHeader.findVertices()
Finds all vertices displaying this symbol in the current workspace.MTRepositoryHeader.findWorkspaceHeaders()
Finds all workspaces in this repository as headers.MTRepositoryHeader.findWorkspaces()
Finds all workspaces in this repository.MTModelHeader.load()
Loads the complete model with all vertices, edges and symbols.void
MTModelHeader.lock()
Tries to aquire a temporary lock on this model.void
MTModelHeader.lock
(long duration) Tries to lock the model for a given duration in milliseconds.void
MTSymbolHeader.lock()
Tries to acquire a temporary lock on this symbol.void
MTSymbol.queueSave
(MTRemoteChangeHandler exceptionHandler) Puts this symbol on a save queue, making this call safe to do from the event dispatch thread.void
MTAttributeType.remove()
Removes this attribute type.void
MTColorSchemeHeader.remove()
Removes the color scheme.void
MTCompleteEdge.remove()
Removes this edge.void
MTDocumentHeader.remove()
Removes the document.void
MTDocumentTypeHeader.remove()
Removes this document type.boolean
MTLanguage.remove()
Removes the language.void
MTLayerType.remove()
void
MTList.remove()
Removes this list.boolean
MTModelHeader.remove()
Removes the model.void
MTNotificationModel.remove()
Removes a notification model.void
MTPublication.remove()
Removes a publication.void
MTPublishTemplateHeader.remove()
Removes the template.void
MTSubscriber.remove()
Removes a subscriber.boolean
MTSymbolHeader.remove()
Removes the symbol from the current workspace if it is not used in any of the workspaces models.void
MTVariable.remove()
Removes this variable.void
MTAttributeType.save()
Saves a new attribute type or saves changes to an existing one.void
MTColorScheme.save()
Saves changes to the profile back to the database.void
MTDirectory.save()
Saves changes to the directory.void
MTDocument.save()
Saves changes made to the document.void
MTDocumentType.save()
Saves a new document type or changes to an existing one.void
MTEdge.save()
Saves a new edge or stores changes to an existing one.void
MTExtensionDocument.save()
Saves this MTExtensionDocument.boolean
MTLanguage.save()
Saves a new language or changes to an existing one.default void
MTLayerType.save()
void
MTLayerType.save
(boolean applyRules) void
MTList.save()
Saves this list, either by updating its existing values or, if this is a completely new list, by persisting it as a new list.void
MTModel.save()
Saves changes made to the model.void
MTNotificationModel.save()
Saves changes to a notification model.void
MTPluginData.save()
Saves new plug-in data or saves changes to existing plug-in data.void
MTPublication.save()
Saves changes to a publication.void
MTPublishTemplate.save()
Saves changes to the profile back to the database.void
MTRepository.save()
Saves changes to the repository.void
MTSubscriber.save()
Saves changes to a subscriber.void
MTSymbol.save()
Saves a new symbol or changes to an existing one.void
MTUser.save()
Saves changes to a user.void
MTVariable.save()
Saves a new variable or saves changes to an existing variable.void
MTVertex.save()
Saves a new vertex or changes to an existing one.void
MTWorkspace.save()
Saves changes to this workspace. -
Uses of MTAccessException in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that throw MTAccessExceptionModifier and TypeMethodDescriptionMTQuery.execute()
Executes the query and returns a result which may be used to retrieve iterators for each entity type in the result.