Package | Description |
---|---|
de.espirit.firstspirit.access.schedule | |
de.espirit.firstspirit.agency | |
de.espirit.firstspirit.server.scheduler |
Modifier and Type | Method and Description |
---|---|
ScheduleEntry |
ScheduleStorage.copyScheduleEntry(ScheduleEntry scheduleEntry,
Project project)
Copies the given
scheduleEntry to another project or to server scoped,
if project is null . |
ScheduleEntry |
ScheduleStorage.createScheduleEntry(String scheduleEntryName)
Creates a new schedule entry for server scoped actions.
|
ScheduleEntry |
ScheduleStorage.createScheduleEntry(String scheduleEntryName,
Project project)
Creates a new schedule entry for the provided project.
|
ScheduleEntry |
ScheduleEntryControl.getScheduleEntry()
Returns the schedule entry.
|
ScheduleEntry |
ScheduleTask.getScheduleEntry()
Returns the
ScheduleEntry this task belongs to. |
ScheduleEntry |
ScheduleStorage.getScheduleEntry(long id)
Returns the schedule entry specified by the given id.
|
ScheduleEntry |
ScheduleStorage.getScheduleEntry(Project project,
String name)
Returns the specified schedule entry or
null if it couldn't be found. |
Modifier and Type | Method and Description |
---|---|
List<ScheduleEntry> |
ScheduleStorage.getQueuedEntries()
Returns the list schedule entries that would be executed in the future.
|
List<ScheduleEntry> |
ScheduleStorage.getScheduleEntries(boolean includeProjectEntries)
Returns a list of all (
includeProjectEntries == true ) or
only server scoped ((includeProjectEntries == false )) schedule entries. |
List<ScheduleEntry> |
ScheduleStorage.getScheduleEntries(Project project)
Returns a list of schedule entries depending to given
project . |
List<ScheduleEntry> |
ScheduleTaskTemplate.getUsages()
Returns a list of schedule entries which contains task that use this template.
|
Modifier and Type | Method and Description |
---|---|
ScheduleEntry |
ScheduleStorage.copyScheduleEntry(ScheduleEntry scheduleEntry,
Project project)
Copies the given
scheduleEntry to another project or to server scoped,
if project is null . |
Modifier and Type | Method and Description |
---|---|
void |
GenerateElementOperation.setScheduleEntry(ScheduleEntry scheduleEntry)
Configures a
ScheduleEntry which should be used for the partial generation
of the PageRef . |
Modifier and Type | Method and Description |
---|---|
Collection<ScheduleEntry> |
ScheduleWizard.getResult()
Display wizard dialog and create one or more schedule entries.
|
Modifier and Type | Method and Description |
---|---|
T |
ScheduleTaskFactory.createTask(ScheduleEntry scheduleEntry,
DTO dto)
Create a new task.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210