Uses of Record Class
org.alfresco.module.org_alfresco_module_rm.bulk.BulkOperation
Packages that use BulkOperation
Package
Description
-
Uses of BulkOperation in org.alfresco.module.org_alfresco_module_rm.bulk
Methods in org.alfresco.module.org_alfresco_module_rm.bulk with parameters of type BulkOperationModifier and TypeMethodDescriptionprotected abstract voidBulkBaseService.checkPermissions(NodeRef nodeRef, BulkOperation bulkOperation) Check permissionsBulkBaseService.execute(NodeRef nodeRef, BulkOperation bulkOperation) Execute bulk operation on node based on the search query resultsprotected abstract BatchProcessor.BatchProcessWorker<NodeRef>BulkBaseService.getWorkerProvider(NodeRef nodeRef, BulkOperation bulkOperation, BulkProgress bulkProgress) Get worker providerprotected abstract BatchProcessWorkProvider<NodeRef>BulkBaseService.getWorkProvider(BulkOperation bulkOperation, BulkStatusUpdater bulkStatusUpdater, BulkProgress bulkProgress) Get work providervoidBulkMonitor.registerProcess(NodeRef nodeRef, String processId, BulkOperation bulkOperation) Register a process -
Uses of BulkOperation in org.alfresco.module.org_alfresco_module_rm.bulk.hold
Methods in org.alfresco.module.org_alfresco_module_rm.bulk.hold that return BulkOperationModifier and TypeMethodDescriptionHoldBulkProcessDetails.bulkOperation()Returns the value of thebulkOperationrecord component.Methods in org.alfresco.module.org_alfresco_module_rm.bulk.hold with parameters of type BulkOperationModifier and TypeMethodDescriptionprotected voidHoldBulkServiceImpl.checkPermissions(NodeRef holdRef, BulkOperation bulkOperation) HoldBulkService.execute(NodeRef holdRef, BulkOperation bulkOperation) Initiates a bulk operation on a hold.protected BatchProcessor.BatchProcessWorker<NodeRef>HoldBulkServiceImpl.getWorkerProvider(NodeRef nodeRef, BulkOperation bulkOperation, BulkProgress bulkProgress) protected BatchProcessWorkProvider<NodeRef>HoldBulkServiceImpl.getWorkProvider(BulkOperation bulkOperation, BulkStatusUpdater bulkStatusUpdater, BulkProgress bulkProgress) voidDefaultHoldBulkMonitor.registerProcess(NodeRef holdRef, String processId, BulkOperation bulkOperation) Constructors in org.alfresco.module.org_alfresco_module_rm.bulk.hold with parameters of type BulkOperationModifierConstructorDescriptionHoldBulkProcessDetails(String bulkStatusId, String creatorInstance, BulkOperation bulkOperation) Creates an instance of aHoldBulkProcessDetailsrecord class.