Package | Description |
---|---|
org.alfresco.repo.action.scheduled |
Modifier and Type | Method and Description |
---|---|
protected ScheduledPersistedActionImpl |
ScheduledPersistedActionServiceImpl.loadPersistentSchedule(org.alfresco.service.cmr.repository.NodeRef schedule) |
Modifier and Type | Method and Description |
---|---|
protected void |
ScheduledPersistedActionServiceImpl.addToScheduler(ScheduledPersistedActionImpl schedule)
Builds up the Quartz details, and adds it to the Quartz
scheduler when the transaction completes.
|
protected org.quartz.JobDetail |
ScheduledPersistedActionServiceImpl.buildJobDetail(ScheduledPersistedActionImpl schedule) |
protected void |
ScheduledPersistedActionServiceImpl.removeFromScheduler(ScheduledPersistedActionImpl schedule)
Takes an entry out of the scheduler, if it's currently there.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.