Uses of Record Class
fr.becpg.repo.batch.BatchQueueServiceImpl.BatchCommand.StepOutcome
Packages that use BatchQueueServiceImpl.BatchCommand.StepOutcome
-
Uses of BatchQueueServiceImpl.BatchCommand.StepOutcome in fr.becpg.repo.batch
Methods in fr.becpg.repo.batch that return BatchQueueServiceImpl.BatchCommand.StepOutcomeModifier and TypeMethodDescriptionBatchQueueServiceImpl.BatchCommand.runStepInTransaction(BatchStep<T> batchStep) The default: Alfresco's BatchProcessor opens a transaction around every entry.BatchQueueServiceImpl.BatchCommand.runStepOutsideTransaction(BatchStep<T> batchStep) Runs the step without opening a transaction around it, for work that waits on something other than the database and must not hold a transaction while it does.