Uses of Class
org.alfresco.repo.action.scheduled.ScheduledPersistedActionImpl
Packages that use ScheduledPersistedActionImpl
-
Uses of ScheduledPersistedActionImpl in org.alfresco.repo.action.scheduled
Methods in org.alfresco.repo.action.scheduled that return ScheduledPersistedActionImplModifier and TypeMethodDescriptionprotected ScheduledPersistedActionImplScheduledPersistedActionServiceImpl.loadPersistentSchedule(NodeRef schedule) Methods in org.alfresco.repo.action.scheduled with parameters of type ScheduledPersistedActionImplModifier and TypeMethodDescriptionprotected voidScheduledPersistedActionServiceImpl.addToScheduler(ScheduledPersistedActionImpl schedule) Builds up the Quartz details, and adds it to the Quartz scheduler when the transaction completes.protected org.quartz.JobDetailScheduledPersistedActionServiceImpl.buildJobDetail(ScheduledPersistedActionImpl schedule) protected voidScheduledPersistedActionServiceImpl.removeFromScheduler(ScheduledPersistedActionImpl schedule) Takes an entry out of the scheduler, if it's currently there.