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.datatransfer
Methods 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.store
Subinterfaces of MTSymbol in se.conciliate.extensions.storeModifier and TypeInterfaceDescriptioninterface
Part 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 aMTSymbol
for 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.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
MTBulkOperations.saveSymbol
(MTSymbol symbol) void
Sets the symbol that this vertex is showing.void
MTSymbolStoreAdapter.symbolAdded
(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) void
MTSymbolStoreAdapter.symbolChanged
(MTSymbol symbol, SymbolChangeEvent event) void
MTSymbolStoreAdapter.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.event
Methods in se.conciliate.extensions.store.event with parameters of type MTSymbolModifier and TypeMethodDescriptionvoid
MTSymbolStoreListener.revisionChanged
(MTSymbol symbol, MTWorkspace workspace, MTRepository repo) Called when a change was made to the current revision of a symbol, i.e.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
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.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.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. -
Uses of MTSymbol in se.conciliate.extensions.type.rule
Methods in se.conciliate.extensions.type.rule with parameters of type MTSymbolModifier and TypeMethodDescriptionModelingRules.accept
(MTCompleteModel model, MTSymbol symbol) Returns true if thisModelingRules
accepts that a given symbol is added to a given model.