Interface FailedTaskManager


public interface FailedTaskManager
Provides the ability to view and retry Failed Async Tasks
Since:
OIM 11gR1
Version:
$Header: iam/iam-product/features/platformservice/src/main/oracle/iam/platformservice/api/FailedTaskManager.java /main/5 2010/01/15 04:44:05 sbhasin Exp $
Author:
sidhdas
  • Method Summary

    Modifier and Type
    Method
    Description
    oracle.iam.platform.async.FailedTaskDetails
    getFailedTaskDetails(long failedTaskID, Locale locale)
     
    List<oracle.iam.platform.async.FailedTaskSummary>
     
    List<oracle.iam.platform.async.FailedTaskSummary>
    getFailedTasksSummary(oracle.iam.platform.async.TaskFilter filter)
     
    void
    Removes all FailedTask from the repository
    void
    Resubmits all FailedTask from the repository
    void
    retry(long failedTaskID)
     
  • Method Details

    • getFailedTasksSummary

      List<oracle.iam.platform.async.FailedTaskSummary> getFailedTasksSummary()
    • getFailedTaskDetails

      oracle.iam.platform.async.FailedTaskDetails getFailedTaskDetails(long failedTaskID, Locale locale)
      Parameters:
      failedTaskID -
      locale -
    • getFailedTasksSummary

      List<oracle.iam.platform.async.FailedTaskSummary> getFailedTasksSummary(oracle.iam.platform.async.TaskFilter filter)
      Parameters:
      filter -
      Returns:
    • retry

      void retry(long failedTaskID) throws oracle.iam.platform.async.RetryFailedException
      Parameters:
      failedTaskID - the id of the failed task to retry
      Throws:
      oracle.iam.platform.async.RetryFailedException - if the retry failed
    • purge

      void purge()
      Removes all FailedTask from the repository
    • resubmitAll

      void resubmitAll()
      Resubmits all FailedTask from the repository