public interface FinalizationHandler
extends oracle.iam.platform.kernel.spi.EventHandler
<finalization-handler orch-target="oracle.iam.platform.kernel.vo.SampleOrchestrationTarget"
class="oracle.iam.platform.kernel.test.SampleFinalizationHandler" entity-type="ANY" operation="OPERATION"
name="Finalization2" order="2" />
| Modifier and Type | Method and Description |
|---|---|
void |
finalize(long processId,
long eventId,
BulkOrchestration orchestration)
Method containing the actual implementation for finalization of current bulk orchestration
|
void |
finalize(long processId,
long eventId,
Orchestration orchestration)
Method containing the actual implementation for finalization of current orchestration
|
void finalize(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.void finalize(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.