Class Routes
- java.lang.Object
-
- io.apicurio.registry.rest.client.request.provider.Routes
-
public class Routes extends Object
- Author:
- Carles Arnal 'carnalca@redhat.com'
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Routes()
-
-
-
Field Detail
-
GROUP_BASE_PATH
protected static final String GROUP_BASE_PATH
- See Also:
- Constant Field Values
-
ARTIFACT_BASE_PATH
protected static final String ARTIFACT_BASE_PATH
- See Also:
- Constant Field Values
-
IDS_BASE_PATH
protected static final String IDS_BASE_PATH
- See Also:
- Constant Field Values
-
ADMIN_BASE_PATH
protected static final String ADMIN_BASE_PATH
- See Also:
- Constant Field Values
-
SEARCH_BASE_PATH
protected static final String SEARCH_BASE_PATH
- See Also:
- Constant Field Values
-
USERS_BASE_PATH
protected static final String USERS_BASE_PATH
- See Also:
- Constant Field Values
-
SEARCH_ARTIFACTS
protected static final String SEARCH_ARTIFACTS
- See Also:
- Constant Field Values
-
ARTIFACT_RULES
protected static final String ARTIFACT_RULES
- See Also:
- Constant Field Values
-
ARTIFACT_VERSIONS
protected static final String ARTIFACT_VERSIONS
- See Also:
- Constant Field Values
-
ARTIFACT_VERSION
protected static final String ARTIFACT_VERSION
- See Also:
- Constant Field Values
-
ARTIFACT_METADATA
protected static final String ARTIFACT_METADATA
- See Also:
- Constant Field Values
-
ARTIFACT_RULE
protected static final String ARTIFACT_RULE
- See Also:
- Constant Field Values
-
ARTIFACT_STATE
protected static final String ARTIFACT_STATE
- See Also:
- Constant Field Values
-
ARTIFACT_TEST
protected static final String ARTIFACT_TEST
- See Also:
- Constant Field Values
-
VERSION_METADATA
protected static final String VERSION_METADATA
- See Also:
- Constant Field Values
-
VERSION_STATE
protected static final String VERSION_STATE
- See Also:
- Constant Field Values
-
IDS_CONTENT_ID
protected static final String IDS_CONTENT_ID
- See Also:
- Constant Field Values
-
IDS_CONTENT_HASH
protected static final String IDS_CONTENT_HASH
- See Also:
- Constant Field Values
-
IDS_GLOBAL_ID
protected static final String IDS_GLOBAL_ID
- See Also:
- Constant Field Values
-
RULES_BASE_PATH
protected static final String RULES_BASE_PATH
- See Also:
- Constant Field Values
-
RULE_PATH
protected static final String RULE_PATH
- See Also:
- Constant Field Values
-
ROLE_MAPPINGS_BASE_PATH
protected static final String ROLE_MAPPINGS_BASE_PATH
- See Also:
- Constant Field Values
-
ROLE_MAPPING_PATH
protected static final String ROLE_MAPPING_PATH
- See Also:
- Constant Field Values
-
LOGS_BASE_PATH
protected static final String LOGS_BASE_PATH
- See Also:
- Constant Field Values
-
LOG_PATH
protected static final String LOG_PATH
- See Also:
- Constant Field Values
-
CURRENT_USER_PATH
protected static final String CURRENT_USER_PATH
- See Also:
- Constant Field Values
-
EXPORT_PATH
protected static final String EXPORT_PATH
- See Also:
- Constant Field Values
-
IMPORT_PATH
protected static final String IMPORT_PATH
- See Also:
- Constant Field Values
-
-