Package | Description |
---|---|
org.xwiki.job |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJob<R extends Request,S extends JobStatus>
Base class for
Job implementations. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJobStatus<R extends Request>
Base implementation of
JobStatus . |
class |
DefaultJobStatus<R extends Request>
Default implementation of
JobStatus . |
Modifier and Type | Field and Description |
---|---|
protected S |
AbstractJob.status |
Modifier and Type | Method and Description |
---|---|
JobStatus |
JobManager.getJobStatus(List<String> id)
Deprecated.
Return job status corresponding to the provided id from the current executed job or stored history.
|
JobStatus |
JobStatusStore.getJobStatus(List<String> id) |
JobStatus |
JobManager.getJobStatus(String id)
Deprecated.
Return job status corresponding to the provided id from the current executed job or stored history.
|
JobStatus |
AbstractJobStatus.getParentJobStatus() |
JobStatus |
Job.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
JobStatusStore.store(JobStatus status) |
void |
JobStatusStore.storeAsync(JobStatus status) |
Constructor and Description |
---|
AbstractJobStatus(R request,
JobStatus parentJobStatus,
org.xwiki.observation.ObservationManager observationManager,
LoggerManager loggerManager) |
DefaultJobStatus(R request,
JobStatus parentJobStatus,
org.xwiki.observation.ObservationManager observationManager,
LoggerManager loggerManager) |
Copyright © 2004–2017 XWiki. All rights reserved.