Interface RelationTypeManager


public interface RelationTypeManager
The relation type manager.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String relationName, AttributeView attributeView)
    Get relation type object by relation name.
  • Method Details

    • get

      RelationTypeObject get(String relationName, AttributeView attributeView) throws com.documentum.fc.common.DfException
      Get relation type object by relation name.
      Parameters:
      relationName - relation name
      attributeView - attribute view
      Returns:
      relation object
      Throws:
      com.documentum.fc.common.DfException - the exception during the operation