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 StringATTACHMENT_DATARelation for links pointing to attachment data.static StringATTACHMENT_METADATARelation for links pointing to attachment metadata.static StringATTACHMENTSRelation for links pointing to the list of attachments for a page.static StringCHILDRENRelation for links pointing to the children of a page.static StringCLASSRelation for links pointing to the class associated with a resource.static StringCLASSESRelation for links pointing to the list of classes.static StringCLIENTRelation for links pointing to the REST client information.static StringCOMMENTSRelation for links pointing to the list of comments.static StringHISTORYRelation for links pointing to the page history.static StringHOMERelation for links pointing to the space's home.static StringMODIFICATIONSRelation for links pointing to the modifications.static StringOBJECTRelation for links pointing to an object.static StringOBJECTSRelation for links pointing to the list of objects.static StringPAGERelation for links pointing to a page.static StringPAGESRelation for links pointing to list of pages.static StringPARENTRelation for links pointing to the parent resource.static StringPROPERTIESRelation for links pointing to the list of object properties.static StringPROPERTYRelation for links pointing to an object's property.static StringPROPERTY_VALUESRelation for links pointing to the list of values of an object property.static StringQUERYRelation for links pointing to the resource for retrieving search results using advanced queries.static StringSEARCHRelation for links pointing to the resource for retrieving search results.static StringSELFRelation for links pointing to the resource that returned the current representation.static StringSPACERelation for links pointing to space.static StringSPACESRelation for links pointing to the list of spaces.static StringSYNTAXESRelation for links pointing to the list of available syntaxes.static StringTAGRelation for links pointing to a specific tag for a resource.static StringTAGSRelation for links pointing to the list of tags for a resource.static StringTRANSLATIONRelation for links pointing to a page translation.static StringWADLRelation for links pointing to a WADL description.static StringWIKISRelation 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
-
-