public interface FailedHandler
extends oracle.iam.platform.kernel.spi.EventHandler
<failed-handler orch-target="oracle.iam.platform.kernel.vo.ToplinkOrchestration" class="oracle.iam.platform.kernel.test.SampleFailedRetryHandler" entity-type="Person" operation="WALK" name="testFailed" order="1" event="PostProcess" sync="TRUE" />
Modifier and Type | Method and Description |
---|---|
boolean |
cancel(long processId,
long eventId)
Method containing the logic that need to be executed if the orchestration is cancelled.
|
FailedEventResult |
execute(long processId,
long eventId,
BulkOrchestration orchestration)
Method containing the actual implementation of the event handler that gets executed when process is failed in any stage
|
FailedEventResult |
execute(long processId,
long eventId,
Orchestration orchestration)
Method containing the actual implementation of the event handler that gets executed when process is failed in any stage
|
FailedEventResult execute(long processId, long eventId, Orchestration orchestration)
processId,
- Id of the orchestration processeventId,
- Id of the orchestartion eventorchestration,
- Value object containing information such as orchestartion parameters, operation.FailedEventResult execute(long processId, long eventId, BulkOrchestration orchestration)
processId,
- Id of the orchestration processeventId,
- Id of the orchestartion eventorchestration,
- Value object containing information such as orchestartion parameters, operation.boolean cancel(long processId, long eventId)
processId,
- Id of the orchestration processeventId,
- Id of the orchestartion event