Modifier and Type | Class and Description |
---|---|
class |
ScheduledPersistedActionImpl
The scheduling wrapper around a persisted
action, which is to be executed on a
scheduled basis.
|
Modifier and Type | Method and Description |
---|---|
ScheduledPersistedAction |
ScheduledPersistedActionServiceImpl.createSchedule(Action persistedAction)
Creates a new schedule, for the specified Action.
|
ScheduledPersistedAction |
ScheduledPersistedActionServiceImpl.getSchedule(Action persistedAction) |
ScheduledPersistedAction |
ScheduledPersistedActionServiceImpl.getSchedule(org.alfresco.service.cmr.repository.NodeRef persistedActionNodeRef) |
Modifier and Type | Method and Description |
---|---|
List<ScheduledPersistedAction> |
ScheduledPersistedActionServiceImpl.listSchedules()
Returns all currently scheduled actions.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledPersistedActionServiceImpl.deleteSchedule(ScheduledPersistedAction schedule)
Removes the schedule for the action, and cancels future executions of it.
|
void |
ScheduledPersistedActionServiceImpl.saveSchedule(ScheduledPersistedAction schedule)
Saves the changes to the schedule to the repository, and updates the
Scheduler with any changed details.
|
Modifier and Type | Method and Description |
---|---|
ScheduledPersistedAction |
QuickShareLinkExpiryActionImpl.getSchedule() |
Modifier and Type | Method and Description |
---|---|
void |
QuickShareLinkExpiryActionImpl.setSchedule(ScheduledPersistedAction schedule) |
Modifier and Type | Method and Description |
---|---|
ScheduledPersistedAction |
ReplicationDefinitionImpl.getSchedule() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationDefinitionImpl.setSchedule(ScheduledPersistedAction schedule) |
Modifier and Type | Method and Description |
---|---|
ScheduledPersistedAction |
ScheduledPersistedActionService.createSchedule(Action persistedAction)
Creates a new schedule, for the specified Action.
|
ScheduledPersistedAction |
ScheduledPersistedActionService.getSchedule(Action persistedAction)
Returns the schedule for the specified action, or
null if it isn't currently scheduled.
|
ScheduledPersistedAction |
ScheduledPersistedActionService.getSchedule(org.alfresco.service.cmr.repository.NodeRef persistedActionNodeRef)
Returns the schedule for the specified action nodeRef, or
null if it isn't currently scheduled.
|
Modifier and Type | Method and Description |
---|---|
List<ScheduledPersistedAction> |
ScheduledPersistedActionService.listSchedules()
Returns all currently scheduled actions.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledPersistedActionService.deleteSchedule(ScheduledPersistedAction schedule)
Removes the schedule for the action, and cancels future
executions of it.
|
void |
ScheduledPersistedActionService.saveSchedule(ScheduledPersistedAction schedule)
Saves the changes to the schedule to the repository,
and updates the Scheduler with any changed details.
|
Modifier and Type | Method and Description |
---|---|
ScheduledPersistedAction |
QuickShareLinkExpiryAction.getSchedule()
Gets the schedule (
ScheduledPersistedAction used to get the trigger details. |
Modifier and Type | Method and Description |
---|---|
void |
QuickShareLinkExpiryAction.setSchedule(ScheduledPersistedAction schedule)
Sets the schedule (
ScheduledPersistedAction used to set the trigger details. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.