Skip navigation links
A C D E F G H I J L M O P Q R S T V 

A

AbstractJob<R extends Request,S extends JobStatus> - Class in org.xwiki.job
Base class for Job implementations.
AbstractJob() - Constructor for class org.xwiki.job.AbstractJob
 
AbstractJobStatus<R extends Request> - Class in org.xwiki.job
Base implementation of JobStatus.
AbstractJobStatus(R, JobStatus, ObservationManager, LoggerManager) - Constructor for class org.xwiki.job.AbstractJobStatus
AbstractJobStatus(String, R, JobStatus, ObservationManager, LoggerManager) - Constructor for class org.xwiki.job.AbstractJobStatus
 
AbstractProgressEvent - Class in org.xwiki.job.event.status
Base class for progress related events.
AbstractProgressEvent() - Constructor for class org.xwiki.job.event.status.AbstractProgressEvent
 
AbstractQuestionEvent - Class in org.xwiki.job.event.status
Common implementation for job question events.
AbstractQuestionEvent() - Constructor for class org.xwiki.job.event.status.AbstractQuestionEvent
Creates an event that can be triggered by any type of question.
AbstractQuestionEvent(String) - Constructor for class org.xwiki.job.event.status.AbstractQuestionEvent
Creates an event that can be triggered by a question of the specified type.
AbstractQuestionEvent(String, List<String>) - Constructor for class org.xwiki.job.event.status.AbstractQuestionEvent
Creates an event that can be triggered by a question of the specified type when asked by a job with the specified id.
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 class org.xwiki.job.AbstractJobStatus
 
answered() - Method in interface org.xwiki.job.event.status.JobStatus
Indicate that the question has been answered.
answered() - Method in class org.xwiki.job.event.status.QuestionAskedEvent
Specify that the question that triggered this event has been answered.
ask(Object) - Method in class org.xwiki.job.AbstractJobStatus
 
ask(Object, long, TimeUnit) - Method in class org.xwiki.job.AbstractJobStatus
 
ask(Object) - Method in interface org.xwiki.job.event.status.JobStatus
 
ask(Object, long, TimeUnit) - Method in interface org.xwiki.job.event.status.JobStatus
 

C

call(Callable<T>, Object) - Method in interface org.xwiki.job.event.status.JobProgressManager
Automatically push and pop progression level with unknown number of steps around passed task.
call(Callable<T>, int, Object) - Method in interface org.xwiki.job.event.status.JobProgressManager
Automatically push and pop progression level around passed task.
cancel() - Method in class org.xwiki.job.AbstractJobStatus
Cancel the job.
cancel() - Method in interface org.xwiki.job.event.status.CancelableJobStatus
Cancel the job.
CancelableJobStatus - Interface in org.xwiki.job.event.status
The status of a job that can be canceled.
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.
containsProperty(String) - Method in class org.xwiki.job.AbstractRequest
 
containsProperty(String) - Method in interface org.xwiki.job.Request
 
contextStore - Variable in class org.xwiki.job.AbstractJob
 
createLoggerTail(List<String>, boolean) - Method in interface org.xwiki.job.JobStatusStore
 
createNewStatus(R) - Method in class org.xwiki.job.AbstractJob
Create a new standard JobStatus.

D

DefaultJobStatus<R extends Request> - Class in org.xwiki.job
Default implementation of JobStatus.
DefaultJobStatus(R, JobStatus, ObservationManager, LoggerManager) - Constructor for class org.xwiki.job.DefaultJobStatus
DefaultJobStatus(String, R, JobStatus, ObservationManager, LoggerManager) - Constructor for class org.xwiki.job.DefaultJobStatus
 
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

endStep(Object) - Method in interface org.xwiki.job.event.status.JobProgressManager
Close the current step.
endStep() - Method in class org.xwiki.job.script.ProgressScripService
Close current step.
EndStepProgressEvent - Class in org.xwiki.job.event.status
Indicate to the progress listener to close the current step.
EndStepProgressEvent() - Constructor for class org.xwiki.job.event.status.EndStepProgressEvent
 
equals(Object) - Method in class org.xwiki.job.AbstractRequest
 
equals(Object) - Method in class org.xwiki.job.event.status.AbstractQuestionEvent
 
equals(Object) - Method in class org.xwiki.job.event.status.PushLevelProgressEvent
 
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.

F

finishedCondition - Variable in class org.xwiki.job.AbstractJob
Condition to wait for finished state.

G

getChildren() - Method in interface org.xwiki.job.event.status.JobProgressStep
 
getContext() - Method in class org.xwiki.job.AbstractRequest
 
getContext() - Method in interface org.xwiki.job.Request
 
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
 
getCurrentStep() - Method in interface org.xwiki.job.event.status.JobProgress
 
getDefaultPriority() - Method in interface org.xwiki.job.GroupedJobInitializer
 
getElapsedTime() - Method in interface org.xwiki.job.event.status.JobProgressStep
 
getEndDate() - Method in class org.xwiki.job.AbstractJobStatus
 
getEndDate() - Method in interface org.xwiki.job.event.status.JobStatus
 
getError() - Method in class org.xwiki.job.AbstractJobStatus
 
getError() - Method in interface org.xwiki.job.event.status.JobStatus
 
getGroupedJobInitializer(JobGroupPath) - Method in interface org.xwiki.job.GroupedJobInitializerManager
Retrieve a matching GroupedJobInitializer for the given JobGroupPath.
getGroupedJobInitializerCacheSize() - Method in interface org.xwiki.job.JobManagerConfiguration
 
getGroupedJobThreadKeepAliveTime() - Method in interface org.xwiki.job.JobManagerConfiguration
 
getGroupPath() - Method in interface org.xwiki.job.GroupedJob
 
getId() - Method in class org.xwiki.job.AbstractRequest
 
getId() - Method in interface org.xwiki.job.GroupedJobInitializer
 
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
 
getJobId() - Method in class org.xwiki.job.event.status.AbstractQuestionEvent
 
getJobId() - Method in interface org.xwiki.job.event.status.QuestionEvent
 
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
 
getJobStatusCacheSize() - Method in interface org.xwiki.job.JobManagerConfiguration
 
getJobType() - Method in class org.xwiki.job.AbstractJobStatus
 
getJobType() - Method in interface org.xwiki.job.event.JobEvent
 
getJobType() - Method in interface org.xwiki.job.event.status.JobStatus
 
getLog() - Method in class org.xwiki.job.AbstractJobStatus
Deprecated.
getLog(LogLevel) - Method in class org.xwiki.job.AbstractJobStatus
Deprecated.
getLog() - Method in interface org.xwiki.job.event.status.JobStatus
Deprecated.
since 11.9RC1, use JobStatus.getLogTail() instead
getLog(LogLevel) - Method in interface org.xwiki.job.event.status.JobStatus
Deprecated.
since 4.1RC1 use LogQueue.getLogs(LogLevel) instead
getLoggerTail() - Method in class org.xwiki.job.AbstractJobStatus
 
getLogTail() - Method in class org.xwiki.job.AbstractJobStatus
 
getLogTail() - Method in interface org.xwiki.job.event.status.JobStatus
 
getMessage() - Method in interface org.xwiki.job.event.status.JobProgressStep
 
getOffset() - Method in interface org.xwiki.job.event.status.JobProgress
 
getOffset() - Method in interface org.xwiki.job.event.status.JobProgressStep
 
getParent() - Method in interface org.xwiki.job.event.status.JobProgressStep
 
getParent() - Method in class org.xwiki.job.JobGroupPath
 
getParentJobStatus() - Method in class org.xwiki.job.AbstractJobStatus
 
getPath() - Method in class org.xwiki.job.JobGroupPath
 
getPoolSize() - Method in interface org.xwiki.job.GroupedJobInitializer
 
getProgress() - Method in class org.xwiki.job.AbstractJobStatus
 
getProgress() - Method in interface org.xwiki.job.event.status.JobStatus
 
getProperties() - Method in class org.xwiki.job.AbstractRequest
 
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 class org.xwiki.job.AbstractJobStatus
 
getQuestion() - Method in interface org.xwiki.job.event.status.JobStatus
 
getQuestionTimeLeft(TimeUnit) - Method in class org.xwiki.job.AbstractJobStatus
 
getQuestionTimeLeft(TimeUnit) - Method in interface org.xwiki.job.event.status.JobStatus
 
getQuestionType() - Method in class org.xwiki.job.event.status.AbstractQuestionEvent
 
getQuestionType() - Method in interface org.xwiki.job.event.status.QuestionEvent
 
getRequest() - Method in class org.xwiki.job.AbstractJob
 
getRequest() - Method in class org.xwiki.job.AbstractJobStatus
 
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
 
getRootStep() - Method in interface org.xwiki.job.event.status.JobProgress
 
getSingleJobThreadKeepAliveTime() - Method in interface org.xwiki.job.JobManagerConfiguration
 
getStartDate() - Method in class org.xwiki.job.AbstractJobStatus
 
getStartDate() - Method in interface org.xwiki.job.event.status.JobStatus
 
getState() - Method in class org.xwiki.job.AbstractJobStatus
 
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
 
GroupedJob - Interface in org.xwiki.job
A Job which is part of a group of jobs.
GroupedJobInitializer - Interface in org.xwiki.job
An initializer that provides the information to create the appropriate executor for a given GroupedJob.
GroupedJobInitializerManager - Interface in org.xwiki.job
A component dedicated to find the appropriate GroupedJobInitializer based on a JobGroupPath.

H

hashCode() - Method in class org.xwiki.job.AbstractRequest
 
hashCode() - Method in class org.xwiki.job.event.status.AbstractQuestionEvent
 
hashCode() - Method in class org.xwiki.job.event.status.PushLevelProgressEvent
 
hashCode() - Method in class org.xwiki.job.JobGroupPath
 

I

ignoreLogs(boolean) - Method in class org.xwiki.job.AbstractJobStatus
 
initExecutionContext - Variable in class org.xwiki.job.AbstractJob
 
initialize(Request) - Method in class org.xwiki.job.AbstractJob
 
initialize(Request) - Method in interface org.xwiki.job.Job
 
INSTANCE - Static variable in class org.xwiki.job.event.status.EndStepProgressEvent
Unique instance of EndStepProgressEvent.
INSTANCE - Static variable in class org.xwiki.job.event.status.PopLevelProgressEvent
Unique instance of PopLevelProgressEvent.
INSTANCE - Static variable in class org.xwiki.job.event.status.StartStepProgressEvent
Unique instance of StartStepProgressEvent.
INSTANCE - Static variable in class org.xwiki.job.event.status.StepProgressEvent
Deprecated.
Unique instance of StepProgressEvent.
invalidateCache() - Method in interface org.xwiki.job.GroupedJobInitializerManager
Invalidate the cache of GroupedJobInitializer.
isAnswered() - Method in class org.xwiki.job.event.status.QuestionAskedEvent
 
isCancelable() - Method in class org.xwiki.job.AbstractJobStatus
 
isCancelable() - Method in interface org.xwiki.job.event.status.CancelableJobStatus
 
isCanceled() - Method in class org.xwiki.job.AbstractJobStatus
isCanceled() - Method in interface org.xwiki.job.event.status.CancelableJobStatus
 
isInteractive() - Method in class org.xwiki.job.AbstractRequest
 
isInteractive() - Method in interface org.xwiki.job.Request
 
isIsolated() - Method in class org.xwiki.job.AbstractJobStatus
 
isIsolated() - Method in interface org.xwiki.job.event.status.JobStatus
 
isRemote() - Method in class org.xwiki.job.AbstractRequest
 
isRemote() - Method in interface org.xwiki.job.Request
 
isSerialized() - Method in class org.xwiki.job.AbstractJobStatus
 
isSerialized() - Method in interface org.xwiki.job.event.status.JobStatus
 
isStatusLogIsolated() - Method in class org.xwiki.job.AbstractRequest
 
isStatusLogIsolated() - Method in interface org.xwiki.job.Request
 
isStatusSerialized() - Method in class org.xwiki.job.AbstractRequest
 
isStatusSerialized() - Method in interface org.xwiki.job.Request
 
isSubJob() - Method in class org.xwiki.job.AbstractJobStatus
 
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 - 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.
JobExecutor - Interface in org.xwiki.job
By default Jobs are either executed asynchronously whenever there is a free thread in the pool.
jobFinished(Throwable) - Method in class org.xwiki.job.AbstractJob
Called when the job is done.
JobFinishedEvent - Class in org.xwiki.job.event
Job finished event triggered 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
 
JobFinishingEvent - Class in org.xwiki.job.event
Job finishing event triggered just after a job is done and we start to save status etc.
JobFinishingEvent() - Constructor for class org.xwiki.job.event.JobFinishingEvent
Default constructor.
JobFinishingEvent(String) - Constructor for class org.xwiki.job.event.JobFinishingEvent
 
JobFinishingEvent(String, String, Request) - Constructor for class org.xwiki.job.event.JobFinishingEvent
 
JobFinishingEvent(List<String>, String, Request) - Constructor for class org.xwiki.job.event.JobFinishingEvent
 
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.
JobProgressStep - Interface in org.xwiki.job.event.status
Represents one step in the progress tree.
JobStartedEvent - Class in org.xwiki.job.event
Job started event triggered 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.
JobStatusStore - Interface in org.xwiki.job
Store and retrieve JobStatus instances.
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

lock - Variable in class org.xwiki.job.AbstractJob
Main lock guarding all access.
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.AbstractProgressEvent
 
matches(Object) - Method in class org.xwiki.job.event.status.AbstractQuestionEvent
 

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.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
 
org.xwiki.job.script - package org.xwiki.job.script
 

P

popCurrentJob() - Method in interface org.xwiki.job.JobContext
Remove the current job from the stack.
popLevel() - Method in class org.xwiki.job.script.ProgressScripService
Pop current progression level.
popLevelProgress(Object) - Method in interface org.xwiki.job.event.status.JobProgressManager
Pop current 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
 
ProgressEvent - Interface in org.xwiki.job.event.status
Progress related events.
progressManager - Variable in class org.xwiki.job.AbstractJob
 
ProgressScripService - Class in org.xwiki.job.script
Some script oriented helpers to impact current progress.
ProgressScripService() - Constructor for class org.xwiki.job.script.ProgressScripService
 
PROPERTY_CONTEXT - Static variable in interface org.xwiki.job.Request
 
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
 
pushLevel() - Method in class org.xwiki.job.script.ProgressScripService
Push new progression level with unknown number of steps.
pushLevel(int) - Method in class org.xwiki.job.script.ProgressScripService
Push new progression level.
pushLevelProgress(Object) - Method in interface org.xwiki.job.event.status.JobProgressManager
Push new progression level with unknown number of steps.
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
 

Q

QuestionAnsweredEvent - Class in org.xwiki.job.event.status
Event fired after a question raised by an interactive job is answered.
QuestionAnsweredEvent() - Constructor for class org.xwiki.job.event.status.QuestionAnsweredEvent
Creates a new event.
QuestionAnsweredEvent(String) - Constructor for class org.xwiki.job.event.status.QuestionAnsweredEvent
Creates a new event for a question of the specified type.
QuestionAnsweredEvent(String, List<String>) - Constructor for class org.xwiki.job.event.status.QuestionAnsweredEvent
Creates a new event for a question of the specified type and a job with the given id.
QuestionAskedEvent - Class in org.xwiki.job.event.status
Event fired when an interactive job asks a question.
QuestionAskedEvent() - Constructor for class org.xwiki.job.event.status.QuestionAskedEvent
Creates a new event.
QuestionAskedEvent(String) - Constructor for class org.xwiki.job.event.status.QuestionAskedEvent
Creates a new event for a question of the specified type.
QuestionAskedEvent(String, List<String>) - Constructor for class org.xwiki.job.event.status.QuestionAskedEvent
Creates a new event for a question of the specified type and a job with the given id.
QuestionEvent - Interface in org.xwiki.job.event.status
Common interface for job question events.

R

remove(List<String>) - Method in interface org.xwiki.job.JobStatusStore
 
removeProperty(String) - Method in class org.xwiki.job.AbstractRequest
 
request - Variable in class org.xwiki.job.AbstractJob
The job request.
Request - Interface in org.xwiki.job
A Job request.
run() - Method in class org.xwiki.job.AbstractJob
 
runInContext() - Method in class org.xwiki.job.AbstractJob
 
runInternal() - Method in class org.xwiki.job.AbstractJob
Should be implemented by Job implementations.

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).
setCancelable(boolean) - Method in class org.xwiki.job.AbstractJobStatus
 
setContext(Map<String, Serializable>) - Method in class org.xwiki.job.AbstractRequest
 
setContext(Map<String, Serializable>) - Method in interface org.xwiki.job.Request
 
setEndDate(Date) - Method in class org.xwiki.job.AbstractJobStatus
 
setError(Throwable) - Method in class org.xwiki.job.AbstractJobStatus
 
setId(List<String>) - Method in class org.xwiki.job.AbstractRequest
 
setId(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
 
setIsolated(boolean) - Method in class org.xwiki.job.AbstractJobStatus
 
setLoggerTail(LoggerTail) - Method in class org.xwiki.job.AbstractJobStatus
 
setProperty(String, Object) - Method in class org.xwiki.job.AbstractRequest
 
setRemote(boolean) - Method in class org.xwiki.job.AbstractRequest
 
setStartDate(Date) - Method in class org.xwiki.job.AbstractJobStatus
 
setState(JobStatus.State) - Method in class org.xwiki.job.AbstractJobStatus
 
setStatusLogIsolated(Boolean) - Method in class org.xwiki.job.AbstractRequest
 
setStatusSerialized(Boolean) - Method in class org.xwiki.job.AbstractRequest
 
setVerbose(boolean) - Method in class org.xwiki.job.AbstractRequest
 
start(Request) - Method in class org.xwiki.job.AbstractJob
Deprecated.
start(Request) - Method in interface org.xwiki.job.Job
Deprecated.
since 5.1M2 use Job.initialize(Request) then Runnable.run() instead
startListening() - Method in class org.xwiki.job.AbstractJobStatus
Start listening to events.
startStep(Object) - Method in interface org.xwiki.job.event.status.JobProgressManager
Close the current step if any and start a new one with provided name.
startStep(Object, String) - Method in interface org.xwiki.job.event.status.JobProgressManager
Close the current step if any and start a new one with provided name.
startStep(Object, String, String, Object...) - Method in interface org.xwiki.job.event.status.JobProgressManager
Close the current step if any and start a new one with provided name.
startStep(Object, Message) - Method in interface org.xwiki.job.event.status.JobProgressManager
Close the current step if any and start a new one with provided name.
startStep() - Method in class org.xwiki.job.script.ProgressScripService
Close current step if any and move to next one.
startStep(String) - Method in class org.xwiki.job.script.ProgressScripService
Close current step if any and move to next one.
startStep(String, String, Object...) - Method in class org.xwiki.job.script.ProgressScripService
Close current step if any and move to next one.
StartStepProgressEvent - Class in org.xwiki.job.event.status
Indicate to the progress listener that a new step is starting.
StartStepProgressEvent() - Constructor for class org.xwiki.job.event.status.StartStepProgressEvent
 
status - Variable in class org.xwiki.job.AbstractJob
 
StepProgressEvent - Class in org.xwiki.job.event.status
Deprecated.
since 7.1M2, use StartStepProgressEvent instead
StepProgressEvent() - Constructor for class org.xwiki.job.event.status.StepProgressEvent
Deprecated.
 
stepPropress(Object) - Method in interface org.xwiki.job.event.status.JobProgressManager
Deprecated.
since 7.1M2, use JobProgressManager.startStep(Object) instead
stopListening() - Method in class org.xwiki.job.AbstractJobStatus
Stop listening to events.
store - Variable in class org.xwiki.job.AbstractJob
Used to store the results of the jobs execution.
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.AbstractJob
 
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 F G H I J L M O P Q R S T V 
Skip navigation links

Copyright © 2004–2021 XWiki. All rights reserved.