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

Packages that use TaskType
com.evolveum.midpoint.model   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
com.evolveum.midpoint.web.bean   
com.evolveum.midpoint.xml.ns._public.common.common_1   
com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl   
 

Uses of TaskType in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that return TaskType
 TaskType ModelWebService.importFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass)
           
 

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

Methods in com.evolveum.midpoint.task.api that return TaskType
 TaskType Task.getTaskTypeObject()
           
 

Methods in com.evolveum.midpoint.task.api with parameters of type TaskType
 java.lang.String TaskManager.addTask(TaskType taskType, OperationResult parentResult)
          Add new task.
 Task TaskManager.createTaskInstance(TaskType taskType, OperationResult parentResult)
          Creates task instance from the XML task representation.
 Task TaskManager.createTaskInstance(TaskType taskType, java.lang.String operationName, OperationResult parentResult)
          Creates task instance from the XML task representation.
 long TaskManager.determineNextRunStartTime(TaskType taskType)
          Helper function, used to determine when this task should run next (0 if it is not a recurring task).
 

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

Methods in com.evolveum.midpoint.task.impl that return TaskType
 TaskType TaskImpl.getTaskTypeObject()
           
 

Methods in com.evolveum.midpoint.task.impl with parameters of type TaskType
 java.lang.String TaskManagerImpl.addTask(TaskType taskType, OperationResult parentResult)
           
 Task TaskManagerImpl.createTaskInstance(TaskType taskType, OperationResult parentResult)
           
 Task TaskManagerImpl.createTaskInstance(TaskType taskType, java.lang.String operationName, OperationResult parentResult)
           
static long ScheduleEvaluator.determineNextRunStartTime(TaskType taskType)
           
 long TaskManagerImpl.determineNextRunStartTime(TaskType taskType)
           
static long ScheduleEvaluator.determineSleepTime(TaskType taskType)
          Determines how long to sleep until next run of this (cyclic) tasks.
static boolean ScheduleEvaluator.missedScheduledStart(TaskType taskType)
          Determines whether this task has missed its scheduled start.
 void TaskManagerImpl.processRunnableTaskType(TaskType taskType, OperationResult parentResult)
          Process runnable task with TaskType XML object as an argument.
static boolean ScheduleEvaluator.shouldRun(TaskType taskType)
          Determines whether the task should be started now (used by the task scanner).
 

Uses of TaskType in com.evolveum.midpoint.web.bean
 

Methods in com.evolveum.midpoint.web.bean that return TaskType
 TaskType TaskItem.toTaskType()
           
 

Constructors in com.evolveum.midpoint.web.bean with parameters of type TaskType
TaskItem(TaskType taskType, TaskManager taskManager)
           
 

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

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return TaskType
 TaskType ObjectFactory.createTaskType()
          Create an instance of TaskType
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type TaskType
 javax.xml.bind.JAXBElement<TaskType> ObjectFactory.createTask(TaskType value)
          Create an instance of JAXBElement<TaskType>}
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type TaskType
 javax.xml.bind.JAXBElement<TaskType> ObjectFactory.createTask(TaskType value)
          Create an instance of JAXBElement<TaskType>}
 

Uses of TaskType in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl
 

Methods in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl that return TaskType
 TaskType ModelPortTypeImpl.importFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass)
           
 TaskType ModelPortType.importFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass)
          TODO: update description Launch import task that will import all the accounts from the resource.
 



Copyright © 2012 evolveum. All Rights Reserved.