Skip navigation links


oracle.iam.identity.orgmgmt.api
Interface OrganizationEntityAttributeMapping


public interface OrganizationEntityAttributeMapping

Method Summary
 java.util.Map getBackEndNames()
          This method will return a list of DB Column name for the Organization Attributes
 java.util.Map getMappedColumnCodeFromEntityAttr()
          Returns OIM 9.2 attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).
 java.util.Map getMappingEntityAttrAndColumnCode()
          Returns OIM 9.1 attributes mapped to OIM 9.2 attributes.

 

Method Detail

getMappingEntityAttrAndColumnCode

java.util.Map getMappingEntityAttrAndColumnCode()
                                                throws java.lang.Exception
Returns OIM 9.1 attributes mapped to OIM 9.2 attributes.
Returns:
A map containing the mapping.
Throws:
java.lang.Exception

getMappedColumnCodeFromEntityAttr

java.util.Map getMappedColumnCodeFromEntityAttr()
                                                throws java.lang.Exception
Returns OIM 9.2 attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).
Returns:
A map containing the mapping.
Throws:
java.lang.Exception

getBackEndNames

java.util.Map getBackEndNames()
                              throws java.lang.Exception
This method will return a list of DB Column name for the Organization Attributes
Returns:
List of DB Column names for Organization entity
Throws:
java.lang.Exception

Skip navigation links


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