Uses of Record Class
org.alfresco.rm.rest.api.model.HoldBulkOperation
Packages that use HoldBulkOperation
Package
Description
Package info that defines the Information Governance Holds REST API
-
Uses of HoldBulkOperation in org.alfresco.rm.rest.api.holds
Methods in org.alfresco.rm.rest.api.holds with parameters of type HoldBulkOperationModifier and TypeMethodDescriptionHoldsEntityResource.bulk(String holdId, HoldBulkOperation holdBulkOperation, Parameters parameters, WithResponse withResponse) -
Uses of HoldBulkOperation in org.alfresco.rm.rest.api.model
Methods in org.alfresco.rm.rest.api.model that return HoldBulkOperationModifier and TypeMethodDescriptionHoldBulkStatusEntry.holdBulkOperation()Returns the value of theholdBulkOperationrecord component.Constructors in org.alfresco.rm.rest.api.model with parameters of type HoldBulkOperationModifierConstructorDescriptionHoldBulkStatusEntry(String bulkStatusId, Date startTime, Date endTime, long processedItems, long errorsCount, long totalItems, String lastError, String status, String cancellationReason, HoldBulkOperation holdBulkOperation) Creates an instance of aHoldBulkStatusEntryrecord class.