Skip navigation links


oracle.iam.reconciliation.api
Class InputData

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

All Implemented Interfaces:
java.io.Serializable

public class InputData
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
InputData(java.util.HashMap reconData, ChangeType changeType, java.util.Date actionDate)
          The target system data which needs to be populated in OIM.

 

Method Summary
 java.util.Date getActionDate()
           
 ChangeType getChangeType()
           
 java.util.HashMap getReconData()
           

 

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

 

Constructor Detail

InputData

public InputData(java.util.HashMap reconData,
                 ChangeType changeType,
                 java.util.Date actionDate)
The target system data which needs to be populated in OIM. The reconData contains the combination of reconciliation field name and its corresponding value
Parameters:
reconData - Data that will be stored in OIM
changeType - Type of event that has to be created
actionDate - If event has to be create for future date.

Method Detail

getReconData

public java.util.HashMap getReconData()

getChangeType

public ChangeType getChangeType()

getActionDate

public java.util.Date getActionDate()

Skip navigation links


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