Uses of Interface
se.conciliate.extensions.store.MTRevisionInfo
Packages that use MTRevisionInfo
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
-
Uses of MTRevisionInfo in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTRevisionInfoModifier and TypeMethodDescriptionMTModelHeader.getRevision()
Returns the models revision info.MTSymbolHeader.getRevision()
Returns the symbols revision infoMethods in se.conciliate.extensions.store that return types with arguments of type MTRevisionInfoModifier and TypeMethodDescriptionMTModelHeader.findRevisions()
Finds information about the revisions available of this model.MTSymbolHeader.findRevisions()
Finds information about the revisions available of this model.Methods in se.conciliate.extensions.store with parameters of type MTRevisionInfoModifier and TypeMethodDescriptionMTModel.revertToRevision
(MTRevisionInfo rev) Prepares for reverting to an earlier revision of the model.MTSymbol.revertToRevision
(MTRevisionInfo rev) Prepares for reverting to an earlier revision of the symbol. -
Uses of MTRevisionInfo in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui with parameters of type MTRevisionInfo