Uses of Record Class
fr.gouv.vitam.workspace.common.BulkMoveEntry
Packages that use BulkMoveEntry
Package
Description
Provides common classes for the Workspace module.
-
Uses of BulkMoveEntry in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common that return types with arguments of type BulkMoveEntryModifier and TypeMethodDescriptionBulkMoveRequest.entries()Returns the value of theentriesrecord component.Method parameters in fr.gouv.vitam.workspace.common with type arguments of type BulkMoveEntryModifier and TypeMethodDescriptionvoidWorkspaceContentAddressableStorage.moveObjects(String containerName, List<BulkMoveEntry> entries) Bulk move objects of a containervoidWorkspaceFileSystem.moveObjects(String containerName, List<BulkMoveEntry> entries) Constructor parameters in fr.gouv.vitam.workspace.common with type arguments of type BulkMoveEntryModifierConstructorDescriptionBulkMoveRequest(List<BulkMoveEntry> entries) Creates an instance of aBulkMoveRequestrecord class.