Interface HoldBulkMonitor
- All Superinterfaces:
BulkMonitor<HoldBulkStatus>
- All Known Implementing Classes:
DefaultHoldBulkMonitor
An interface for monitoring the progress of a bulk hold operation
-
Method Summary
Modifier and TypeMethodDescriptionGet the bulk statuses with process details for a holdgetBulkStatusWithProcessDetails(String holdId, String bulkStatusId) Get the bulk status with process detailsMethods inherited from interface org.alfresco.module.org_alfresco_module_rm.bulk.BulkMonitor
cancelBulkOperation, getBulkCancellationRequest, getBulkStatus, isCancelled, registerProcess, updateBulkStatus
-
Method Details
-
getBulkStatusesWithProcessDetails
Get the bulk statuses with process details for a hold- Parameters:
holdId- the hold id- Returns:
- the bulk statuses with process details
-
getBulkStatusWithProcessDetails
Get the bulk status with process details- Parameters:
holdId- the hold idbulkStatusId- the bulk status id- Returns:
- the bulk status with process details
-