Uses of Class
com.emc.documentum.rest.model.RelationObject
-
Uses of RelationObject in com.emc.documentum.rest.dfc
Modifier and TypeMethodDescriptionRelationManager.createRelation
(RelationObject relationObject) Create a relation object.RelationManager.getRelationById
(String relationId, AttributeView attributeView) Get relation object by relation ID.Modifier and TypeMethodDescriptionRelationManager.getChildRelatives
(String parentId, String relationName, AttributeView attributeView) Returns a collection of RelationObject objects where the given object is the parent of all these relations and, and the relation_name is given, too.RelationManager.getParentRelatives
(String childId, String relationName, AttributeView attributeView) Returns a collection of RelationObject objects where the given object is the child of all these relations and, and the relation_name is given, too.Modifier and TypeMethodDescriptionRelationManager.createRelation
(RelationObject relationObject) Create a relation object.