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

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

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

Methods in com.evolveum.midpoint.task.api that return TaskRecurrenceType
 TaskRecurrenceType TaskRecurrence.toTaskType()
           
 

Methods in com.evolveum.midpoint.task.api with parameters of type TaskRecurrenceType
static TaskRecurrence TaskRecurrence.fromTaskType(TaskRecurrenceType recurrenceType)
           
 

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

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as TaskRecurrenceType
protected  TaskRecurrenceType TaskType.recurrence
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return TaskRecurrenceType
static TaskRecurrenceType TaskRecurrenceType.fromValue(java.lang.String v)
           
 TaskRecurrenceType TaskType.getRecurrence()
          Gets the value of the recurrence property.
static TaskRecurrenceType TaskRecurrenceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskRecurrenceType[] TaskRecurrenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type TaskRecurrenceType
 void TaskType.setRecurrence(TaskRecurrenceType value)
          Sets the value of the recurrence property.
 



Copyright © 2012 evolveum. All Rights Reserved.