Package | Description |
---|---|
org.apache.sling.event |
Modifier and Type | Method and Description |
---|---|
JobsIterator |
JobStatusProvider.queryAllJobs(String topic,
Map<String,Object>... filterProps)
Deprecated.
Return all jobs either running or scheduled.
|
JobsIterator |
JobStatusProvider.queryCurrentJobs(String topic,
Map<String,Object>... filterProps)
Deprecated.
Return the jobs which are currently in processing.
|
JobsIterator |
JobStatusProvider.queryScheduledJobs(String topic,
Map<String,Object>... filterProps)
Deprecated.
Return a list of currently scheduled jobs.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.