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 BatchInfoMethods in fr.becpg.repo.batch with parameters of type BatchInfoModifier and TypeMethodDescriptionprivate org.json.JSONObjectBatchQueueServiceImpl.buildJsonBatchInfo(BatchInfo batchInfo) 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) -
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.