Package | Description |
---|---|
org.apache.sling.bgservlets | |
org.apache.sling.bgservlets.impl | |
org.apache.sling.bgservlets.impl.storage |
Modifier and Type | Method and Description |
---|---|
JobStatus |
JobConsole.getJobStatus(javax.jcr.Session session,
String path)
Return a single JobStatus, null if not found.
|
JobStatus |
ExecutionEngine.getJobStatus(String path)
Get JobStatus by path
|
Modifier and Type | Method and Description |
---|---|
Iterator<JobStatus> |
JobConsole.getJobStatus(javax.jcr.Session session,
boolean activeOnly)
Return Iterator on JobStatus, in descending order of
creation date.
|
Iterator<JobStatus> |
ExecutionEngine.getMatchingJobStatus(Predicate<JobStatus> p)
Enumerate JobStatus that match supplied predicate
|
Modifier and Type | Method and Description |
---|---|
String |
JobConsole.getJobStatusPagePath(javax.servlet.http.HttpServletRequest request,
JobStatus jobStatus,
String extension)
Return the full path, including extension, to the job's status page.
|
String |
JobConsole.getJobStreamPath(javax.servlet.http.HttpServletRequest request,
JobStatus jobStatus)
Return the full path, including extension, to the job's stream
|
Modifier and Type | Method and Description |
---|---|
Iterator<JobStatus> |
ExecutionEngine.getMatchingJobStatus(Predicate<JobStatus> p)
Enumerate JobStatus that match supplied predicate
|
Modifier and Type | Class and Description |
---|---|
class |
SuspendableOutputStream
Wraps an OutputStream with controls for suspending it or throwing an
IOException next time it is written to.
|
Modifier and Type | Method and Description |
---|---|
JobStatus |
JobConsoleImpl.getJobStatus(javax.jcr.Session session,
String path) |
JobStatus |
ExecutionEngineImpl.getJobStatus(String path) |
Modifier and Type | Method and Description |
---|---|
Iterator<JobStatus> |
JobConsoleImpl.getJobStatus(javax.jcr.Session session,
boolean activeOnly) |
Iterator<JobStatus> |
ExecutionEngineImpl.getMatchingJobStatus(Predicate<JobStatus> p) |
Modifier and Type | Method and Description |
---|---|
String |
JobConsoleImpl.getJobStatusPagePath(javax.servlet.http.HttpServletRequest request,
JobStatus jobStatus,
String extension) |
String |
JobConsoleImpl.getJobStreamPath(javax.servlet.http.HttpServletRequest request,
JobStatus jobStatus) |
Modifier and Type | Method and Description |
---|---|
Iterator<JobStatus> |
ExecutionEngineImpl.getMatchingJobStatus(Predicate<JobStatus> p) |
Modifier and Type | Method and Description |
---|---|
JobStatus |
NodeJobStatusFactoryImpl.getJobStatus(javax.jcr.Node n) |
JobStatus |
NodeJobStatusFactory.getJobStatus(javax.jcr.Node n) |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.