Skip navigation links 
 
oracle.iam.platformservice.api
Interface FailedTaskManager
- 
public interface FailedTaskManager
 
Provides the ability to view and retry Failed Async Tasks
- Since:
 
- OIM 11gR1
 
 
 
 
getFailedTasksSummary
java.util.List getFailedTasksSummary()
getFailedTaskDetails
oracle.iam.platform.async.FailedTaskDetails getFailedTaskDetails(long failedTaskID,
                                                                 java.util.Locale locale)
- 
- Parameters:
 
failedTaskID - 
locale - 
 
getFailedTasksSummary
java.util.List 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
 
Skip navigation links 
 
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.