Uses of Interface
com.ibm.pim.job.Schedule

Packages that use Schedule
com.ibm.pim.catalog   
com.ibm.pim.hierarchy   
com.ibm.pim.job   
com.ibm.pim.lookuptable   
com.ibm.pim.organization   
 

Uses of Schedule in com.ibm.pim.catalog
 

Methods in com.ibm.pim.catalog that return Schedule
 Schedule Catalog.deleteAsynchronous()
          Schedules the complete catalog deletion.
 Schedule Catalog.rollbackAsynchronous(VersionInfo version)
          Schedules a catalog rollback.
 

Uses of Schedule in com.ibm.pim.hierarchy
 

Methods in com.ibm.pim.hierarchy that return Schedule
 Schedule Hierarchy.deleteAsynchronous()
          Schedules a delete of this hierarchy.
 Schedule Hierarchy.rollbackAsynchronous(VersionInfo version)
          Schedules a rollback of this hierarchy.
 

Uses of Schedule in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return Schedule
 Schedule JobManager.createSchedule(Job job)
          Runs the specified job immediately.
 Schedule JobManager.createSchedule(Job job, java.lang.String scheduleName, int intervalMinutes)
          Runs the specified job with type of Schedule.Type.MINUTE for every time of the given interval minutes based on the current time.
 Schedule JobManager.createSchedule(Job job, java.lang.String scheduleName, Schedule.Type scheduleType)
          Runs the specified job with the given schedule type, based on the current time.
 Schedule JobManager.createSchedule(Job job, java.lang.String scheduleName, Schedule.Type scheduleType, java.util.Date startTime)
          Runs the specified job with the given schedule type and running time.
 Schedule Job.getLastRunSchedule()
          Get the last run schedule.
 

Methods in com.ibm.pim.job that return types with arguments of type Schedule
 java.util.Collection<Schedule> Job.getSchedules()
          Gets all the schedules for the given job.
 java.util.Collection<Schedule> JobManager.searchSchedules(java.lang.String jobDescription, ScheduleStatus.Type statusType, java.util.Date startDate, java.util.Date endDate, java.lang.String creatorName, java.lang.String creatorCompanyName)
          Searches job schedules in the system by the given criteria.
 

Uses of Schedule in com.ibm.pim.lookuptable
 

Methods in com.ibm.pim.lookuptable that return Schedule
 Schedule LookupTable.deleteAsynchronous()
          Schedules the complete LookupTable deletion.
 

Uses of Schedule in com.ibm.pim.organization
 

Methods in com.ibm.pim.organization that return Schedule
 Schedule OrganizationHierarchy.deleteAsynchronous()
          Schedules a delete of this hierarchy.