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.init   
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.lens   
com.evolveum.midpoint.model.sync   
com.evolveum.midpoint.model.sync.action   
com.evolveum.midpoint.model.test   
com.evolveum.midpoint.notifications   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.consistency.api   
com.evolveum.midpoint.provisioning.consistency.impl   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.repo.sql   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.task.quartzimpl.execution   
com.evolveum.midpoint.task.quartzimpl.handlers   
com.evolveum.midpoint.test   
com.evolveum.midpoint.web.page   
com.evolveum.midpoint.web.page.admin.server.dto   
com.evolveum.midpoint.wf   
com.evolveum.midpoint.wf.processes   
com.evolveum.midpoint.wf.processes.addroles   
 

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 LoggerAuditServiceImpl.audit(AuditEventRecord record, Task task)
           
 

Uses of Task in com.evolveum.midpoint.init
 

Methods in com.evolveum.midpoint.init with parameters of type Task
 void AuditServiceProxy.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>
String
ModelService.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
<T extends ObjectType>
int
ModelService.countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelService.deleteObject(Class<T> type, String oid, Task task, OperationResult parentResult)
          Deprecated. 
 void ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult parentResult)
           Execute the provided object deltas.
<T extends ObjectType>
PrismObject<T>
ModelService.getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           Returns object for provided OID.
 RepositoryDiag ModelDiagnosticService.getRepositoryDiag(Task task, OperationResult parentResult)
          Provide repository run-time configuration and diagnostic information.
 void ModelService.importAccountsFromResource(String resourceOid, QName objectClass, Task task, OperationResult parentResult)
           Import accounts from resource.
 void ModelService.importObjectsFromFile(File input, ImportOptionsType options, Task task, OperationResult parentResult)
          Import objects from file.
 void ModelService.importObjectsFromStream(InputStream input, ImportOptionsType options, Task task, OperationResult parentResult)
          Import objects from stream.
 PrismObject<UserType> ModelService.listAccountShadowOwner(String accountOid, Task task, OperationResult parentResult)
           Returns the User object representing owner of specified account (account shadow).
 List<PrismObject<? extends ResourceObjectShadowType>> ModelService.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, Task task, OperationResult result)
           Returns all resource objects of specified type that are currently available to the system.
<T extends ResourceObjectShadowType>
List<PrismObject<T>>
ModelService.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, Task task, OperationResult parentResult)
           Search for resource object shadows of a specified type that belong to the specified resource.
<T extends ObjectType>
void
ModelService.modifyObject(Class<T> type, String oid, Collection<? extends ItemDelta> modifications, Task task, OperationResult parentResult)
          Deprecated. 
<F extends ObjectType,P extends ObjectType>
ModelContext<F,P>
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result)
          Computes the most likely changes triggered by the provided delta.
 OperationResult ModelDiagnosticService.repositorySelfTest(Task task)
          Runs a short, non-descructive repository self test.
<T extends ObjectType>
List<PrismObject<T>>
ModelService.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
           Search for objects.
 OperationResult ModelService.testResource(String resourceOid, Task task)
           Test the resource connection and basic resource connector functionality.
 

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.invoke(ModelContext context, Task task, OperationResult result)
          Generic method to be implemented by the hook.
 

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

Methods in com.evolveum.midpoint.model.controller with parameters of type Task
<T extends ObjectType>
String
ModelController.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
<T extends ObjectType>
int
ModelController.countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelController.deleteObject(Class<T> clazz, String oid, Task task, OperationResult parentResult)
          Deprecated. 
 void ModelController.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult parentResult)
           
 String ModelOperationTaskHandler.getCategoryName(Task task)
           
<T extends ObjectType>
PrismObject<T>
ModelController.getObject(Class<T> clazz, String oid, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           
 RepositoryDiag ModelDiagController.getRepositoryDiag(Task task, OperationResult parentResult)
           
 Long ModelOperationTaskHandler.heartbeat(Task task)
           
 void ModelController.importAccountsFromResource(String resourceOid, QName objectClass, Task task, OperationResult parentResult)
           
 void ModelController.importObjectsFromFile(File input, ImportOptionsType options, Task task, OperationResult parentResult)
           
 void ModelController.importObjectsFromStream(InputStream input, ImportOptionsType options, Task task, OperationResult parentResult)
           
 HookOperationMode SystemConfigurationHandler.invoke(ModelContext context, Task task, OperationResult parentResult)
           
 PrismObject<UserType> ModelController.listAccountShadowOwner(String accountOid, Task task, OperationResult result)
           
 List<PrismObject<? extends ResourceObjectShadowType>> ModelController.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, Task task, OperationResult result)
           
<T extends ResourceObjectShadowType>
List<PrismObject<T>>
ModelController.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, Task task, OperationResult result)
           
<T extends ObjectType>
void
ModelController.modifyObject(Class<T> type, String oid, Collection<? extends ItemDelta> modifications, Task task, OperationResult parentResult)
          Deprecated. 
<F extends ObjectType,P extends ObjectType>
ModelContext<F,P>
ModelController.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult parentResult)
           
 void ModelOperationTaskHandler.refreshStatus(Task task)
           
 OperationResult ModelDiagController.repositorySelfTest(Task task)
           
protected  void ModelController.resolve(PrismObject<?> object, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           
 TaskRunResult ModelOperationTaskHandler.run(Task task)
           
<T extends ObjectType>
List<PrismObject<T>>
ModelController.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           
 OperationResult ModelController.testResource(String resourceOid, Task task)
           
 

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

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

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

Methods in com.evolveum.midpoint.model.lens with parameters of type Task
<F extends ObjectType,P extends ObjectType>
HookOperationMode
Clockwork.click(LensContext<F,P> context, Task task, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
ChangeExecutor.executeChanges(LensContext<F,P> syncContext, Task task, OperationResult parentResult)
           
static
<F extends ObjectType,P extends ObjectType>
LensContext<F,P>
LensUtil.objectDeltasToContext(Collection<ObjectDelta<? extends ObjectType>> deltas, ProvisioningService provisioningService, PrismContext prismContext, Task task, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
HookOperationMode
Clockwork.run(LensContext<F,P> context, Task task, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.sync with parameters of type Task
 String Action.executeChanges(String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 String LiveSyncTaskHandler.getCategoryName(Task task)
           
 String ReconciliationTaskHandler.getCategoryName(Task task)
           
 String RecomputeTaskHandler.getCategoryName(Task task)
           
 Long LiveSyncTaskHandler.heartbeat(Task task)
           
 Long ReconciliationTaskHandler.heartbeat(Task task)
           
 Long RecomputeTaskHandler.heartbeat(Task task)
           
 void SynchronizationService.notifyChange(ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
           
 void LiveSyncTaskHandler.refreshStatus(Task task)
           
 void ReconciliationTaskHandler.refreshStatus(Task task)
           
 void RecomputeTaskHandler.refreshStatus(Task task)
           
 TaskRunResult LiveSyncTaskHandler.run(Task task)
           
 TaskRunResult ReconciliationTaskHandler.run(Task task)
           
 TaskRunResult RecomputeTaskHandler.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
protected  void BaseAction.executeChanges(LensContext<UserType,AccountShadowType> context, Task task, OperationResult result)
           
 String ModifyUserAction.executeChanges(String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 String ModifyPasswordAction.executeChanges(String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 String DeleteUserAction.executeChanges(String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 String BaseAction.executeChanges(String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 String AddUserAction.executeChanges(String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 String SynchronizeAction.executeChanges(String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
protected  void BaseAction.synchronizeUser(LensContext<UserType,AccountShadowType> context, Task task, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.test with parameters of type Task
protected  void AbstractModelIntegrationTest.assertAssignedAccount(String userOid, String resourceOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoOrg(String userOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoRole(String userOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertAssignedOrg(String userOid, String orgOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertAssignedRole(String userOid, String roleOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertHasOrg(String userOid, String orgOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertNoShadow(String username, PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assignAccount(String userOid, String resourceOid, String intent, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assignOrg(String userOid, String orgOid, QName relation, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assignOrg(String userOid, String orgOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assignRole(String userOid, String roleOid, Task task, OperationResult result)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.findAccountByUsername(String username, PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected
<T extends ObjectType>
PrismObject<T>
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type, String filename, String oid, Task task, OperationResult result)
           
 void AbstractModelIntegrationTest.initSystem(Task initTask, OperationResult initResult)
           
protected  Collection<PrismObject<AccountShadowType>> AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.modifyAccountShadowReplace(String accountOid, ItemPath propertyPath, Task task, OperationResult result, Object... newRealValue)
           
protected  void AbstractModelIntegrationTest.modifyUserAssignment(String userOid, String roleOid, QName refType, QName relation, Task task, boolean add, OperationResult result)
           
protected  void AbstractModelIntegrationTest.modifyUserReplace(String userOid, ItemPath propertyPath, Task task, OperationResult result, Object... newRealValue)
           
protected  void AbstractModelIntegrationTest.modifyUserReplace(String userOid, QName propertyName, Task task, OperationResult result, Object... newRealValue)
           
protected  List<PrismObject<OrgType>> AbstractModelIntegrationTest.searchOrg(String baseOrgOid, Integer minDepth, Integer maxDepth, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignAccount(String userOid, String resourceOid, String intent, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignAll(String userOid, Task task, OperationResult result)
          Executes assignment replace delta with empty values.
protected  void AbstractModelIntegrationTest.unassignOrg(String userOid, String orgOid, QName relation, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignOrg(String userOid, String orgOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignRole(String userOid, String roleOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.waitForTaskFinish(Task task, boolean checkSubresult)
           
protected  void AbstractModelIntegrationTest.waitForTaskFinish(Task task, boolean checkSubresult, int timeout)
           
 

Uses of Task in com.evolveum.midpoint.notifications
 

Methods in com.evolveum.midpoint.notifications with parameters of type Task
 HookOperationMode NotificationChangeHook.invoke(ModelContext context, Task task, OperationResult result)
           
 void AccountOperationListener.notifyFailure(ResourceOperationDescription operationDescription, Task task, OperationResult parentResult)
           
 void AccountOperationListener.notifyInProgress(ResourceOperationDescription operationDescription, Task task, OperationResult parentResult)
           
 void AccountOperationListener.notifySuccess(ResourceOperationDescription operationDescription, Task task, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.api with parameters of type Task
<T extends ObjectType>
String
ProvisioningService.addObject(PrismObject<T> object, ProvisioningScriptsType scripts, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
          Add new object.
<T extends ObjectType>
void
ProvisioningService.deleteObject(Class<T> type, String oid, ProvisioningOperationOptions option, ProvisioningScriptsType scripts, Task task, OperationResult parentResult)
          Deletes object with specified OID.
<T extends ResourceObjectShadowType>
void
ProvisioningService.finishOperation(PrismObject<T> object, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
String
ProvisioningService.modifyObject(Class<T> type, String oid, Collection<? extends ItemDelta> modifications, ProvisioningScriptsType scripts, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
          Modifies object using relative change description.
 void ResourceObjectChangeListener.notifyChange(ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
          Submits notification about a specific change that happened on the resource.
 void ResourceOperationListener.notifyFailure(ResourceOperationDescription operationDescription, Task task, OperationResult parentResult)
          Submits notification about a failure of provisioning operation.
 void ResourceOperationListener.notifyInProgress(ResourceOperationDescription operationDescription, Task task, OperationResult parentResult)
          Submits notification about provisioning operation that is in progress.
 void ResourceOperationListener.notifySuccess(ResourceOperationDescription operationDescription, Task task, OperationResult parentResult)
          Submits notification about a success of a provisioning operation.
 int ProvisioningService.synchronize(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.consistency.api
 

Methods in com.evolveum.midpoint.provisioning.consistency.api with parameters of type Task
protected  ResourceOperationDescription ErrorHandler.createOperationDescription(ResourceObjectShadowType shadowType, ResourceType resource, ObjectDelta delta, Task task, OperationResult result)
           
abstract
<T extends ResourceObjectShadowType>
T
ErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.consistency.impl with parameters of type Task
<T extends ResourceObjectShadowType>
T
SecurityViolationHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
CommunicationExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ConfigurationExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
GenericErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectNotFoundHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectAlreadyExistHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
SchemaExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type Task
<T extends ObjectType>
String
ProvisioningServiceImpl.addObject(PrismObject<T> object, ProvisioningScriptsType scripts, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
 String ShadowCache.addShadow(ResourceObjectShadowType shadowType, ProvisioningScriptsType scripts, ResourceType resource, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.deleteObject(Class<T> type, String oid, ProvisioningOperationOptions options, ProvisioningScriptsType scripts, Task task, OperationResult parentResult)
           
 void ShadowCache.deleteShadow(ObjectType objectType, ProvisioningOperationOptions options, ProvisioningScriptsType scripts, ResourceType resource, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ProvisioningServiceImpl.finishOperation(PrismObject<T> object, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
protected
<T extends ResourceObjectShadowType>
T
ShadowCache.handleError(Exception ex, T shadow, ErrorHandler.FailedOperation op, ResourceType resource, Collection<? extends ItemDelta> modifications, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ObjectType>
String
ProvisioningServiceImpl.modifyObject(Class<T> type, String oid, Collection<? extends ItemDelta> modifications, ProvisioningScriptsType scripts, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
 String ShadowCache.modifyShadow(ResourceObjectShadowType objectType, ResourceType resource, String oid, Collection<? extends ItemDelta> modifications, ProvisioningScriptsType scripts, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
 void ChangeNotificationDispatcherImpl.notifyChange(ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
           
 void ChangeNotificationDispatcherImpl.notifyFailure(ResourceOperationDescription failureDescription, Task task, OperationResult parentResult)
           
 void ChangeNotificationDispatcherImpl.notifyInProgress(ResourceOperationDescription failureDescription, Task task, OperationResult parentResult)
           
 void ChangeNotificationDispatcherImpl.notifySuccess(ResourceOperationDescription failureDescription, Task task, OperationResult parentResult)
           
 int ProvisioningServiceImpl.synchronize(String resourceOid, Task task, OperationResult parentResult)
           
 

Uses of Task in com.evolveum.midpoint.repo.sql
 

Methods in com.evolveum.midpoint.repo.sql with parameters of type Task
 void SqlAuditServiceImpl.audit(AuditEventRecord record, Task task)
           
 

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

Methods in com.evolveum.midpoint.task.api that return Task
 Task Task.createSubtask()
          Creates a subtask
 Task TaskManager.createTaskInstance()
          Creates new transient, running, claimed task instance.
 Task TaskManager.createTaskInstance(PrismObject<TaskType> taskPrism, OperationResult parentResult)
          Creates task instance from the XML task representation.
 Task TaskManager.createTaskInstance(PrismObject<TaskType> taskPrism, String operationName, OperationResult parentResult)
          Creates task instance from the XML task representation.
 Task TaskManager.createTaskInstance(String operationName)
          Creates new transient, running, claimed task instance.
 Task TaskManager.getTask(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
 Set<Task> TaskManager.getRunningTasks()
          Deprecated. 
 List<Task> TaskManager.searchTasks(ObjectQuery query, ClusterStatusInformation clusterStatusInformation, OperationResult result)
          Returns relevant tasks (w.r.t.
 

Methods in com.evolveum.midpoint.task.api with parameters of type Task
 String TaskHandler.getCategoryName(Task task)
          Returns a category name for a given task.
 Long TaskHandler.heartbeat(Task task)
           
 void TaskHandler.refreshStatus(Task task)
           
 void TaskManager.resumeTask(Task task, OperationResult parentResult)
          Resume suspended task.
 TaskRunResult TaskHandler.run(Task task)
           
 void TaskManager.scheduleTaskNow(Task task, OperationResult parentResult)
           
 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.
 void TaskManager.unpauseTask(Task task, OperationResult parentResult)
           
 

Method parameters in com.evolveum.midpoint.task.api with type arguments of type Task
 boolean TaskManager.suspendTasks(Collection<Task> tasks, long waitTime, boolean doNotStop, OperationResult parentResult)
           
 boolean TaskManager.suspendTasks(Collection<Task> tasks, long waitTime, OperationResult parentResult)
           
 

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

Classes in com.evolveum.midpoint.task.quartzimpl that implement Task
 class TaskQuartzImpl
          Implementation of a Task.
 

Methods in com.evolveum.midpoint.task.quartzimpl that return Task
 Task TaskQuartzImpl.createSubtask()
           
 Task TaskManagerQuartzImpl.createTaskInstance()
           
 Task TaskManagerQuartzImpl.createTaskInstance(PrismObject<TaskType> taskPrism, OperationResult parentResult)
           
 Task TaskManagerQuartzImpl.createTaskInstance(PrismObject<TaskType> taskPrism, String operationName, OperationResult parentResult)
           
 Task TaskManagerQuartzImpl.createTaskInstance(String operationName)
           
 Task TaskManagerQuartzImpl.getTask(String taskOid, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.task.quartzimpl that return types with arguments of type Task
 Set<Task> TaskManagerQuartzImpl.getRunningTasks()
          Deprecated. 
 List<Task> TaskManagerQuartzImpl.searchTasks(ObjectQuery query, ClusterStatusInformation clusterStatusInformation, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.task.quartzimpl with parameters of type Task
 void TaskManagerQuartzImpl.closeTask(Task task, OperationResult parentResult)
           
 void TaskManagerQuartzImpl.closeTaskWithoutSavingState(Task task, OperationResult parentResult)
           
static org.quartz.JobDetail TaskQuartzImplUtil.createJobDetailForTask(Task task)
           
static org.quartz.JobKey TaskQuartzImplUtil.createJobKeyForTask(Task t)
           
static org.quartz.Trigger TaskQuartzImplUtil.createTriggerForTask(Task task)
           
static org.quartz.TriggerKey TaskQuartzImplUtil.createTriggerKeyForTask(Task t)
           
static org.quartz.Trigger TaskQuartzImplUtil.createTriggerNowForTask(Task task)
           
 void TaskManagerQuartzImpl.resumeTask(Task task, OperationResult parentResult)
           
 void TaskManagerQuartzImpl.scheduleTaskNow(Task task, OperationResult parentResult)
           
 boolean TaskManagerQuartzImpl.suspendTask(Task task, long waitTime, boolean doNotStop, OperationResult parentResult)
           
 boolean TaskManagerQuartzImpl.suspendTask(Task task, long waitTime, OperationResult parentResult)
           
 void TaskManagerQuartzImpl.switchToBackground(Task task, OperationResult parentResult)
           
 void TaskManagerQuartzImpl.unpauseTask(Task task, OperationResult parentResult)
           
 void TaskManagerQuartzImpl.unscheduleTask(Task task, OperationResult parentResult)
           
 

Method parameters in com.evolveum.midpoint.task.quartzimpl with type arguments of type Task
 boolean TaskManagerQuartzImpl.suspendTasks(Collection<Task> tasks, long waitTime, boolean doNotStop, OperationResult parentResult)
           
 boolean TaskManagerQuartzImpl.suspendTasks(Collection<Task> tasks, long waitTime, OperationResult parentResult)
           
static List<String> TaskQuartzImplUtil.tasksToOperationResult(Collection<Task> tasks)
           
 

Uses of Task in com.evolveum.midpoint.task.quartzimpl.execution
 

Methods in com.evolveum.midpoint.task.quartzimpl.execution that return types with arguments of type Task
 Set<Task> ExecutionManager.getLocallyRunningTasks()
           
 

Methods in com.evolveum.midpoint.task.quartzimpl.execution with parameters of type Task
 void ExecutionManager.scheduleTaskNow(Task task, OperationResult parentResult)
           
 void ExecutionManager.unscheduleTask(Task task, OperationResult parentResult)
           
 

Method parameters in com.evolveum.midpoint.task.quartzimpl.execution with type arguments of type Task
 boolean ExecutionManager.stopTasksRunAndWait(Collection<Task> tasks, ClusterStatusInformation csi, long waitTime, boolean clusterwide, OperationResult parentResult)
          Stops given set of tasks and waits for their completion.
 

Uses of Task in com.evolveum.midpoint.task.quartzimpl.handlers
 

Methods in com.evolveum.midpoint.task.quartzimpl.handlers with parameters of type Task
 String WaitForSubtasksTaskHandler.getCategoryName(Task task)
           
 String NoOpTaskHandler.getCategoryName(Task task)
           
 Long WaitForSubtasksTaskHandler.heartbeat(Task task)
           
 Long NoOpTaskHandler.heartbeat(Task task)
           
 void WaitForSubtasksTaskHandler.refreshStatus(Task task)
           
 void NoOpTaskHandler.refreshStatus(Task task)
           
 TaskRunResult WaitForSubtasksTaskHandler.run(Task task)
           
 TaskRunResult NoOpTaskHandler.run(Task task)
           
 

Uses of Task in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test with parameters of type Task
 void DummyAuditService.audit(AuditEventRecord record, Task task)
           
static void IntegrationTestTools.display(String message, Task task)
           
abstract  void AbstractIntegrationTest.initSystem(Task initTask, OperationResult initResult)
           
 

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

Methods in com.evolveum.midpoint.web.page that return Task
 Task PageBase.createSimpleTask(String operation)
           
 

Uses of Task in com.evolveum.midpoint.web.page.admin.server.dto
 

Constructors in com.evolveum.midpoint.web.page.admin.server.dto with parameters of type Task
TaskDto(Task task, ClusterStatusInformation clusterStatusInfo, TaskManager taskManager)
           
 

Uses of Task in com.evolveum.midpoint.wf
 

Methods in com.evolveum.midpoint.wf with parameters of type Task
 String WfTaskHandler.getCategoryName(Task task)
           
 String WfTaskUtil.getProcessId(Task task)
           
 ProcessWrapper WfTaskUtil.getProcessWrapper(Task task, List<ProcessWrapper> wrappers)
           
 Long WfTaskHandler.heartbeat(Task task)
           
 HookOperationMode WfHook.invoke(ModelContext context, Task task, OperationResult parentResult)
           
 void WfTaskUtil.markAcceptation(Task task, OperationResult result)
           
 void WfTaskUtil.markRejection(Task task, OperationResult result)
           
 void WfCore.processWorkflowMessage(ProcessEvent event, Task task, OperationResult result)
          Processes a message got from workflow engine - either synchronously (while waiting for replies after sending - i.e.
 void WfTaskHandler.refreshStatus(Task task)
           
 TaskRunResult WfTaskHandler.run(Task task)
           
 void WfTaskUtil.setProcessWrapper(Task task, ProcessWrapper wrapper)
           
 

Uses of Task in com.evolveum.midpoint.wf.processes
 

Methods in com.evolveum.midpoint.wf.processes with parameters of type Task
 boolean ProcessWrapper.finishProcess(ModelContext context, ProcessEvent event, Task task, OperationResult result)
          Does a process-specific processing of wf result (i.e.
 void AddUserProcessWrapper.finishProcess(ProcessEvent event, Task task, OperationResult result)
           
 void ModifyUserSecondaryProcessWrapper.finishProcess(WfProcessInstanceEventType event, Task task, OperationResult result)
           
 StartProcessInstruction ProcessWrapper.startProcessIfNeeded(ModelContext context, Task task, OperationResult result)
          Determines whether to start a workflow process (and, if so, with what properties).
 StartProcessInstruction AddUserProcessWrapper.startProcessIfNeeded(ModelState state, Collection<ObjectDelta<? extends ObjectType>> changes, Task task)
           
 

Uses of Task in com.evolveum.midpoint.wf.processes.addroles
 

Methods in com.evolveum.midpoint.wf.processes.addroles with parameters of type Task
 boolean AddRolesProcessWrapper.finishProcess(ModelContext context, ProcessEvent event, Task task, OperationResult result)
           
 StartProcessInstruction AddRolesProcessWrapper.startProcessIfNeeded(ModelContext context, Task task, OperationResult result)
           
 



Copyright © 2013 evolveum. All Rights Reserved.