A E G H N R S T

A

add(Task) - Method in interface org.okiproject.serviceapi.sched.TaskQueue
Add the specified task to the queue.
addTasks(TaskQueue) - Method in interface org.okiproject.serviceapi.sched.Scheduler
Add a task to the chain.

E

execute() - Method in interface org.okiproject.serviceapi.sched.Task
Perform the specified task with no result object.
executeWithResults() - Method in interface org.okiproject.serviceapi.sched.Task
Perform the specified task and place results in resulting object.

G

getDefaultIterator() - Method in interface org.okiproject.serviceapi.sched.TaskQueue
Get the default iterator.
getEndTime() - Method in interface org.okiproject.serviceapi.sched.TimeSpan
Get the end time.
getInterval() - Method in interface org.okiproject.serviceapi.sched.TimeSpan
Convenience method to get the interval.
getIterator(String) - Method in interface org.okiproject.serviceapi.sched.TaskQueue
Get the specified iterator.
getPriority() - Method in interface org.okiproject.serviceapi.sched.Task
Each task will be assigned a priority, enabling queueing of tasks into a priority-based queue.
getSchedName() - Method in interface org.okiproject.serviceapi.sched.Schedule
Title of the schedule.
getScheduleItems() - Method in interface org.okiproject.serviceapi.sched.Schedule
Method getScheduleItems
getStartTime() - Method in interface org.okiproject.serviceapi.sched.TimeSpan
Get the start time.

H

hasNext() - Method in interface org.okiproject.serviceapi.sched.TaskQueueIterator
Is there another?

N

next() - Method in interface org.okiproject.serviceapi.sched.TaskQueueIterator
Return the next task in the queue.

R

remove(Task) - Method in interface org.okiproject.serviceapi.sched.TaskQueue
Remove the specified task from the queue.
removeTasks(TaskQueue) - Method in interface org.okiproject.serviceapi.sched.Scheduler
Method removeTasks

S

Schedule - interface org.okiproject.serviceapi.sched.Schedule.
Purpose: Represents the schedule abstraction
Scheduler - interface org.okiproject.serviceapi.sched.Scheduler.
Purpose: Represents the schedule abstraction
setPriority(int) - Method in interface org.okiproject.serviceapi.sched.Task
Method setPriority
setSchedName(String) - Method in interface org.okiproject.serviceapi.sched.Schedule
Method setSchedName

T

Task - interface org.okiproject.serviceapi.sched.Task.
Purpose: Represents a scheduled task
TaskQueue - interface org.okiproject.serviceapi.sched.TaskQueue.
Purpose: Represents a queue of tasks.
TaskQueueIterator - interface org.okiproject.serviceapi.sched.TaskQueueIterator.
Purpose: Abstracts the navigation of the queue.
TimeSpan - interface org.okiproject.serviceapi.sched.TimeSpan.
Purpose: Represents an interval in time.

A E G H N R S T