Uses of Interface
org.alfresco.service.cmr.action.scheduled.ScheduledPersistedActionService
-
Packages that use ScheduledPersistedActionService Package Description org.alfresco.repo.action.scheduled org.alfresco.repo.quickshare org.alfresco.repo.replication -
-
Uses of ScheduledPersistedActionService in org.alfresco.repo.action.scheduled
Classes in org.alfresco.repo.action.scheduled that implement ScheduledPersistedActionService Modifier and Type Class Description classScheduledPersistedActionServiceImplA service which handles the scheduling of the execution of persisted actions. -
Uses of ScheduledPersistedActionService in org.alfresco.repo.quickshare
Methods in org.alfresco.repo.quickshare with parameters of type ScheduledPersistedActionService Modifier and Type Method Description voidQuickShareServiceImpl. setScheduledPersistedActionService(ScheduledPersistedActionService scheduledPersistedActionService)Spring configuration -
Uses of ScheduledPersistedActionService in org.alfresco.repo.replication
Methods in org.alfresco.repo.replication with parameters of type ScheduledPersistedActionService Modifier and Type Method Description voidReplicationServiceImpl. setScheduledPersistedActionService(ScheduledPersistedActionService scheduledPersistedActionService)Injects the Scheduled Persisted Action Service bean
-