Uses of Class
com.emc.documentum.rest.model.RelationObject
Packages that use RelationObject
-
Uses of RelationObject in com.emc.documentum.rest.dfc
Methods in com.emc.documentum.rest.dfc that return RelationObjectModifier and TypeMethodDescriptionRelationManager.createRelation
(RelationObject relationObject) Create a relation object.RelationManager.getRelationById
(String relationId, AttributeView attributeView) Get relation object by relation ID.Methods in com.emc.documentum.rest.dfc that return types with arguments of type RelationObjectModifier 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.Methods in com.emc.documentum.rest.dfc with parameters of type RelationObjectModifier and TypeMethodDescriptionRelationManager.createRelation
(RelationObject relationObject) Create a relation object.