Uses of Interface
fr.becpg.repo.batch.BatchQueueService
Packages that use BatchQueueService
Package
Description
-
Uses of BatchQueueService in fr.becpg.repo.activity
Fields in fr.becpg.repo.activity declared as BatchQueueServiceModifier and TypeFieldDescriptionprivate BatchQueueServiceEntityActivityCleaner.batchQueueService -
Uses of BatchQueueService in fr.becpg.repo.batch
Classes in fr.becpg.repo.batch that implement BatchQueueService -
Uses of BatchQueueService in fr.becpg.repo.entity.impl
Fields in fr.becpg.repo.entity.impl declared as BatchQueueServiceModifier and TypeFieldDescriptionprivate BatchQueueServiceEntityTplServiceImpl.batchQueueService -
Uses of BatchQueueService in fr.becpg.repo.entity.policy
Fields in fr.becpg.repo.entity.policy declared as BatchQueueServiceModifier and TypeFieldDescriptionprivate BatchQueueServiceArchivedEntityPolicy.batchQueueServiceMethods in fr.becpg.repo.entity.policy with parameters of type BatchQueueServiceModifier and TypeMethodDescriptionvoidArchivedEntityPolicy.setBatchQueueService(BatchQueueService batchQueueService) Setter for the fieldbatchQueueService. -
Uses of BatchQueueService in fr.becpg.repo.entity.version
Fields in fr.becpg.repo.entity.version declared as BatchQueueServiceModifier and TypeFieldDescriptionprivate BatchQueueServiceVersionCleanerServiceImpl.batchQueueService -
Uses of BatchQueueService in fr.becpg.repo.notification.impl
Fields in fr.becpg.repo.notification.impl declared as BatchQueueServiceModifier and TypeFieldDescriptionprivate BatchQueueServiceNotificationRuleServiceImpl.batchQueueService -
Uses of BatchQueueService in fr.becpg.repo.report.entity
Methods in fr.becpg.repo.report.entity with parameters of type BatchQueueServiceModifier and TypeMethodDescriptionprivate intEntityReportJob.generatePendingReports(org.alfresco.service.cmr.repository.NodeService nodeService, EntityVersionService entityVersionService, EntityReportService entityReportService, BatchQueueService batchQueueService, BatchPriority priority, int maxResults) -
Uses of BatchQueueService in fr.becpg.repo.web.scripts.admin
Fields in fr.becpg.repo.web.scripts.admin declared as BatchQueueServiceModifier and TypeFieldDescriptionprivate BatchQueueServiceBatchQueueServiceWebScript.batchQueueServiceprivate BatchQueueServiceMonitorWebScript.batchQueueServiceMethods in fr.becpg.repo.web.scripts.admin with parameters of type BatchQueueServiceModifier and TypeMethodDescriptionvoidBatchQueueServiceWebScript.setBatchQueueService(BatchQueueService batchQueueService) Setter for the fieldbatchQueueService.voidMonitorWebScript.setBatchQueueService(BatchQueueService batchQueueService) Setter for the fieldbatchQueueService. -
Uses of BatchQueueService in fr.becpg.repo.web.scripts.report
Fields in fr.becpg.repo.web.scripts.report declared as BatchQueueServiceMethods in fr.becpg.repo.web.scripts.report with parameters of type BatchQueueServiceModifier and TypeMethodDescriptionvoidReportTplWebScript.setBatchQueueService(BatchQueueService batchQueueService) Setter for the fieldbatchQueueService.