|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.platform.kernel.vo.EventResult
oracle.iam.platform.kernel.vo.BulkEventResult
public class BulkEventResult
Value object used for returning the result of an event handler for bulk orchestrations.
| Constructor Summary | |
|---|---|
BulkEventResult() |
|
| Method Summary | |
|---|---|
java.util.HashMap |
getResultMap()Returns the result of bulk orchestration. |
void |
setResultMap(java.util.HashMap resultMap)Sets the bulk orchestration result |
| Methods inherited from class oracle.iam.platform.kernel.vo.EventResult |
|---|
addWarning, getDeferredChanges, getFailureReason, getImmediateChanges, getRestartOrchestration, getWarnings, isRestart, isVeto, setDeferredChanges, setFailureReason, setImmediateChanges, setRestart, setRestartOrchestration, setVeto |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BulkEventResult()
| Method Detail |
|---|
public java.util.HashMap getResultMap()
public void setResultMap(java.util.HashMap resultMap)
resultMap - Containing each orchestration that is part of the bulk orchestartion and its corresponding result
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||