Uses of Class
org.apache.sling.event.jobs.JobManager.QueryType

Packages that use JobManager.QueryType
org.apache.sling.event.impl.jobs   
org.apache.sling.event.jobs   
 

Uses of JobManager.QueryType in org.apache.sling.event.impl.jobs
 

Methods in org.apache.sling.event.impl.jobs with parameters of type JobManager.QueryType
 JobsIterator DefaultJobManager.queryJobs(JobManager.QueryType type, String topic, Map<String,Object>... filterProps)
           
 

Uses of JobManager.QueryType in org.apache.sling.event.jobs
 

Methods in org.apache.sling.event.jobs that return JobManager.QueryType
static JobManager.QueryType JobManager.QueryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobManager.QueryType[] JobManager.QueryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.sling.event.jobs with parameters of type JobManager.QueryType
 JobsIterator JobManager.queryJobs(JobManager.QueryType type, String topic, Map<String,Object>... templates)
          Return all jobs either running or scheduled.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.