Uses of Interface
org.apache.sling.event.JobsIterator

Packages that use JobsIterator
org.apache.sling.event   
 

Uses of JobsIterator in org.apache.sling.event
 

Methods in org.apache.sling.event that return JobsIterator
 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 © 2007-2011 The Apache Software Foundation. All Rights Reserved.