Interface OrganizationEntityAttributeMapping


public interface OrganizationEntityAttributeMapping
  • Method Details

    • getMappingEntityAttrAndColumnCode

      Map<String,String> getMappingEntityAttrAndColumnCode() throws Exception
      Returns OIM 9.1 attributes mapped to OIM 9.2 attributes.
      Returns:
      A map containing the mapping.
      Throws:
      Exception
    • getMappedColumnCodeFromEntityAttr

      Map<String,String> getMappedColumnCodeFromEntityAttr() throws Exception
      Returns OIM 9.2 attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).
      Returns:
      A map containing the mapping.
      Throws:
      Exception
    • getBackEndNames

      Map<String,String> getBackEndNames() throws 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:
      Exception