Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
J
L
M
N
O
P
R
S
V
A
AbstractJob
<
R
extends
Request
> - Class in
org.xwiki.job
Base class for
Job
implementations.
AbstractJob()
- Constructor for class org.xwiki.job.
AbstractJob
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.
answered()
- Method in interface org.xwiki.job.event.status.
JobStatus
Indicate that the question has been answered.
ask(Object)
- Method in interface org.xwiki.job.event.status.
JobStatus
C
castRequest(Request)
- Method in class org.xwiki.job.
AbstractJob
Should be overridden if R is not Request.
componentManager
- Variable in class org.xwiki.job.
AbstractJob
Component manager.
createNewStatus(R)
- Method in class org.xwiki.job.
AbstractJob
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 and wait until its finished.
G
getCurrentJob()
- Method in interface org.xwiki.job.
JobContext
getCurrentJob()
- Method in interface org.xwiki.job.
JobManager
getCurrentLevelOffset()
- Method in interface org.xwiki.job.event.status.
JobProgress
getEndDate()
- Method in interface org.xwiki.job.event.status.
JobStatus
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.
getJobStatus(List<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
getQuestion()
- Method in interface org.xwiki.job.event.status.
JobStatus
getRequest()
- Method in class org.xwiki.job.
AbstractJob
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
getStartDate()
- Method in interface org.xwiki.job.event.status.
JobStatus
getState()
- Method in interface org.xwiki.job.event.status.
JobStatus
getStatus()
- Method in class org.xwiki.job.
AbstractJob
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
isInteractive()
- Method in class org.xwiki.job.
AbstractRequest
isInteractive()
- Method in interface org.xwiki.job.
Request
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
.
jobContext
- Variable in class org.xwiki.job.
AbstractJob
Used to set the current context.
JobContext
- Interface in
org.xwiki.job
Allow to access current Job.
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.
jobFinished(Exception)
- Method in class org.xwiki.job.
AbstractJob
Called when the job is done.
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
JobFinishedEvent(List<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(List<String>, String, Request)
- Constructor for class org.xwiki.job.event.
JobStartedEvent
JobStartedEvent(JobStartedEvent)
- Constructor for class org.xwiki.job.event.
JobStartedEvent
jobStarting()
- Method in class org.xwiki.job.
AbstractJob
Called when the job is starting.
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.
join()
- Method in class org.xwiki.job.
AbstractJob
join(long, TimeUnit)
- Method in class org.xwiki.job.
AbstractJob
join()
- Method in interface org.xwiki.job.
Job
Causes the current thread to wait until this job has FINSHED state.
join(long, TimeUnit)
- Method in interface org.xwiki.job.
Job
Causes the current thread to wait until this job has FINSHED state.
L
logger
- Variable in class org.xwiki.job.
AbstractJob
The logger to log.
loggerManager
- Variable in class org.xwiki.job.
AbstractJob
Used to isolate job related log.
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
N
notifyPopLevelProgress()
- Method in class org.xwiki.job.
AbstractJob
Pop progression level.
notifyPushLevelProgress(int)
- Method in class org.xwiki.job.
AbstractJob
Push new progression level.
notifyStepPropress()
- Method in class org.xwiki.job.
AbstractJob
Next step.
O
observationManager
- Variable in class org.xwiki.job.
AbstractJob
Used to send extensions installation and upgrade related events.
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
popCurrentJob()
- Method in interface org.xwiki.job.
JobContext
Remove the current job from the stack.
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_INTERACTIVE
- Static variable in interface org.xwiki.job.
Request
PROPERTY_REMOTE
- Static variable in interface org.xwiki.job.
Request
pushCurrentJob(Job)
- Method in interface org.xwiki.job.
JobContext
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
- Variable in class org.xwiki.job.
AbstractJob
The job request.
Request
- Interface in
org.xwiki.job
A
Job
request.
S
setId(List<String>)
- Method in class org.xwiki.job.
AbstractRequest
setId(String)
- Method in class org.xwiki.job.
AbstractRequest
setInteractive(boolean)
- 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 class org.xwiki.job.
AbstractJob
start()
- Method in class org.xwiki.job.
AbstractJob
Should be implemented by
Job
implementations.
start(Request)
- Method in interface org.xwiki.job.
Job
status
- Variable in class org.xwiki.job.
AbstractJob
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
storage
- Variable in class org.xwiki.job.
AbstractJob
Used to store the results of the jobs execution.
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
C
D
E
G
I
J
L
M
N
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.