Uses of Interface
se.conciliate.extensions.store.MTIterator
Packages that use MTIterator
Package
Description
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 MTIterator in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTIteratorModifier and TypeMethodDescriptionMTStore.createBatchIterator
(Class mtClass, List<Long> idList) Creates and returns an iterator over a list of MT objects that fetches information from the underlying store in batches as the iterator is traversed.static <U> MTIterator<U>
<T> MTIterator<T>
Executes the script in this list and returns the result of the execution.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.MTRepositoryHeader.findAttributes()
Finds all attributes in this repository.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.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.MTRepositoryHeader.findDocumentTypeHeaders()
Finds all document types in this repository as headers.MTRepositoryHeader.findDocumentTypes()
Finds all document types in this repository.MTDocumentHeader.findModelHeaders()
Finds all models that uses this document in the current workspace, 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.MTDocumentHeader.findModels()
Finds all models that uses this document in the current workspace.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.MTPluginDataOperations.findPluginData()
Finds all plug-in data for the entity.MTWorkspaceHeader.findRemovedModels()
Finds models that were previously removed from this workspace.MTWorkspaceHeader.findRemovedSymbols()
Finds symbols that were previously removed from this workspace.MTNotificationStore.findSubscribers()
Returns all subscribers.MTDocumentHeader.findSymbolHeaders()
Finds all symbols that uses this document in the current workspace, as headers.MTWorkspaceHeader.findSymbolHeaders()
Finds all symbols in this workspace as headers.MTDocumentHeader.findSymbols()
Finds all symbols that uses this documentin the current workspace.MTWorkspaceHeader.findSymbols()
Finds all symbols in this workspace.MTUserStore.findUserHeaders()
MTUserStore.findUsers()
Returns all users.MTSymbolHeader.findVertexHeaders()
Finds all vertices displaying this symbol in the current workspace, as headers.MTSymbolHeader.findVertices()
Finds all vertices displaying this symbol in the current workspace.<T> MTIterator<T>
MTCachedList.getResults
(Class<? extends T> type, long actionObjectID) Returns the cached results for a single action object. -
Uses of MTIterator in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTIteratorModifier and TypeMethodDescription<U> MTIterator<U>
MTQueryResult.getAvailableContextHeaders
(Class resultType, MTQuery.ResultContext contextType) <T> MTIterator<T>
MTQueryResult.getCompleteIterator
(Class<T> type) <T> MTIterator<T>
MTQueryResult.getContextCompleteIterator
(Class<T> resultType, MTQuery.ResultContext contextType, long context) <T> MTIterator<T>
MTQueryResult.getContextHeaderIterator
(Class<T> resultType, MTQuery.ResultContext contextType, long context) <T> MTIterator<T>
MTQueryResult.getContextIterator
(Class<T> resultType, MTQuery.ResultContext contextType, long context) <T> MTIterator<T>
MTQueryResult.getHeaderIterator
(Class<T> type) <T> MTIterator<T>
MTQueryResult.getIterator
(Class<T> type)