Uses of Interface
org.alfresco.service.cmr.action.scheduled.ScheduledPersistedAction
-
-
Uses of ScheduledPersistedAction in org.alfresco.repo.action.scheduled
Classes in org.alfresco.repo.action.scheduled that implement ScheduledPersistedAction Modifier and Type Class Description classScheduledPersistedActionImplThe scheduling wrapper around a persisted action, which is to be executed on a scheduled basis.Methods in org.alfresco.repo.action.scheduled that return ScheduledPersistedAction Modifier and Type Method Description ScheduledPersistedActionScheduledPersistedActionServiceImpl. createSchedule(Action persistedAction)Creates a new schedule, for the specified Action.ScheduledPersistedActionScheduledPersistedActionServiceImpl. getSchedule(Action persistedAction)ScheduledPersistedActionScheduledPersistedActionServiceImpl. getSchedule(org.alfresco.service.cmr.repository.NodeRef persistedActionNodeRef)Methods in org.alfresco.repo.action.scheduled that return types with arguments of type ScheduledPersistedAction Modifier and Type Method Description java.util.List<ScheduledPersistedAction>ScheduledPersistedActionServiceImpl. listSchedules()Returns all currently scheduled actions.Methods in org.alfresco.repo.action.scheduled with parameters of type ScheduledPersistedAction Modifier and Type Method Description voidScheduledPersistedActionServiceImpl. 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.quickshare
Methods in org.alfresco.repo.quickshare that return ScheduledPersistedAction Modifier and Type Method Description ScheduledPersistedActionQuickShareLinkExpiryActionImpl. getSchedule()Methods in org.alfresco.repo.quickshare with parameters of type ScheduledPersistedAction Modifier and Type Method Description voidQuickShareLinkExpiryActionImpl. setSchedule(ScheduledPersistedAction schedule) -
Uses of ScheduledPersistedAction in org.alfresco.repo.replication
Methods in org.alfresco.repo.replication that return ScheduledPersistedAction Modifier and Type Method Description ScheduledPersistedActionReplicationDefinitionImpl. getSchedule()Methods in org.alfresco.repo.replication with parameters of type ScheduledPersistedAction Modifier and Type Method Description voidReplicationDefinitionImpl. setSchedule(ScheduledPersistedAction schedule) -
Uses of ScheduledPersistedAction in org.alfresco.service.cmr.action.scheduled
Methods in org.alfresco.service.cmr.action.scheduled that return ScheduledPersistedAction Modifier and Type Method Description ScheduledPersistedActionScheduledPersistedActionService. createSchedule(Action persistedAction)Creates a new schedule, for the specified Action.ScheduledPersistedActionScheduledPersistedActionService. getSchedule(Action persistedAction)Returns the schedule for the specified action, or null if it isn't currently scheduled.ScheduledPersistedActionScheduledPersistedActionService. getSchedule(org.alfresco.service.cmr.repository.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 ScheduledPersistedAction Modifier and Type Method Description java.util.List<ScheduledPersistedAction>ScheduledPersistedActionService. listSchedules()Returns all currently scheduled actions.Methods in org.alfresco.service.cmr.action.scheduled with parameters of type ScheduledPersistedAction Modifier and Type Method Description voidScheduledPersistedActionService. 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. -
Uses of ScheduledPersistedAction in org.alfresco.service.cmr.quickshare
Methods in org.alfresco.service.cmr.quickshare that return ScheduledPersistedAction Modifier and Type Method Description ScheduledPersistedActionQuickShareLinkExpiryAction. getSchedule()Gets the schedule (ScheduledPersistedActionused to get the trigger details.Methods in org.alfresco.service.cmr.quickshare with parameters of type ScheduledPersistedAction Modifier and Type Method Description voidQuickShareLinkExpiryAction. setSchedule(ScheduledPersistedAction schedule)Sets the schedule (ScheduledPersistedActionused to set the trigger details.
-