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

Packages that use Task
com.evolveum.midpoint.audit.api   
com.evolveum.midpoint.audit.impl   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.api.hooks   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.importer   
com.evolveum.midpoint.model.sync   
com.evolveum.midpoint.model.sync.action   
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   
com.evolveum.midpoint.web.model   
com.evolveum.midpoint.web.model.impl   
 

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

Methods in com.evolveum.midpoint.audit.api with parameters of type Task
 void AuditService.audit(AuditEventRecord record, Task task)
           
 

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

Methods in com.evolveum.midpoint.audit.impl with parameters of type Task
 void AuditServiceImpl.audit(AuditEventRecord record, Task task)
           
 

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

Methods in com.evolveum.midpoint.model.api with parameters of type Task
<T extends ObjectType>
java.lang.String
ModelService.addObject(T object, Task task, OperationResult parentResult)
           Add new object.
<T extends ObjectType>
void
ModelService.deleteObject(java.lang.Class<T> type, java.lang.String oid, Task task, OperationResult parentResult)
           Deletes object with specified OID.
 void ModelService.importAccountsFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, Task task, OperationResult parentResult)
           Import accounts from resource.
 void ModelService.importObjectsFromFile(java.io.File input, ImportOptionsType options, Task task, OperationResult parentResult)
          Import objects from file.
 void ModelService.importObjectsFromStream(java.io.InputStream input, ImportOptionsType options, Task task, OperationResult parentResult)
          Import objects from stream.
<T extends ObjectType>
void
ModelService.modifyObject(java.lang.Class<T> type, ObjectModificationType change, Task task, OperationResult parentResult)
           Modifies object using relative change description.
 

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

Methods in com.evolveum.midpoint.model.api.hooks with parameters of type Task
 HookOperationMode ChangeHook.postChange(java.util.Collection<ObjectDelta<?>> changes, Task task, OperationResult result)
          Callback after the change is executed by the model.
 HookOperationMode ChangeHook.preChangePrimary(java.util.Collection<ObjectDelta<?>> changes, Task task, OperationResult result)
          Callback before the change is processed by the model.
 HookOperationMode ChangeHook.preChangeSecondary(java.util.Collection<ObjectDelta<?>> changes, Task task, OperationResult result)
          Callback before the change is processed by the model.
 

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

Methods in com.evolveum.midpoint.model.controller with parameters of type Task
<T extends ObjectType>
java.lang.String
ModelController.addObject(T object, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelController.deleteObject(java.lang.Class<T> clazz, java.lang.String oid, Task task, OperationResult parentResult)
           
 void ModelController.importAccountsFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, Task task, OperationResult parentResult)
           
 void ModelController.importObjectsFromFile(java.io.File input, ImportOptionsType options, Task task, OperationResult parentResult)
           
 void ModelController.importObjectsFromStream(java.io.InputStream input, ImportOptionsType options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelController.modifyObject(java.lang.Class<T> type, ObjectModificationType change, Task task, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.model.importer with parameters of type Task
 java.lang.Long ImportObjectsFromFileTaskHandler.heartbeat(Task task)
           
 java.lang.Long ImportAccountsFromResourceTaskHandler.heartbeat(Task task)
           
 void ObjectImporter.importObjects(java.io.InputStream input, ImportOptionsType options, Task task, OperationResult parentResult, RepositoryService repository)
           
 void ImportObjectsFromFileTaskHandler.launch(java.io.File input, Task task, OperationResult parentResult)
          Launch an import.
 void ImportAccountsFromResourceTaskHandler.launch(ResourceType resource, javax.xml.namespace.QName objectclass, Task task, OperationResult parentResult)
          Launch an import.
 void ImportObjectsFromFileTaskHandler.refreshStatus(Task task)
           
 void ImportAccountsFromResourceTaskHandler.refreshStatus(Task task)
           
 TaskRunResult ImportObjectsFromFileTaskHandler.run(Task task)
          The body of the task.
 TaskRunResult ImportAccountsFromResourceTaskHandler.run(Task task)
          The body of the task.
 

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

Methods in com.evolveum.midpoint.model.sync with parameters of type Task
 java.lang.String Action.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.Long LiveSyncTaskHandler.heartbeat(Task task)
           
 java.lang.Long RecomputeTaskHandler.heartbeat(Task task)
           
 java.lang.Long ReconciliationTaskHandler.heartbeat(Task task)
           
 void SynchronizationService.notifyChange(ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
           
 void LiveSyncTaskHandler.refreshStatus(Task task)
           
 void RecomputeTaskHandler.refreshStatus(Task task)
           
 void ReconciliationTaskHandler.refreshStatus(Task task)
           
 TaskRunResult LiveSyncTaskHandler.run(Task task)
           
 TaskRunResult RecomputeTaskHandler.run(Task task)
           
 TaskRunResult ReconciliationTaskHandler.run(Task task)
           
 

Constructors in com.evolveum.midpoint.model.sync with parameters of type Task
SynchronizeAccountResultHandler(ResourceType resource, RefinedAccountDefinition refinedAccountDefinition, Task task, ResourceObjectChangeListener objectChangeListener)
           
 

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

Methods in com.evolveum.midpoint.model.sync.action with parameters of type Task
 java.lang.String ModifyPasswordAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String ModifyUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String AddUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String BaseAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String DeleteUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.provisioning.api with parameters of type Task
 void ResourceObjectChangeListener.notifyChange(ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
          Submits notification about a specific change that happened on the resource.
 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
 void ChangeNotificationDispatcherImpl.notifyChange(ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
           
 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(java.lang.String operationName)
          Creates new transient, running, claimed task instance.
 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.
 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.
 java.lang.Long TaskHandler.heartbeat(Task task)
           
 void TaskHandler.refreshStatus(Task task)
           
 void TaskManager.releaseTask(Task task, OperationResult parentResult)
          Release a claimed task.
 void TaskManager.resumeTask(Task task, OperationResult parentResult)
          Resume suspended task.
 TaskRunResult TaskHandler.run(Task task)
           
 boolean TaskManager.suspendTask(Task task, long waitTime, OperationResult parentResult)
          Suspend 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(java.lang.String operationName)
           
 Task TaskManagerImpl.createTaskInstance(TaskType taskType, OperationResult parentResult)
           
 Task TaskManagerImpl.createTaskInstance(TaskType taskType, java.lang.String operationName, OperationResult parentResult)
           
 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.determineNextRunStartTime(Task task)
          Determines the time when a task should run (for recurrent tasks).
static long ScheduleEvaluator.determineSleepTime(Task task)
          Determines how long to sleep until next run of this (cyclic) tasks.
 java.lang.Long NoOpTaskHandler.heartbeat(Task task)
           
 void TaskManagerImpl.processRunnableTask(Task task)
           
 void NoOpTaskHandler.refreshStatus(Task task)
           
 void TaskManagerImpl.releaseTask(Task task, OperationResult parentResult)
           
 void TaskManagerImpl.resumeTask(Task task, OperationResult result)
           
 TaskRunResult NoOpTaskHandler.run(Task task)
           
 boolean TaskManagerImpl.suspendTask(Task task, long waitTime, OperationResult parentResult)
          Draft implementation.
 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, TaskManager taskManager)
           
 

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

Methods in com.evolveum.midpoint.web.model with parameters of type Task
 java.util.Set<PropertyChange> AccountManager.submit(AccountShadowDto changedObject, java.util.List<AccountShadowType> oldAccounts, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> ObjectManager.submit(T changedObject, Task task, OperationResult parentResult)
          Modify the object.
 

Uses of Task in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl with parameters of type Task
 java.util.Set<PropertyChange> AccountManagerImpl.submit(AccountShadowDto changedObject, java.util.List<AccountShadowType> oldAccounts, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> AccountManagerImpl.submit(AccountShadowDto changedObject, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> ResourceManagerImpl.submit(GuiResourceDto changedObject, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> UserManagerImpl.submit(GuiUserDto changedObject, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> BasicObjectManagerImpl.submit(ObjectDto<ObjectType> changedObject, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> RoleManagerImpl.submit(RoleDto newRole, Task task, OperationResult parentResult)
           
 java.util.Set<PropertyChange> SystemManagerImpl.submit(SystemConfigurationDto changedObject, Task task, OperationResult parentResult)
           
 



Copyright © 2012 evolveum. All Rights Reserved.