Uses of Class
fr.becpg.repo.batch.BatchStep
Packages that use BatchStep
-
Uses of BatchStep in fr.becpg.repo.batch
Fields in fr.becpg.repo.batch with type parameters of type BatchStepMethods 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)