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.Map reconData, ChangeType changeType, java.util.Date actionDate)
          The target system data which needs to be populated in OIM.
InputData(java.util.Map reconData, java.util.Map multiValueData, java.lang.Boolean hasAllMultiValueData, 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.Map getMultiValueData()
           
 java.util.Map getReconData()
           
 java.lang.Boolean hasAllMultiValueData()
           

 

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

 

Constructor Detail

InputData

public InputData(java.util.Map 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. The reconData supports both singlevalues and multivalued attributes so that in single call it can process all the parent and child relationships.
Parameters:
reconData - Data that will be stored in OIM
changeType - Type of event that has to be created
actionDate - Provide the date, if event has to be created/processed in future else null.

InputData

public InputData(java.util.Map reconData,
                 java.util.Map multiValueData,
                 java.lang.Boolean hasAllMultiValueData,
                 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. The reconData supports both singlevalues and multivalued attributes so that in single call it can process all the parent and child relationships.
Parameters:
reconData - Data that will be stored in OIM
multiValueData - Multi Value Data that will be stored in OIM
hasAllMultiValueData - If it contains all the multivalue data or just a part of it which has changed.
changeType - Type of event that has to be created
actionDate - Provide the date, if event has to be created/processed in future else null.

Method Detail

getReconData

public java.util.Map getReconData()

getMultiValueData

public java.util.Map getMultiValueData()

getChangeType

public ChangeType getChangeType()

getActionDate

public java.util.Date getActionDate()

hasAllMultiValueData

public java.lang.Boolean hasAllMultiValueData()

Skip navigation links


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