org.xwiki.repository
Interface Resources

All Known Subinterfaces:
Resources

public interface Resources

Resources to use to access Extension Manager REST service.

Since:
4.2M1
Version:
$Id: 50e552d191fa70297034aeb857d25d5fa3bb7789 $

Field Summary
static String ENTRYPOINT
          Entry point of XWiki Repository protocol.
static String EXTENSION
          Get extension informations.
static String EXTENSION_VERSION
          Get extension version informations.
static String EXTENSION_VERSION_FILE
          Download extension file.
static String EXTENSION_VERSIONS
          Get extension versions.
static String EXTENSIONS
          Get extensions.
static String PPARAM_EXTENSIONID
          Name of the parameter indication the id of the extension.
static String PPARAM_EXTENSIONVERSION
          Name of the parameter indication the version of the extension.
static String QPARAM_LANGUAGE
          Language of the result to produce.
static String QPARAM_LIST_NUMBER
          Maximum number of results.
static String QPARAM_LIST_REQUIRETOTALHITS
          Indicate if we want to get the total number of possible result without limits in the result.
static String QPARAM_LIST_START
          Offset from where the search start to return results.
static String QPARAM_SEARCH_QUERY
          The search query.
static String QPARAM_VERSIONS_RANGES
          Used to indicate versions ranges to filter versions request.
static String SEARCH
          Execute search query among extensions.
 

Field Detail

ENTRYPOINT

static final String ENTRYPOINT
Entry point of XWiki Repository protocol.

See Also:
Constant Field Values

PPARAM_EXTENSIONID

static final String PPARAM_EXTENSIONID
Name of the parameter indication the id of the extension.

See Also:
Constant Field Values

PPARAM_EXTENSIONVERSION

static final String PPARAM_EXTENSIONVERSION
Name of the parameter indication the version of the extension.

See Also:
Constant Field Values

EXTENSIONS

static final String EXTENSIONS
Get extensions.

See Also:
Constant Field Values

EXTENSION

static final String EXTENSION
Get extension informations.

See Also:
Constant Field Values

EXTENSION_VERSIONS

static final String EXTENSION_VERSIONS
Get extension versions.

See Also:
Constant Field Values

EXTENSION_VERSION

static final String EXTENSION_VERSION
Get extension version informations.

See Also:
Constant Field Values

EXTENSION_VERSION_FILE

static final String EXTENSION_VERSION_FILE
Download extension file.

See Also:
Constant Field Values

SEARCH

static final String SEARCH
Execute search query among extensions.

See Also:
Constant Field Values

QPARAM_LANGUAGE

static final String QPARAM_LANGUAGE
Language of the result to produce.

See Also:
Constant Field Values

QPARAM_VERSIONS_RANGES

static final String QPARAM_VERSIONS_RANGES
Used to indicate versions ranges to filter versions request.

See Also:
Constant Field Values

QPARAM_SEARCH_QUERY

static final String QPARAM_SEARCH_QUERY
The search query.

See Also:
Constant Field Values

QPARAM_LIST_START

static final String QPARAM_LIST_START
Offset from where the search start to return results.

See Also:
Constant Field Values

QPARAM_LIST_REQUIRETOTALHITS

static final String QPARAM_LIST_REQUIRETOTALHITS
Indicate if we want to get the total number of possible result without limits in the result. Allow to speed up a bit the query when we don't care since it generally mean one more query on server side.

See Also:
Constant Field Values

QPARAM_LIST_NUMBER

static final String QPARAM_LIST_NUMBER
Maximum number of results.

See Also:
Constant Field Values


Copyright © 2004-2013 XWiki. All Rights Reserved.