Uses of Interface
com.evolveum.midpoint.task.api.Task

Packages that use Task
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.importer   
com.evolveum.midpoint.model.sync   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
com.evolveum.midpoint.test   
com.evolveum.midpoint.web.bean   
 

Uses of Task in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api with parameters of type Task
 void ModelService.importFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, Task task)
           
 

Uses of Task in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller with parameters of type Task
 void ModelControllerImpl.importFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, Task task)
           
 

Uses of Task in com.evolveum.midpoint.model.importer
 

Methods in com.evolveum.midpoint.model.importer with parameters of type Task
 long ImportFromResourceTaskHandler.heartbeat(Task task)
           
 void ImportFromResourceTaskHandler.launch(ResourceType resource, javax.xml.namespace.QName objectclass, Task task, OperationResult parentResult)
          Launch an import.
 void ImportFromResourceTaskHandler.refreshStatus(Task task)
           
 TaskRunResult ImportFromResourceTaskHandler.run(Task task)
          The body of the task.
 

Constructors in com.evolveum.midpoint.model.importer with parameters of type Task
ImportFromResourceResultHandler(ResourceType resource, Task task, ResourceObjectChangeListener objectChangeListener)
           
 

Uses of Task in com.evolveum.midpoint.model.sync
 

Methods in com.evolveum.midpoint.model.sync with parameters of type Task
 long LiveSyncTaskHandler.heartbeat(Task task)
           
 void LiveSyncTaskHandler.refreshStatus(Task task)
           
 TaskRunResult LiveSyncTaskHandler.run(Task task)
           
 

Uses of Task in com.evolveum.midpoint.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api with parameters of type Task
 int ProvisioningService.synchronize(java.lang.String resourceOid, Task task, OperationResult parentResult)
          Collect external changes on a resource and call the business logic with the accumulated change data.
 

Uses of Task in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type Task
 int ProvisioningServiceImpl.synchronize(java.lang.String resourceOid, Task task, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.task.api that return Task
 Task TaskManager.createTaskInstance()
          Creates new transient, running, claimed task instance.
 Task TaskManager.createTaskInstance(TaskType taskType)
          Creates task instance from the XML task representation.
 Task TaskManager.getTask(java.lang.String taskOid, OperationResult parentResult)
          Returns a task with specified OID.
 

Methods in com.evolveum.midpoint.task.api that return types with arguments of type Task
 java.util.Set<Task> TaskManager.getRunningTasks()
          Returns tasks that currently run on this node.
 java.util.Set<Task> TaskManager.listTasks()
          Lists all tasks.
 

Methods in com.evolveum.midpoint.task.api with parameters of type Task
 void TaskManager.claimTask(Task task, OperationResult parentResult)
          Claim task exclusively for this node.
 long TaskHandler.heartbeat(Task task)
           
 void TaskHandler.refreshStatus(Task task)
           
 void TaskManager.releaseTask(Task task, OperationResult parentResult)
          Release a claimed task.
 TaskRunResult TaskHandler.run(Task task)
           
 void TaskManager.switchToBackground(Task task, OperationResult parentResult)
          Switches the provided task to background, making it asynchronous.
 

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

Classes in com.evolveum.midpoint.task.impl that implement Task
 class TaskImpl
          Implementation of a Task.
 

Fields in com.evolveum.midpoint.task.impl declared as Task
protected  Task TaskRunner.task
           
 

Methods in com.evolveum.midpoint.task.impl that return Task
 Task TaskManagerImpl.createTaskInstance()
           
 Task TaskManagerImpl.createTaskInstance(TaskType taskType)
           
 Task TaskRunner.getTask()
           
 Task TaskManagerImpl.getTask(java.lang.String taskOid, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.task.impl that return types with arguments of type Task
 java.util.Set<Task> TaskManagerImpl.getRunningTasks()
           
 java.util.Set<Task> TaskManagerImpl.listTasks()
           
 

Methods in com.evolveum.midpoint.task.impl with parameters of type Task
 void TaskManagerImpl.claimTask(Task task, OperationResult parentResult)
           
static long ScheduleEvaluator.determineSleepTime(Task task)
           
 void TaskManagerImpl.processRunnableTask(Task task)
           
 void TaskManagerImpl.releaseTask(Task task, OperationResult parentResult)
           
 void TaskManagerImpl.switchToBackground(Task task, OperationResult parentResult)
           
 

Constructors in com.evolveum.midpoint.task.impl with parameters of type Task
CycleRunner(TaskHandler handler, Task task, TaskManagerImpl taskManager)
           
SingleRunner(TaskHandler handler, Task task, TaskManagerImpl taskManager)
           
TaskRunner(TaskHandler handler, Task task, TaskManagerImpl taskManager)
           
 

Uses of Task in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test with parameters of type Task
static void IntegrationTestTools.display(java.lang.String message, Task task)
           
 

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

Methods in com.evolveum.midpoint.web.bean with parameters of type Task
 void TaskItem.setExclusivityStatus(Task task)
           
 

Constructors in com.evolveum.midpoint.web.bean with parameters of type Task
TaskItem(Task task)
           
 



Copyright © 2011 evolveum. All Rights Reserved.