Package com.emc.documentum.rest.dfc
Interface RelationTypeManager
public interface RelationTypeManager
The relation type manager.
-
Method Summary
Modifier and TypeMethodDescriptionget
(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 nameattributeView
- attribute view- Returns:
- relation object
- Throws:
com.documentum.fc.common.DfException
- the exception during the operation
-