Uses of Interface
se.conciliate.extensions.store.MTSymbolHeader
Packages that use MTSymbolHeader
Package
Description
API for providing document links from different providers to MT.
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 utility classes to perform queries against the current workspace.
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
Provides interfaces to select content of different types.
-
Uses of MTSymbolHeader in se.conciliate.extensions.documents
Methods in se.conciliate.extensions.documents with parameters of type MTSymbolHeaderConstructors in se.conciliate.extensions.documents with parameters of type MTSymbolHeaderModifierConstructorDescriptionMTSymbolValue
(MetaDataType.MTSymbolMetaDataType type, MTSymbolHeader value) MTSymbolValue
(MetaDataType.MTSymbolMetaDataType type, MTSymbolHeader value, boolean allowNull) -
Uses of MTSymbolHeader in se.conciliate.extensions.store
Subinterfaces of MTSymbolHeader in se.conciliate.extensions.storeModifier and TypeInterfaceDescriptioninterface
Part of aMTCompleteModel
, which can be obtained by callingloadCompleteModel()
on aMTModelHeader
.interface
Full interface for symbols.Methods in se.conciliate.extensions.store that return MTSymbolHeaderModifier and TypeMethodDescriptionMTDocument.getResponsible()
Returns the symbol designated as "responsible" for this document.MTVertex.getSymbol()
Returns the symbol that this vertex represents.Methods in se.conciliate.extensions.store that return types with arguments of type MTSymbolHeaderModifier and TypeMethodDescriptionMTDocumentHeader.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.Methods in se.conciliate.extensions.store with parameters of type MTSymbolHeaderModifier and TypeMethodDescriptionvoid
MTExtensionDocument.connectTo
(MTSymbolHeader symbol) Connects this document to the specified symbol.void
MTModelStore.createBreakdown
(MTModelHeader model, MTSymbolHeader symbol) Creates a new breakdown from the model to the symbol if one does not already exist.void
MTModelStore.removeBreakdown
(MTModelHeader model, MTSymbolHeader symbol) Removes the breakdown between the symbol and the model if one exists, otherwise nothing happens.void
MTWorkspaceHeader.replaceSymbols
(Collection<MTSymbolHeader> symbolsToReplace, MTSymbolHeader replaceWith) Goes through all models and finds any symbols insymbolsToReplace
and replaces them withreplaceWith
.void
MTDocument.setResponsible
(MTSymbolHeader responsible) Sets the symbol designated as "responsible" for this document.Method parameters in se.conciliate.extensions.store with type arguments of type MTSymbolHeaderModifier and TypeMethodDescriptionvoid
MTSymbolStore.batchLock
(Collection<? extends MTSymbolHeader> symbols) Locks all supplied symbols and returns normally or locks no symbol and throws an exception.void
MTWorkspaceHeader.replaceSymbols
(Collection<MTSymbolHeader> symbolsToReplace, MTSymbolHeader replaceWith) Goes through all models and finds any symbols insymbolsToReplace
and replaces them withreplaceWith
. -
Uses of MTSymbolHeader in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event that return MTSymbolHeaderModifier and TypeMethodDescriptionModelChangeEvent.getSymbol()
Returns the symbol involved in the change or null if no symbol was involved in the change.SymbolChangeEvent.getSymbol()
Returns the symbol that the change occured on.Methods in se.conciliate.extensions.store.event that return types with arguments of type MTSymbolHeader -
Uses of MTSymbolHeader in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query with parameters of type MTSymbolHeaderModifier and TypeMethodDescriptionMTDocumentSourceQuery.selectBySymbols
(MTSymbolHeader... symbols) Selects documents that are used in given objects.Method parameters in se.conciliate.extensions.store.query with type arguments of type MTSymbolHeaderModifier and TypeMethodDescriptionMTDocumentSourceQuery.selectBySymbols
(Collection<MTSymbolHeader> symbols) -
Uses of MTSymbolHeader in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui with parameters of type MTSymbolHeaderModifier and TypeMethodDescriptiondefault List<ModelingAction>
ModelingActionProvider.getActionsForSymbolHeader
(MTSymbolHeader symbol) Returns actions that can be performed on a symbol header. -
Uses of MTSymbolHeader in se.conciliate.extensions.ui.selectors
Methods in se.conciliate.extensions.ui.selectors that return types with arguments of type MTSymbolHeaderModifier and TypeMethodDescriptiondefault SingleSelector<MTSymbolHeader>
ContentSelectorFactory.createSingleSymbolSelector()
ContentSelectorFactory.createSingleSymbolSelector
(SymbolType type, boolean allowMultiSelection) ContentSelectorFactory.createSingleSymbolSelector
(SymbolType type, boolean allowMultiSelection, MTLanguage selectedLanguage)