Class Relations


  • public final class Relations
    extends Object

    This class contains the constants defining the relation types that can be specified for links in the representations.

    Version:
    $Id: 6bfc716275c9eef1046489cabd8bd2803aad6fdf $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ATTACHMENT_DATA
      Relation for links pointing to attachment data.
      static String ATTACHMENT_METADATA
      Relation for links pointing to attachment metadata.
      static String ATTACHMENTS
      Relation for links pointing to the list of attachments for a page.
      static String CHILDREN
      Relation for links pointing to the children of a page.
      static String CLASS
      Relation for links pointing to the class associated with a resource.
      static String CLASSES
      Relation for links pointing to the list of classes.
      static String CLIENT
      Relation for links pointing to the REST client information.
      static String COMMENTS
      Relation for links pointing to the list of comments.
      static String HISTORY
      Relation for links pointing to the page history.
      static String HOME
      Relation for links pointing to the space's home.
      static String MODIFICATIONS
      Relation for links pointing to the modifications.
      static String OBJECT
      Relation for links pointing to an object.
      static String OBJECTS
      Relation for links pointing to the list of objects.
      static String PAGE
      Relation for links pointing to a page.
      static String PAGES
      Relation for links pointing to list of pages.
      static String PARENT
      Relation for links pointing to the parent resource.
      static String PROPERTIES
      Relation for links pointing to the list of object properties.
      static String PROPERTY
      Relation for links pointing to an object's property.
      static String PROPERTY_VALUES
      Relation for links pointing to the list of values of an object property.
      static String QUERY
      Relation for links pointing to the resource for retrieving search results using advanced queries.
      static String SEARCH
      Relation for links pointing to the resource for retrieving search results.
      static String SELF
      Relation for links pointing to the resource that returned the current representation.
      static String SPACE
      Relation for links pointing to space.
      static String SPACES
      Relation for links pointing to the list of spaces.
      static String SYNTAXES
      Relation for links pointing to the list of available syntaxes.
      static String TAG
      Relation for links pointing to a specific tag for a resource.
      static String TAGS
      Relation for links pointing to the list of tags for a resource.
      static String TRANSLATION
      Relation for links pointing to a page translation.
      static String WADL
      Relation for links pointing to a WADL description.
      static String WIKIS
      Relation for links pointing to the list of available wikis.