Uses of Class
com.sap.scheduler.runtime.JobParameter

Packages that use JobParameter
com.sap.scheduler.api   
com.sap.scheduler.runtime   
 

Uses of JobParameter in com.sap.scheduler.api
 

Methods in com.sap.scheduler.api that return JobParameter
 JobParameter[] SchedulerTask.getJobParameters()
          Obtains the parameters of this scheduler task.
 JobParameter[] Scheduler.getJobParameters(JobID jobid)
          This method returns all parameters for a given job id jobid.
 

Methods in com.sap.scheduler.api with parameters of type JobParameter
static SchedulerTask SchedulerTask.createSchedulerTask(JobDefinitionID jobDefinitionId, JobParameter[] jobParameters, RecurringEntry[] recs, CronEntry[] crons, Filter[] filters, int retentionPeriod, String name, String description, String customData)
          Creates a new SchedulerTask instance with the specified parameters.
 

Constructors in com.sap.scheduler.api with parameters of type JobParameter
SchedulerTask(SchedulerTaskID taskId, JobDefinitionID jobDefinitionId, JobParameter[] jobParameters, RecurringEntry[] recs, CronEntry[] crons)
          Deprecated. - please use create-method instead Constructs a new SchedulerTask instance with the specified id, job definition id, parameters and schedule. When an object is created with this constructor a call to getRetentionPeriod would throw IllegalStateException and isRetentionDefault would return true.
SchedulerTask(SchedulerTaskID taskId, JobDefinitionID jobDefinitionId, JobParameter[] jobParameters, RecurringEntry[] recs, CronEntry[] crons, Filter[] filters, int retentionPeriod)
          Deprecated. - please use create-method instead Constrcuts a new SchedulerTas instance with the specified parameters. Weh an object is created with this construtor isRetentionDefault would return false and getRetentionPeriod would return the value of the retentionPeriod argument.
SchedulerTask(SchedulerTaskID taskId, JobDefinitionID jobDefinitionId, JobParameter[] jobParameters, RecurringEntry[] recs, CronEntry[] crons, Filter[] filters, int retentionPeriod, String name, String description, String customData)
          Deprecated. - please use create-method instead Constrcuts a new SchedulerTas instance with the specified parameters. Weh an object is created with this construtor isRetentionDefault would return false and getRetentionPeriod would return the value of the retentionPeriod argument.
SchedulerTask(SchedulerTaskID taskId, JobDefinitionID jobDefinitionId, JobParameter[] jobParameters, RecurringEntry[] recs, CronEntry[] crons, String name, String description)
          Deprecated. - please use create-method instead Constrcuts a new SchedulerTas instance with the specified parameters. Weh an object is created with this construtor isRetentionDefault would return false and getRetentionPeriod would return the value of the retentionPeriod argument.
SchedulerTask(SchedulerTaskID taskId, JobDefinitionID jobDefinitionId, JobParameter[] jobParameters, RecurringEntry[] recs, CronEntry[] crons, String name, String description, String customData)
          Deprecated. - please use create-method instead Constrcuts a new SchedulerTas instance with the specified parameters. Weh an object is created with this construtor isRetentionDefault would return false and getRetentionPeriod would return the value of the retentionPeriod argument.
 

Uses of JobParameter in com.sap.scheduler.runtime
 

Methods in com.sap.scheduler.runtime that return JobParameter
 JobParameter JobContext.getJobParameter(String name)
          Get a job parameter.
 

Methods in com.sap.scheduler.runtime with parameters of type JobParameter
 boolean JobParameter.compareJobParameter(JobParameter entry)
          Compares a JobParameter with this.
 JobID JobContext.executeJob(JobDefinitionID jobDefId, JobParameter[] parameters)
          Submit a job for immediate execution.
 JobID JobContext.executeJob(String jobDefinitionName, JobParameter[] parameters)
          Submit a job for immediate execution.
 void JobContext.setJobParameter(JobParameter param)
          Update the runtime with the given JobParameter.
 



Copyright 2010 SAP AG Complete Copyright Notice