Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
D
E
G
I
J
M
O
P
R
S
V
A
AbstractRequest
- Class in
org.xwiki.job
Base class for
Request
implementations.
AbstractRequest()
- Constructor for class org.xwiki.job.
AbstractRequest
Default constructor.
AbstractRequest(Request)
- Constructor for class org.xwiki.job.
AbstractRequest
addJob(String, Request)
- Method in interface org.xwiki.job.
JobManager
Add a new job in the queue of jobs to execute.
D
DefaultRequest
- Class in
org.xwiki.job
Default implementation of
Request
.
DefaultRequest()
- Constructor for class org.xwiki.job.
DefaultRequest
Default constructor.
DefaultRequest(Request)
- Constructor for class org.xwiki.job.
DefaultRequest
E
executeJob(String, Request)
- Method in interface org.xwiki.job.
JobManager
Start a new job with the provided identifier.
G
getCurrentJob()
- Method in interface org.xwiki.job.
JobManager
getCurrentLevelOffset()
- Method in interface org.xwiki.job.event.status.
JobProgress
getId()
- Method in class org.xwiki.job.
AbstractRequest
getId()
- Method in interface org.xwiki.job.
Request
getJobId()
- Method in interface org.xwiki.job.event.
JobEvent
getJobStatus(String)
- Method in interface org.xwiki.job.
JobManager
Return job status corresponding to the provided id from the current executed job or stored history.
getJobType()
- Method in interface org.xwiki.job.event.
JobEvent
getLog()
- Method in interface org.xwiki.job.event.status.
JobStatus
getLog(LogLevel)
- Method in interface org.xwiki.job.event.status.
JobStatus
getOffset()
- Method in interface org.xwiki.job.event.status.
JobProgress
getProgress()
- Method in interface org.xwiki.job.event.status.
JobStatus
getProperty(String)
- Method in class org.xwiki.job.
AbstractRequest
getProperty(String, T)
- Method in class org.xwiki.job.
AbstractRequest
getProperty(String)
- Method in interface org.xwiki.job.
Request
getProperty(String, T)
- Method in interface org.xwiki.job.
Request
getPropertyNames()
- Method in class org.xwiki.job.
AbstractRequest
getPropertyNames()
- Method in interface org.xwiki.job.
Request
getRequest()
- Method in interface org.xwiki.job.event.
JobEvent
getRequest()
- Method in interface org.xwiki.job.event.status.
JobStatus
getRequest()
- Method in interface org.xwiki.job.
Job
getState()
- Method in interface org.xwiki.job.event.status.
JobStatus
getStatus()
- Method in interface org.xwiki.job.
Job
getSteps()
- Method in class org.xwiki.job.event.status.
PushLevelProgressEvent
getStorage()
- Method in interface org.xwiki.job.
JobManagerConfiguration
getType()
- Method in interface org.xwiki.job.
Job
I
isRemote()
- Method in class org.xwiki.job.
AbstractRequest
isRemote()
- Method in interface org.xwiki.job.
Request
J
Job
- Interface in
org.xwiki.job
A Job produced from a
Request
and exposing a
JobStatus
.
JobEvent
- Interface in
org.xwiki.job.event
Common interface for job events.
JobException
- Exception in
org.xwiki.job
Error when trying to run a task.
JobException(String)
- Constructor for exception org.xwiki.job.
JobException
Constructs a new exception with the specified detail message.
JobException(String, Throwable)
- Constructor for exception org.xwiki.job.
JobException
Constructs a new exception with the specified detail message and cause.
JobFinishedEvent
- Class in
org.xwiki.job.event
Job finished event launched when a job is finished.
JobFinishedEvent()
- Constructor for class org.xwiki.job.event.
JobFinishedEvent
Default constructor.
JobFinishedEvent(String)
- Constructor for class org.xwiki.job.event.
JobFinishedEvent
JobFinishedEvent(String, String, Request)
- Constructor for class org.xwiki.job.event.
JobFinishedEvent
JobManager
- Interface in
org.xwiki.job
Proxy used to simplify execution of jobs.
JobManagerConfiguration
- Interface in
org.xwiki.job
Some job manager related configuration.
JobProgress
- Interface in
org.xwiki.job.event.status
Give informations about the progress of a job.
JobStartedEvent
- Class in
org.xwiki.job.event
Job started event launched when a new job start.
JobStartedEvent()
- Constructor for class org.xwiki.job.event.
JobStartedEvent
Default constructor.
JobStartedEvent(String)
- Constructor for class org.xwiki.job.event.
JobStartedEvent
JobStartedEvent(String, String, Request)
- Constructor for class org.xwiki.job.event.
JobStartedEvent
JobStartedEvent(JobStartedEvent)
- Constructor for class org.xwiki.job.event.
JobStartedEvent
JobStatus
- Interface in
org.xwiki.job.event.status
Describe the current status of a job.
JobStatus.State
- Enum in
org.xwiki.job.event.status
Job status.
M
matches(Object)
- Method in class org.xwiki.job.event.status.
PopLevelProgressEvent
matches(Object)
- Method in class org.xwiki.job.event.status.
PushLevelProgressEvent
matches(Object)
- Method in class org.xwiki.job.event.status.
StepProgressEvent
O
org.xwiki.job
- package org.xwiki.job
org.xwiki.job.event
- package org.xwiki.job.event
org.xwiki.job.event.status
- package org.xwiki.job.event.status
P
PopLevelProgressEvent
- Class in
org.xwiki.job.event.status
Indicate to the progress listener that a new step level is ending.
PopLevelProgressEvent()
- Constructor for class org.xwiki.job.event.status.
PopLevelProgressEvent
PROPERTY_REMOTE
- Static variable in interface org.xwiki.job.
Request
PushLevelProgressEvent
- Class in
org.xwiki.job.event.status
Indicate to the progress listener that a new step level is starting.
PushLevelProgressEvent()
- Constructor for class org.xwiki.job.event.status.
PushLevelProgressEvent
Matches any
PushLevelProgressEvent
.
PushLevelProgressEvent(int)
- Constructor for class org.xwiki.job.event.status.
PushLevelProgressEvent
R
Request
- Interface in
org.xwiki.job
A
Job
request.
S
setId(String)
- Method in class org.xwiki.job.
AbstractRequest
setProperty(String, Object)
- Method in class org.xwiki.job.
AbstractRequest
setRemote(boolean)
- Method in class org.xwiki.job.
AbstractRequest
start(Request)
- Method in interface org.xwiki.job.
Job
StepProgressEvent
- Class in
org.xwiki.job.event.status
Indicate to the progress listener that a new step is starting.
StepProgressEvent()
- Constructor for class org.xwiki.job.event.status.
StepProgressEvent
V
valueOf(String)
- Static method in enum org.xwiki.job.event.status.
JobStatus.State
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.xwiki.job.event.status.
JobStatus.State
Returns an array containing the constants of this enum type, in the order they are declared.
A
D
E
G
I
J
M
O
P
R
S
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2012
XWiki
. All Rights Reserved.