Uses of Interface
se.conciliate.extensions.store.MTRevisionLogEntry
Packages that use MTRevisionLogEntry
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTRevisionLogEntry in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTRevisionLogEntryModifier and TypeMethodDescriptionMTRevisionLogEntry.getTrigger()
If the event occurred because of another revision event, e.g.Methods in se.conciliate.extensions.store that return types with arguments of type MTRevisionLogEntryModifier and TypeMethodDescriptionMTModelStore.findRevisionLogEntries
(String modelUUID) Finds all entries made in the revision log for a model in the current repository.MTSymbolStore.findRevisionLogEntries
(String symbolUUID) Finds all entries made in the revision log for a symbol in the current repository.MTModel.getRevisionLog()
Returns the revision log for this revision of the model.MTSymbol.getRevisionLog()
Returns the revision log for this revision of the symbol.