Package | Description |
---|---|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface
for executing administrative tasks.
|
Modifier and Type | Method and Description |
---|---|
RecurringTask |
TaskScheduler.entryToRecurringTask(Entry entry)
Decodes the contents of the provided entry as a recurring task.
|
RecurringTask |
TaskBackend.getRecurringTask(DN taskEntryDN)
Retrieves the recurring task for the entry with the provided DN.
|
RecurringTask |
TaskScheduler.getRecurringTask(DN recurringTaskEntryDN)
Retrieves the recurring task with the given recurring task ID.
|
RecurringTask |
TaskScheduler.getRecurringTask(String recurringTaskID)
Retrieves the recurring task with the given recurring task ID.
|
RecurringTask |
TaskScheduler.removeRecurringTask(String recurringTaskID)
Removes the recurring task with the given ID.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskScheduler.addRecurringTask(RecurringTask recurringTask,
boolean scheduleIteration)
Adds a recurring task to the scheduler, optionally scheduling the first
iteration for processing.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.