A C D E G H I J M O P R S T 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
Deprecated.
Add a new job in the queue of jobs to execute.
addJob(Job) - Method in interface org.xwiki.job.JobManager
Deprecated.
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

containsProperty(String) - Method in class org.xwiki.job.AbstractRequest
 
containsProperty(String) - Method in interface org.xwiki.job.Request
 

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

equals(Object) - Method in class org.xwiki.job.JobGroupPath
 
execute(String, Request) - Method in interface org.xwiki.job.JobExecutor
Create and add a new job in the queue of jobs to execute.
execute(Job) - Method in interface org.xwiki.job.JobExecutor
Add a new job in the queue of jobs to execute.
executeJob(String, Request) - Method in interface org.xwiki.job.JobManager
Deprecated.
Start a new job with the provided identifier and wait until its finished.

G

getCurrentJob() - Method in interface org.xwiki.job.JobContext
 
getCurrentJob(JobGroupPath) - Method in interface org.xwiki.job.JobExecutor
The current job running in the passed jobs group.
getCurrentJob() - Method in interface org.xwiki.job.JobManager
Deprecated.
 
getCurrentLevelOffset() - Method in interface org.xwiki.job.event.status.JobProgress
 
getEndDate() - Method in interface org.xwiki.job.event.status.JobStatus
 
getGroupPath() - Method in interface org.xwiki.job.GroupedJob
 
getId() - Method in class org.xwiki.job.AbstractRequest
 
getId() - Method in interface org.xwiki.job.Request
 
getJob(List<String>) - Method in interface org.xwiki.job.JobExecutor
Return job corresponding to the provided id from the current executed or waiting jobs.
getJobId() - Method in interface org.xwiki.job.event.JobEvent
 
getJobStatus(String) - Method in interface org.xwiki.job.JobManager
Deprecated.
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
Deprecated.
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.JobStatusStore
 
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
Deprecated.
since 4.1RC1 use LogQueue.getLogs(LogLevel) instead
getOffset() - Method in interface org.xwiki.job.event.status.JobProgress
 
getParent() - Method in class org.xwiki.job.JobGroupPath
 
getPath() - Method in class org.xwiki.job.JobGroupPath
 
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 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 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
 
GroupedJob - Interface in org.xwiki.job
A Job which is part of a group of jobs.

H

hashCode() - Method in class org.xwiki.job.JobGroupPath
 

I

initialize(Request) - Method in interface org.xwiki.job.Job
 
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
 
isVerbose() - Method in class org.xwiki.job.AbstractRequest
 
isVerbose() - 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 - 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.
JobExecutor - Interface in org.xwiki.job
By default Jobs are either executed asynchronously whenever there is a free thread in the pool.
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
 
JobGroupPath - Class in org.xwiki.job
A job group path/identifier.
JobGroupPath(Collection<String>) - Constructor for class org.xwiki.job.JobGroupPath
 
JobGroupPath(String, JobGroupPath) - Constructor for class org.xwiki.job.JobGroupPath
 
JobManager - Interface in org.xwiki.job
Deprecated.
since 6.1M2, use JobExecutor instead
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.
JobProgressManager - Interface in org.xwiki.job.event.status
Helper to manipulate current progress.
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
 
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.
JobStatusStore - Interface in org.xwiki.job
Store and retrieve JobStatus instances.
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.

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.annotation - package org.xwiki.job.annotation
 
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.
popLevelProgress(Object) - Method in interface org.xwiki.job.event.status.JobProgressManager
Pop progression level.
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
 
pushLevelProgress(int, Object) - Method in interface org.xwiki.job.event.status.JobProgressManager
Push new progression level.
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
PushLevelProgressEvent(int) - Constructor for class org.xwiki.job.event.status.PushLevelProgressEvent
 

R

remove(List<String>) - Method in interface org.xwiki.job.JobStatusStore
 
removeProperty(String) - Method in class org.xwiki.job.AbstractRequest
 
Request - Interface in org.xwiki.job
A Job request.

S

Serializable - Annotation Type in org.xwiki.job.annotation
Force the Job serializer to serialize the objects of that class (for example when a @Component should be serialized despite the fact that they are skipped by default).
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
 
setVerbose(boolean) - Method in class org.xwiki.job.AbstractRequest
 
start(Request) - Method in interface org.xwiki.job.Job
Deprecated.
since 5.1M2 use Job.initialize(Request) then Runnable.run() instead
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
 
stepPropress(Object) - Method in interface org.xwiki.job.event.status.JobProgressManager
Next step.
store(JobStatus) - Method in interface org.xwiki.job.JobStatusStore
 
storeAsync(JobStatus) - Method in interface org.xwiki.job.JobStatusStore
 

T

toString() - Method in class org.xwiki.job.JobGroupPath
 

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 H I J M O P R S T V 

Copyright © 2004–2016 XWiki. All rights reserved.