| Interface | Description |
|---|---|
| EventHandler |
EventHandler defines the contract between Web Central and classes that implement workflow rule
functionality.
|
| EventHandlerContext |
Describes event handler execution context.
|
| Job |
Base interface implemented by long-running jobs.
|
| JobManager |
Manages running job instances for all users.
|
| JobManager.Immutable |
Methods that do not change the JobManager state.
|
| JobManager.Mutable |
Methods that do change the JobManager state.
|
| JobManager.Mutable.Synchronized |
Methods that change the JobManager state in a thread-safe manner (with internal
synchronization).
|
| JobManager.ThreadSafe |
Methods that are safe to call from any thread without additional synchronization.
|
| Class | Description |
|---|---|
| JobBase |
Abstract base class for Job implementations.
|
| JobStatus |
Default job status implementation.
|
| JobStatus.JobResult |
Describes a file or document that is a result of the job execution.
|