Package | Description |
---|---|
org.apache.sling.event | |
org.apache.sling.event.impl.jobs.deprecated |
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.
|
Modifier and Type | Method and Description |
---|---|
JobsIterator |
JobStatusProviderImpl.queryAllJobs(String topic,
Map<String,Object>... filterProps)
Deprecated.
|
JobsIterator |
JobStatusProviderImpl.queryCurrentJobs(String topic,
Map<String,Object>... filterProps)
Deprecated.
|
JobsIterator |
JobStatusProviderImpl.queryScheduledJobs(String topic,
Map<String,Object>... filterProps)
Deprecated.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.