Uses of Class
fr.becpg.repo.batch.BatchInfo
Packages that use BatchInfo
Package
Description
-
Uses of BatchInfo in fr.becpg.repo.activity
Methods in fr.becpg.repo.activity that return BatchInfoModifier and TypeMethodDescriptionEntityActivityCleaner.cleanActivities(BatchPriority priority) Scheduled job: merge and clean entity activities.EntityActivityService.cleanActivities()cleanActivities.EntityActivityServiceImpl.cleanActivities()cleanActivities. -
Uses of BatchInfo in fr.becpg.repo.batch
Fields in fr.becpg.repo.batch declared as BatchInfoMethods in fr.becpg.repo.batch that return BatchInfoModifier and TypeMethodDescriptionBatchQueueServiceImpl.BatchCommand.getBatchInfo()private BatchInfoBatchQueueServiceImpl.removeBatchErrors(String batchId, List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs) BatchQueueService.retryBatchInError(String batchId) BatchQueueServiceImpl.retryBatchInError(String batchId) Methods in fr.becpg.repo.batch with parameters of type BatchInfoModifier and TypeMethodDescriptionprivate org.json.JSONObjectBatchQueueServiceImpl.buildJsonBatchInfo(BatchInfo batchInfo) BatchStep<org.alfresco.service.cmr.repository.NodeRef>BatchQueueService.createBatchStepWithErrorHandling(BatchInfo batchInfo, List<org.alfresco.service.cmr.repository.NodeRef> list, org.alfresco.repo.batch.BatchProcessor.BatchProcessWorker<org.alfresco.service.cmr.repository.NodeRef> consumer) BatchStep<org.alfresco.service.cmr.repository.NodeRef>BatchQueueServiceImpl.createBatchStepWithErrorHandling(BatchInfo batchInfo, List<org.alfresco.service.cmr.repository.NodeRef> list, org.alfresco.repo.batch.BatchProcessor.BatchProcessWorker<org.alfresco.service.cmr.repository.NodeRef> processor) private org.alfresco.repo.batch.BatchProcessor.BatchProcessWorkerAdaptor<org.alfresco.service.cmr.repository.NodeRef>BatchQueueServiceImpl.BatchStepWithErrorHandling.createErrorHandlingProcessWorker(BatchInfo batchInfo, String batchFullId, org.alfresco.repo.batch.BatchProcessor.BatchProcessWorker<org.alfresco.service.cmr.repository.NodeRef> processor) booleanBatchQueueService.isBatchInQueue(BatchInfo batchInfo) isBatchInQueue.booleanBatchQueueServiceImpl.isBatchInQueue(BatchInfo batchInfo) isBatchInQueue.<T> BooleanBatchQueueService.queueBatch(BatchInfo batchInfo, List<BatchStep<T>> batchSteps) queueBatch.<T> BooleanBatchQueueService.queueBatch(BatchInfo batchInfo, List<BatchStep<T>> batchSteps, BatchClosingHook closingHook) queueBatch.<T> BooleanBatchQueueService.queueBatch(BatchInfo batchInfo, org.alfresco.repo.batch.BatchProcessWorkProvider<T> workProvider, org.alfresco.repo.batch.BatchProcessor.BatchProcessWorker<T> processWorker, BatchErrorCallback errorCallback) queueBatch.<T> BooleanBatchQueueServiceImpl.queueBatch(BatchInfo batchInfo, List<BatchStep<T>> batchSteps) queueBatch.<T> BooleanBatchQueueServiceImpl.queueBatch(BatchInfo batchInfo, List<BatchStep<T>> batchSteps, BatchClosingHook closingHook) queueBatch.<T> BooleanBatchQueueServiceImpl.queueBatch(BatchInfo batchInfo, org.alfresco.repo.batch.BatchProcessWorkProvider<T> workProvider, org.alfresco.repo.batch.BatchProcessor.BatchProcessWorker<T> processWorker, BatchErrorCallback errorCallback) queueBatch.Constructors in fr.becpg.repo.batch with parameters of type BatchInfoModifierConstructorDescriptionBatchCommand(BatchInfo batchInfo, List<BatchStep<T>> batchSteps, BatchClosingHook closingHook) privateBatchStepWithErrorHandling(BatchInfo batchInfo, List<org.alfresco.service.cmr.repository.NodeRef> list, org.alfresco.repo.batch.BatchProcessor.BatchProcessWorker<org.alfresco.service.cmr.repository.NodeRef> processor) -
Uses of BatchInfo in fr.becpg.repo.entity
Methods in fr.becpg.repo.entity that return BatchInfoModifier and TypeMethodDescriptionEntityTplService.formulateEntities(org.alfresco.service.cmr.repository.NodeRef tplNodeRef) formulateEntities.EntityTplService.synchronizeEntities(org.alfresco.service.cmr.repository.NodeRef tplNodeRef) synchronizeEntities. -
Uses of BatchInfo in fr.becpg.repo.entity.impl
Methods in fr.becpg.repo.entity.impl that return BatchInfoModifier and TypeMethodDescriptionEntityTplServiceImpl.formulateEntities(org.alfresco.service.cmr.repository.NodeRef tplNodeRef) formulateEntities.EntityTplServiceImpl.synchronizeEntities(org.alfresco.service.cmr.repository.NodeRef tplNodeRef) synchronizeEntities.