Uses of Interface
se.conciliate.extensions.store.MTModel
Packages that use MTModel
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.
-
Uses of MTModel in se.conciliate.extensions.datatransfer
Methods in se.conciliate.extensions.datatransfer that return types with arguments of type MTModelConstructor parameters in se.conciliate.extensions.datatransfer with type arguments of type MTModel -
Uses of MTModel in se.conciliate.extensions.store
Subinterfaces of MTModel in se.conciliate.extensions.storeModifier and TypeInterfaceDescriptioninterface
A completely loaded model.interface
Complete implementation for swimlane models.interface
Extends the model interface with swimlane settings.Methods in se.conciliate.extensions.store that return MTModelModifier and TypeMethodDescriptionMTModelHeader.expand()
Returns aMTModel
for this model.MTModelStore.findModel
(long id) Finds a model by ID.Finds a model by UUID in this workspace.MTWorkspaceHeader.findModelByPrefix
(String prefix) Finds a model by prefix.MTWorkspaceHeader.findModelByReferenceID
(String referenceID) Finds a model by reference id.Methods in se.conciliate.extensions.store that return types with arguments of type MTModelModifier and TypeMethodDescriptionMTModelStore.findAttributes
(Collection<MTModel> models, Collection<? extends MTAttributeTypeHeader> types) Finds all attributes for a collection of models.MTEdgeHeader.findBreakdowns()
Finds all models that this edge breaks down to in the current workspace.MTSymbolHeader.findBreakdowns()
Finds all models that this symbol breaks down to in the current 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.findRemovedModels()
Finds models that were previously removed from this workspace.MTEntityProperty.getHomeModel()
MTEntityProperty.getModels()
MTRevisionOperation.getModels()
Returns the models being affected by the operation.Methods in se.conciliate.extensions.store with parameters of type MTModelMethod parameters in se.conciliate.extensions.store with type arguments of type MTModelModifier and TypeMethodDescriptionMTModelStore.findAttributes
(Collection<MTModel> models, Collection<? extends MTAttributeTypeHeader> types) Finds all attributes for a collection of models.void
MTSymbolStoreAdapter.revisionCreated
(MTSymbol symbol, Collection<MTModel> newModelRevisions, MTWorkspace workspace, MTRepository repo) -
Uses of MTModel in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event with parameters of type MTModelModifier and TypeMethodDescriptionvoid
MTModelStoreAdapter.modelAdded
(MTModel model, MTWorkspace workspace, MTRepository repo) void
MTModelStoreListener.modelAdded
(MTModel model, MTWorkspace workspace, MTRepository repo) Called when a model is added through the store api, but before it is saved.
NOTE: No guarantees are made about wich thread this method is called upon.void
MTModelStoreAdapter.revisionChanged
(MTModel model, MTWorkspace workspace, MTRepository repo) void
MTModelStoreListener.revisionChanged
(MTModel model, MTWorkspace workspace, MTRepository repo) Called when a change was made to the current revision of a model, i.e.void
MTModelStoreAdapter.revisionCreated
(MTModel model, MTWorkspace workspace, MTRepository repo) void
MTModelStoreListener.revisionCreated
(MTModel model, MTWorkspace workspace, MTRepository repo) Called when a new revision of a model is created through the store api.
NOTE: No guarantees are made about wich thread this method is called upon.void
MTModelStoreAdapter.revisionLocked
(MTModel model, MTWorkspace workspace, MTRepository repo) void
MTModelStoreListener.revisionLocked
(MTModel model, MTWorkspace workspace, MTRepository repo) Called when the current revision of a model is locked.
NOTE: No guarantees are made about wich thread this method is called upon.Method parameters in se.conciliate.extensions.store.event with type arguments of type MTModelModifier and TypeMethodDescriptionvoid
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.