Package oracle.iam.platform.kernel.vo
Class BulkEventResult
java.lang.Object
oracle.iam.platform.kernel.vo.EventResult
oracle.iam.platform.kernel.vo.BulkEventResult
- All Implemented Interfaces:
Serializable
,HandlerResult
Value object used for returning the result of an event handler for bulk orchestrations.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHashMap<? extends AbstractGenericOrchestration,
EventResult> Returns the result of bulk orchestration.<T extends AbstractGenericOrchestration>
voidsetResultMap
(HashMap<T, EventResult> resultMap) Sets the bulk orchestration resultMethods inherited from class oracle.iam.platform.kernel.vo.EventResult
addWarning, getDeferredChanges, getFailureReason, getImmediateChanges, getWarnings, isVeto, setDeferredChanges, setFailureReason, setImmediateChanges, setImmediateChanges, setProcessingWait, setVeto, shouldProcessImmediateInSequence, shouldProcessingWait
-
Constructor Details
-
BulkEventResult
public BulkEventResult()
-
-
Method Details
-
getResultMap
Returns the result of bulk orchestration. Map contains each orchestration that is part of the bulk orchestartion and its corresponding result.- Returns:
- Result of bulk orchestration
-
setResultMap
Sets the bulk orchestration result- Parameters:
resultMap
- Containing each orchestration that is part of the bulk orchestartion and its corresponding result
-