Uses of Interface
se.conciliate.extensions.store.MTEdit
Packages that use MTEdit
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTEdit in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTEditModifier and TypeMethodDescriptiondefault MTEdit
MTEdge.prepareSave
(MTRemoteChangeHandler errorHandler) Prepares this edge for saving.default MTEdit
MTVertex.prepareSave
(MTRemoteChangeHandler errorHandler) Prepares this vertex for saving.Methods in se.conciliate.extensions.store with parameters of type MTEditModifier and TypeMethodDescriptionboolean
Tries to merge another edit into this one.Method parameters in se.conciliate.extensions.store with type arguments of type MTEditModifier and TypeMethodDescriptiondefault void
MTStore.queueEdits
(LinkedHashSet<MTEdit> edits) Queues edits that needs to be saved in a single transaction for saving later on the edit queue.