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 MTEditMTEdge.prepareSave(MTRemoteChangeHandler errorHandler) Prepares this edge for saving.default MTEditMTVertex.prepareSave(MTRemoteChangeHandler errorHandler) Prepares this vertex for saving.Methods in se.conciliate.extensions.store with parameters of type MTEditModifier and TypeMethodDescriptionbooleanTries to merge another edit into this one.Method parameters in se.conciliate.extensions.store with type arguments of type MTEditModifier and TypeMethodDescriptiondefault voidMTStore.queueEdits(LinkedHashSet<MTEdit> edits) Queues edits that needs to be saved in a single transaction for saving later on the edit queue.