Package oracle.iam.platform.kernel.vo
Class Orchestration
java.lang.Object
oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
oracle.iam.platform.kernel.vo.Orchestration
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PostProcessOnlyOrchestration
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrchestration
(String operation, boolean sync, OrchestrationTarget target) Constructs a new orchestrationOrchestration
(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync) Orchestration
(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync, boolean isActionAuditInTransaction) -
Method Summary
Methods inherited from class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
addParameter, deleteParameter, getContextVal, getInterEventData, getOperation, getParameters, getTarget, getTargetUserIds, incrementSaveCount, isActionAuditInTransaction, isPostProcessingAsync, isSync, setContextVal, setInterEventData, setParameter, setSync, setTargetUserIds
-
Constructor Details
-
Orchestration
public Orchestration() -
Orchestration
Constructs a new orchestration- Parameters:
operation
- name of the operation being orchestrated. Example operations are CREATE, MODIFY, DELETEsync
- indicates whether operation is sync or async. If the value set is to true, kernel would run everything till post process in synchronous mode.target
- type of orchestration such as Entity orchestration, Toplink orchestration
-
Orchestration
public Orchestration(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync) -
Orchestration
public Orchestration(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync, boolean isActionAuditInTransaction)
-