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   
 

Uses of TaskType in com.evolveum.midpoint.model
 

Method parameters in com.evolveum.midpoint.model with type arguments of type TaskType
 EmptyType ModelWebService.importFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, javax.xml.ws.Holder<TaskType> taskHolder)
           
 

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)
          Creates task instance from the XML task representation.
 

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)
           
 void TaskManagerImpl.processRunnableTaskType(TaskType taskType)
          Process runnable task with TaskType XML object as an argument.
static boolean ScheduleEvaluator.shouldRun(TaskType taskType)
           
 

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 task)
           
 

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
 

Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_1 with type arguments of type TaskType
 EmptyType ModelPortType.importFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, javax.xml.ws.Holder<TaskType> task)
          TODO: update description Launch import task that will import all the accounts from the resource.
 



Copyright © 2011 evolveum. All Rights Reserved.