Package org.xwiki.rest
Class Relations
- java.lang.Object
-
- org.xwiki.rest.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.
-
-
-
Field Detail
-
SELF
public static final String SELF
Relation for links pointing to the resource that returned the current representation.- See Also:
- Constant Field Values
-
WADL
public static final String WADL
Relation for links pointing to a WADL description.- See Also:
- Constant Field Values
-
WIKIS
public static final String WIKIS
Relation for links pointing to the list of available wikis.- See Also:
- Constant Field Values
-
SPACES
public static final String SPACES
Relation for links pointing to the list of spaces.- See Also:
- Constant Field Values
-
PAGES
public static final String PAGES
Relation for links pointing to list of pages.- See Also:
- Constant Field Values
-
TRANSLATION
public static final String TRANSLATION
Relation for links pointing to a page translation.- See Also:
- Constant Field Values
-
PAGE
public static final String PAGE
Relation for links pointing to a page.- See Also:
- Constant Field Values
-
SPACE
public static final String SPACE
Relation for links pointing to space.- See Also:
- Constant Field Values
-
PARENT
public static final String PARENT
Relation for links pointing to the parent resource.- See Also:
- Constant Field Values
-
HOME
public static final String HOME
Relation for links pointing to the space's home.- See Also:
- Constant Field Values
-
ATTACHMENT_DATA
public static final String ATTACHMENT_DATA
Relation for links pointing to attachment data.- See Also:
- Constant Field Values
-
ATTACHMENT_METADATA
public static final String ATTACHMENT_METADATA
Relation for links pointing to attachment metadata.- See Also:
- Constant Field Values
-
COMMENTS
public static final String COMMENTS
Relation for links pointing to the list of comments.- See Also:
- Constant Field Values
-
ATTACHMENTS
public static final String ATTACHMENTS
Relation for links pointing to the list of attachments for a page.- See Also:
- Constant Field Values
-
OBJECTS
public static final String OBJECTS
Relation for links pointing to the list of objects.- See Also:
- Constant Field Values
-
OBJECT
public static final String OBJECT
Relation for links pointing to an object.- See Also:
- Constant Field Values
-
CLASSES
public static final String CLASSES
Relation for links pointing to the list of classes.- See Also:
- Constant Field Values
-
HISTORY
public static final String HISTORY
Relation for links pointing to the page history.- See Also:
- Constant Field Values
-
CLASS
public static final String CLASS
Relation for links pointing to the class associated with a resource.- See Also:
- Constant Field Values
-
PROPERTY
public static final String PROPERTY
Relation for links pointing to an object's property.- See Also:
- Constant Field Values
-
PROPERTY_VALUES
public static final String PROPERTY_VALUES
Relation for links pointing to the list of values of an object property.- See Also:
- Constant Field Values
-
PROPERTIES
public static final String PROPERTIES
Relation for links pointing to the list of object properties.- See Also:
- Constant Field Values
-
MODIFICATIONS
public static final String MODIFICATIONS
Relation for links pointing to the modifications.- See Also:
- Constant Field Values
-
CHILDREN
public static final String CHILDREN
Relation for links pointing to the children of a page.- See Also:
- Constant Field Values
-
TAGS
public static final String TAGS
Relation for links pointing to the list of tags for a resource.- See Also:
- Constant Field Values
-
TAG
public static final String TAG
Relation for links pointing to a specific tag for a resource.- See Also:
- Constant Field Values
-
SEARCH
public static final String SEARCH
Relation for links pointing to the resource for retrieving search results.- See Also:
- Constant Field Values
-
QUERY
public static final String QUERY
Relation for links pointing to the resource for retrieving search results using advanced queries.- See Also:
- Constant Field Values
-
SYNTAXES
public static final String SYNTAXES
Relation for links pointing to the list of available syntaxes.- See Also:
- Constant Field Values
-
CLIENT
public static final String CLIENT
Relation for links pointing to the REST client information.- See Also:
- Constant Field Values
-
-