Uses of Interface
se.conciliate.extensions.store.MTBulkOperations
Packages that use MTBulkOperations
Package
Description
Provides the means to merge entities into a repository when importing.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTBulkOperations in se.conciliate.extensions.merge
Methods in se.conciliate.extensions.merge with parameters of type MTBulkOperationsModifier and TypeMethodDescriptionvoidMergeDifferences.updateExistingEntity(MTBulkOperations ops, Consumer<T> validator) Updates the existing entity according to the current difference settings, and returns bulk operations that can be used to save these changes. -
Uses of MTBulkOperations in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTBulkOperationsModifier and TypeMethodDescriptionMTWorkspaceHeader.getBulkOperations()Returns a utility for performing bulk operations against the server for this workspace.Methods in se.conciliate.extensions.store with parameters of type MTBulkOperationsModifier and TypeMethodDescriptionvoidMTHistory.lock(MTBulkOperations ops) This must be called before exporting the entity from the repository.