Uses of Class
org.alfresco.repo.action.scheduled.ScheduledPersistedActionImpl
-
Packages that use ScheduledPersistedActionImpl Package Description org.alfresco.repo.action.scheduled -
-
Uses of ScheduledPersistedActionImpl in org.alfresco.repo.action.scheduled
Methods in org.alfresco.repo.action.scheduled that return ScheduledPersistedActionImpl Modifier and Type Method Description protected ScheduledPersistedActionImplScheduledPersistedActionServiceImpl. loadPersistentSchedule(org.alfresco.service.cmr.repository.NodeRef schedule)Methods in org.alfresco.repo.action.scheduled with parameters of type ScheduledPersistedActionImpl Modifier and Type Method Description protected 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.
-