Uses of Interface
se.conciliate.extensions.store.MTSymbol
Packages that use MTSymbol
Package
Description
Package containing various support interfaces for data transfers such as
 drag and drop.
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 rules for what can be done in models.
- 
Uses of MTSymbol in se.conciliate.extensions.datatransferMethods in se.conciliate.extensions.datatransfer that return types with arguments of type MTSymbolConstructor parameters in se.conciliate.extensions.datatransfer with type arguments of type MTSymbol
- 
Uses of MTSymbol in se.conciliate.extensions.storeSubinterfaces of MTSymbol in se.conciliate.extensions.storeModifier and TypeInterfaceDescriptioninterfacePart of aMTCompleteModel, which can be obtained by callingloadCompleteModel()on aMTModelHeader.Methods in se.conciliate.extensions.store that return MTSymbolModifier and TypeMethodDescriptionMTSymbolStore.createSymbol(SymbolVariant symbolVariant, String uuid, String title) Creates a new symbol, with default settings.MTSymbolHeader.expand()Returns aMTSymbolfor this symbol.MTSymbolStore.findSymbol(long id) Finds a symbol by ID.MTWorkspaceHeader.findSymbol(String uuid) Finds a symbol by UUID in this workspace.MTWorkspaceHeader.findSymbolByPrefix(String prefix) Finds a symbol by prefix.MTWorkspaceHeader.findSymbolByReferenceID(String referenceID) Finds a symbol by reference id.MTEntityProperty.getSymbol()Methods in se.conciliate.extensions.store that return types with arguments of type MTSymbolModifier and TypeMethodDescriptionMTSymbolStore.findAttributes(Collection<MTSymbol> symbols, Collection<? extends MTAttributeTypeHeader> types) Finds all attributes for a collection of symbols.MTWorkspaceHeader.findRemovedSymbols()Finds symbols that were previously removed from 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.MTRevisionOperation.getSymbols()Returns the symbols being affected by the operation.Methods in se.conciliate.extensions.store with parameters of type MTSymbolModifier 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.voidMTSymbolStoreAdapter.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) voidMTBulkOperations.saveSymbol(MTSymbol symbol) voidSets the symbol that this vertex is showing.voidMTSymbolStoreAdapter.symbolAdded(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) voidMTSymbolStoreAdapter.symbolChanged(MTSymbol symbol, SymbolChangeEvent event) voidMTSymbolStoreAdapter.symbolRemoved(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) Method parameters in se.conciliate.extensions.store with type arguments of type MTSymbolModifier and TypeMethodDescriptionMTSymbolStore.findAttributes(Collection<MTSymbol> symbols, Collection<? extends MTAttributeTypeHeader> types) Finds all attributes for a collection of symbols.
- 
Uses of MTSymbol in se.conciliate.extensions.store.eventMethods in se.conciliate.extensions.store.event with parameters of type MTSymbolModifier and TypeMethodDescriptionvoidMTSymbolStoreListener.revisionChanged(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) Called when a change was made to the current revision of a symbol, i.e.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.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.symbolChanged(MTSymbol symbol, SymbolChangeEvent event) Called when a symbol is changed 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 MTSymbol in se.conciliate.extensions.type.ruleMethods in se.conciliate.extensions.type.rule with parameters of type MTSymbolModifier and TypeMethodDescriptionModelingRules.accept(MTCompleteModel model, MTSymbol symbol) Returns true if thisModelingRulesaccepts that a given symbol is added to a given model.