Package 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: 7e8ef4e5ffbf9c0cda6fb0ac7612c199bf00f591 $
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTRYPOINT
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.static String
VERSION10
Version 1.0 of the protocol.static String
VERSION11
Version 1.1 of the protocol.static String
VERSION12
Version 1.2 of the protocol.
-
-
-
Field Detail
-
VERSION10
static final String VERSION10
Version 1.0 of the protocol.- Since:
- 7.0M2
- See Also:
- Constant Field Values
-
VERSION11
static final String VERSION11
Version 1.1 of the protocol.- Since:
- 7.0M2
- See Also:
- Constant Field Values
-
VERSION12
static final String VERSION12
Version 1.2 of the protocol.- Since:
- 8.3RC1
- See Also:
- Constant Field Values
-
ENTRYPOINT
static final String ENTRYPOINT
- 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
-
-