Uses of Interface
org.alfresco.service.cmr.action.scheduled.ScheduledPersistedAction
Packages that use ScheduledPersistedAction
Package
Description
-
Uses of ScheduledPersistedAction in org.alfresco.repo.action.scheduled
Classes in org.alfresco.repo.action.scheduled that implement ScheduledPersistedActionModifier and TypeClassDescriptionclassThe scheduling wrapper around a persisted action, which is to be executed on a scheduled basis.Methods in org.alfresco.repo.action.scheduled that return ScheduledPersistedActionModifier and TypeMethodDescriptionScheduledPersistedActionServiceImpl.createSchedule(Action persistedAction) Creates a new schedule, for the specified Action.ScheduledPersistedActionServiceImpl.getSchedule(Action persistedAction) ScheduledPersistedActionServiceImpl.getSchedule(NodeRef persistedActionNodeRef) Methods in org.alfresco.repo.action.scheduled that return types with arguments of type ScheduledPersistedActionModifier and TypeMethodDescriptionScheduledPersistedActionServiceImpl.listSchedules()Returns all currently scheduled actions.Methods in org.alfresco.repo.action.scheduled with parameters of type ScheduledPersistedActionModifier and TypeMethodDescriptionvoidScheduledPersistedActionServiceImpl.deleteSchedule(ScheduledPersistedAction schedule) Removes the schedule for the action, and cancels future executions of it.voidScheduledPersistedActionServiceImpl.saveSchedule(ScheduledPersistedAction schedule) Saves the changes to the schedule to the repository, and updates the Scheduler with any changed details. -
Uses of ScheduledPersistedAction in org.alfresco.repo.replication
Methods in org.alfresco.repo.replication that return ScheduledPersistedActionMethods in org.alfresco.repo.replication with parameters of type ScheduledPersistedActionModifier and TypeMethodDescriptionvoidReplicationDefinitionImpl.setSchedule(ScheduledPersistedAction schedule) -
Uses of ScheduledPersistedAction in org.alfresco.service.cmr.action.scheduled
Methods in org.alfresco.service.cmr.action.scheduled that return ScheduledPersistedActionModifier and TypeMethodDescriptionScheduledPersistedActionService.createSchedule(Action persistedAction) Creates a new schedule, for the specified Action.ScheduledPersistedActionService.getSchedule(Action persistedAction) Returns the schedule for the specified action, or null if it isn't currently scheduled.ScheduledPersistedActionService.getSchedule(NodeRef persistedActionNodeRef) Returns the schedule for the specified action nodeRef, or null if it isn't currently scheduled.Methods in org.alfresco.service.cmr.action.scheduled that return types with arguments of type ScheduledPersistedActionModifier and TypeMethodDescriptionScheduledPersistedActionService.listSchedules()Returns all currently scheduled actions.Methods in org.alfresco.service.cmr.action.scheduled with parameters of type ScheduledPersistedActionModifier and TypeMethodDescriptionvoidScheduledPersistedActionService.deleteSchedule(ScheduledPersistedAction schedule) Removes the schedule for the action, and cancels future executions of it.voidScheduledPersistedActionService.saveSchedule(ScheduledPersistedAction schedule) Saves the changes to the schedule to the repository, and updates the Scheduler with any changed details.