Uses of Class
com.ibm.pim.job.ScheduleStatus.Type

Packages that use ScheduleStatus.Type
com.ibm.pim.job   
 

Uses of ScheduleStatus.Type in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return ScheduleStatus.Type
 ScheduleStatus.Type ScheduleStatus.getType()
          Gets the status type.
static ScheduleStatus.Type ScheduleStatus.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScheduleStatus.Type[] ScheduleStatus.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.pim.job with parameters of type ScheduleStatus.Type
 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.