Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.ScheduleType

Packages that use ScheduleType
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of ScheduleType in com.evolveum.midpoint.task.api
 

Methods in com.evolveum.midpoint.task.api that return ScheduleType
 ScheduleType Task.getSchedule()
           
 

Uses of ScheduleType in com.evolveum.midpoint.task.impl
 

Methods in com.evolveum.midpoint.task.impl that return ScheduleType
 ScheduleType TaskImpl.getSchedule()
           
 

Methods in com.evolveum.midpoint.task.impl with parameters of type ScheduleType
static boolean ScheduleEvaluator.shouldRun(ScheduleType schedule, long lastRunTime)
          Determines whether a task is about to run given a schedule, last run time and a current time.
 

Uses of ScheduleType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ScheduleType
protected  ScheduleType TaskType.schedule
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ScheduleType
 ScheduleType ObjectFactory.createScheduleType()
          Create an instance of ScheduleType
 ScheduleType TaskType.getSchedule()
          Gets the value of the schedule property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ScheduleType
 void TaskType.setSchedule(ScheduleType value)
          Sets the value of the schedule property.
 



Copyright © 2011 evolveum. All Rights Reserved.