Uses of Class
com.sap.scheduler.api.RecurringEntry

Packages that use RecurringEntry
com.sap.scheduler.api   
 

Uses of RecurringEntry in com.sap.scheduler.api
 

Methods in com.sap.scheduler.api that return RecurringEntry
 RecurringEntry[] SchedulerTask.getRecurringEntries()
           
 

Methods in com.sap.scheduler.api with parameters of type RecurringEntry
 boolean RecurringEntry.compareRecurringEntry(RecurringEntry entry)
          Compares a RecurringEntry with this.
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 RecurringEntry
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.
 



Copyright 2010 SAP AG Complete Copyright Notice