Class BulkEventResult

java.lang.Object
oracle.iam.platform.kernel.vo.EventResult
oracle.iam.platform.kernel.vo.BulkEventResult
All Implemented Interfaces:
Serializable, HandlerResult

public class BulkEventResult extends EventResult
Value object used for returning the result of an event handler for bulk orchestrations.
See Also:
  • Constructor Details

    • BulkEventResult

      public BulkEventResult()
  • Method Details

    • getResultMap

      public HashMap<? extends AbstractGenericOrchestration,EventResult> 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 <T extends AbstractGenericOrchestration> void setResultMap(HashMap<T,EventResult> resultMap)
      Sets the bulk orchestration result
      Parameters:
      resultMap - Containing each orchestration that is part of the bulk orchestartion and its corresponding result