Skip navigation links


oracle.iam.platform.kernel.vo
Class BulkEventResult

java.lang.Object
  extended by oracle.iam.platform.kernel.vo.EventResult
      extended by oracle.iam.platform.kernel.vo.BulkEventResult

All Implemented Interfaces:
java.io.Serializable

public class BulkEventResult
extends EventResult

Value object used for returning the result of an event handler for bulk orchestrations.

See Also:
Serialized Form

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

BulkEventResult

public BulkEventResult()

Method Detail

getResultMap

public java.util.HashMap 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

public void setResultMap(java.util.HashMap resultMap)
Sets the bulk orchestration result
Parameters:
resultMap - Containing each orchestration that is part of the bulk orchestartion and its corresponding result

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.