Package oracle.iam.platform.kernel.vo
Class PostProcessOnlyOrchestration
java.lang.Object
oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
oracle.iam.platform.kernel.vo.Orchestration
oracle.iam.platform.kernel.vo.PostProcessOnlyOrchestration
- All Implemented Interfaces:
Serializable
,PostProcessOnly
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostProcessOnlyOrchestration
(String operation, boolean sync, OrchestrationTarget target) PostProcessOnlyOrchestration
(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync) PostProcessOnlyOrchestration
(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync, boolean isActionAuditInTransaction) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isSync()
void
setActionResult
(Serializable actionResult) 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
-
PostProcessOnlyOrchestration
-
PostProcessOnlyOrchestration
public PostProcessOnlyOrchestration(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync) -
PostProcessOnlyOrchestration
public PostProcessOnlyOrchestration(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync, boolean isActionAuditInTransaction)
-
-
Method Details
-
setActionResult
- Specified by:
setActionResult
in interfacePostProcessOnly
-
getActionResult
- Specified by:
getActionResult
in interfacePostProcessOnly
-
getOperation
String getOperation() -
isSync
boolean isSync() -
getTarget
OrchestrationTarget getTarget() -
getContextVal
String getContextVal() -
getInterEventData
HashMap<String,Serializable> getInterEventData()
-