Skip navigation links


oracle.iam.reconciliation.api
Class ReconciliationResult

java.lang.Object
  extended by oracle.iam.reconciliation.api.ReconciliationResult

All Implemented Interfaces:
java.io.Serializable

public class ReconciliationResult
extends java.lang.Object
implements java.io.Serializable

ReconciliationResult is used to return either a long type Event key or exception if recon is not able to create event.

See Also:
Serialized Form

Constructor Summary
ReconciliationResult(java.util.ArrayList result)
           

 

Method Summary
 java.util.ArrayList getResult()
          Contains the Event key of Long type or an exception object in List.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ReconciliationResult

public ReconciliationResult(java.util.ArrayList result)

Method Detail

getResult

public java.util.ArrayList getResult()
Contains the Event key of Long type or an exception object in List.

Skip navigation links


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