public interface FailedTaskManager
| Modifier and Type | Method and Description |
|---|---|
oracle.iam.platform.async.FailedTaskDetails |
getFailedTaskDetails(long failedTaskID,
java.util.Locale locale) |
java.util.List |
getFailedTasksSummary() |
java.util.List |
getFailedTasksSummary(oracle.iam.platform.async.TaskFilter filter) |
void |
purge()
Removes all FailedTask from the repository
|
void |
resubmitAll()
Resubmits all FailedTask from the repository
|
void |
retry(long failedTaskID) |
java.util.List getFailedTasksSummary()
oracle.iam.platform.async.FailedTaskDetails getFailedTaskDetails(long failedTaskID,
java.util.Locale locale)
failedTaskID - locale - java.util.List getFailedTasksSummary(oracle.iam.platform.async.TaskFilter filter)
filter - void retry(long failedTaskID)
throws oracle.iam.platform.async.RetryFailedException
failedTaskID - the id of the failed task to retryoracle.iam.platform.async.RetryFailedException - if the retry failedvoid purge()
void resubmitAll()