Uses of Class
fr.becpg.repo.batch.BatchStep
Packages that use BatchStep
-
Uses of BatchStep in fr.becpg.repo.batch
Subclasses of BatchStep in fr.becpg.repo.batchFields in fr.becpg.repo.batch with type parameters of type BatchStepMethods in fr.becpg.repo.batch that return BatchStepModifier and TypeMethodDescriptionBatchStep<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) Methods in fr.becpg.repo.batch with parameters of type BatchStepModifier and TypeMethodDescriptionprivate voidBatchQueueServiceImpl.BatchCommand.pushAndSetBatchAuthentication(BatchStep<T> batchStep) private org.alfresco.repo.batch.BatchProcessor.BatchProcessWorker<T>BatchQueueServiceImpl.BatchCommand.runAsWrapper(BatchStep<T> batchStep) Method parameters in fr.becpg.repo.batch with type arguments of type BatchStepModifier and TypeMethodDescription<T> BooleanBatchQueueService.queueBatch(BatchInfo batchInfo, List<BatchStep<T>> batchSteps) queueBatch.<T> BooleanBatchQueueService.queueBatch(BatchInfo batchInfo, List<BatchStep<T>> batchSteps, BatchClosingHook closingHook) queueBatch.<T> BooleanBatchQueueServiceImpl.queueBatch(BatchInfo batchInfo, List<BatchStep<T>> batchSteps) queueBatch.<T> BooleanBatchQueueServiceImpl.queueBatch(BatchInfo batchInfo, List<BatchStep<T>> batchSteps, BatchClosingHook closingHook) queueBatch.Constructor parameters in fr.becpg.repo.batch with type arguments of type BatchStepModifierConstructorDescriptionBatchCommand(BatchInfo batchInfo, List<BatchStep<T>> batchSteps, BatchClosingHook closingHook)