Uses of Enum Class
fr.becpg.repo.batch.BatchPriority
Packages that use BatchPriority
-
Uses of BatchPriority in fr.becpg.repo.activity
Methods in fr.becpg.repo.activity with parameters of type BatchPriorityModifier and TypeMethodDescriptionEntityActivityCleaner.cleanActivities(BatchPriority priority) Scheduled job: merge and clean entity activities. -
Uses of BatchPriority in fr.becpg.repo.batch
Fields in fr.becpg.repo.batch declared as BatchPriorityMethods in fr.becpg.repo.batch that return BatchPriorityModifier and TypeMethodDescriptionstatic BatchPriorityReturns the enum constant of this class with the specified name.static BatchPriority[]BatchPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.becpg.repo.batch with parameters of type BatchPriorityModifier and TypeMethodDescriptionvoidBatchInfo.setPriority(BatchPriority priority) Setter for the fieldpriority. -
Uses of BatchPriority in fr.becpg.repo.report.entity
Methods in fr.becpg.repo.report.entity with parameters of type BatchPriorityModifier and TypeMethodDescriptionprivate intEntityReportJob.generatePendingReports(org.alfresco.service.cmr.repository.NodeService nodeService, EntityVersionService entityVersionService, EntityReportService entityReportService, BatchQueueService batchQueueService, BatchPriority priority, int maxResults)