Class RelationObject

All Implemented Interfaces:
com.emc.documentum.rest.conditional.Digestible, Linkable

public class RelationObject extends PersistentObject
Relation resource
  • Field Details

    • DEFAULT_FIELDS

      public static final List<String> DEFAULT_FIELDS
      Default fields that will be retrieved when use select * in DQL
    • MANDATORY_FIELDS

      public static final List<String> MANDATORY_FIELDS
      Mandatory fields
  • Constructor Details

    • RelationObject

      public RelationObject()
      Constructor
    • RelationObject

      public RelationObject(PersistentObject object)
      Constructor
      Parameters:
      object - persistent object
  • Method Details

    • getName

      public String getName()
      Get name of relation object, which is "relation_name" in fact
      Returns:
      name of relation object
    • getParentId

      public String getParentId()
      Get parent id of relation object
      Overrides:
      getParentId in class PersistentObject
      Returns:
      parent id
    • getChildId

      public String getChildId()
      Get child id of relation object
      Returns:
      child id
    • getMandatoryFields

      public List<String> getMandatoryFields()
      Get mandatory fields
      Overrides:
      getMandatoryFields in class PersistentObject
      Returns:
      mandatory fields