Package oracle.iam.platform.kernel.vo
Class PostProcessOnlyBulkOrchestration
java.lang.Object
oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
oracle.iam.platform.kernel.vo.BulkOrchestration
oracle.iam.platform.kernel.vo.PostProcessOnlyBulkOrchestration
- All Implemented Interfaces:
Serializable,PostProcessOnly
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostProcessOnlyBulkOrchestration(String operation, boolean sync, OrchestrationTarget target) PostProcessOnlyBulkOrchestration(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync) PostProcessOnlyBulkOrchestration(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync, boolean isActionAuditInTransaction) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSync()voidsetActionResult(Serializable actionResult) Methods inherited from class oracle.iam.platform.kernel.vo.BulkOrchestration
getBulkParameters, isValid, setBulkParameters, setValidMethods 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
-
PostProcessOnlyBulkOrchestration
-
PostProcessOnlyBulkOrchestration
public PostProcessOnlyBulkOrchestration(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync) -
PostProcessOnlyBulkOrchestration
public PostProcessOnlyBulkOrchestration(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync, boolean isActionAuditInTransaction)
-
-
Method Details
-
setActionResult
- Specified by:
setActionResultin interfacePostProcessOnly
-
getActionResult
- Specified by:
getActionResultin interfacePostProcessOnly
-
getOperation
String getOperation() -
isSync
boolean isSync() -
getTarget
OrchestrationTarget getTarget() -
getContextVal
String getContextVal() -
getInterEventData
HashMap<String,Serializable> getInterEventData()
-