Package org.silverpeas.core.webapi.admin
Class AdminResourceURIs
- java.lang.Object
-
- org.silverpeas.core.webapi.admin.AdminResourceURIs
-
public final class AdminResourceURIs extends Object
Base URIs from which the REST-based resources representing admin entities are defined.- Author:
- Yohann Chastagnier
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADMIN_ACCESS_PARAM
static String
COMPONENTS_BASE_URI
static String
FORCE_GETTING_FAVORITE_PARAM
static String
GET_NOT_USED_COMPONENTS_PARAM
static String
GET_USED_COMPONENTS_PARAM
static String
GET_USED_TOOLS_PARAM
static String
ROLES_PARAM
static String
SPACES_APPEARANCE_URI_PART
static String
SPACES_BASE_URI
static String
SPACES_COMPONENTS_URI_PART
static String
SPACES_CONTENT_URI_PART
static String
SPACES_PERSONAL_URI_PART
static String
SPACES_SPACES_URI_PART
static String
USERS_AND_GROUPS_ROLES_URI_PART
-
Constructor Summary
Constructors Constructor Description AdminResourceURIs()
-
-
-
Field Detail
-
SPACES_BASE_URI
public static final String SPACES_BASE_URI
- See Also:
- Constant Field Values
-
SPACES_SPACES_URI_PART
public static final String SPACES_SPACES_URI_PART
- See Also:
- Constant Field Values
-
SPACES_COMPONENTS_URI_PART
public static final String SPACES_COMPONENTS_URI_PART
- See Also:
- Constant Field Values
-
SPACES_CONTENT_URI_PART
public static final String SPACES_CONTENT_URI_PART
- See Also:
- Constant Field Values
-
SPACES_APPEARANCE_URI_PART
public static final String SPACES_APPEARANCE_URI_PART
- See Also:
- Constant Field Values
-
SPACES_PERSONAL_URI_PART
public static final String SPACES_PERSONAL_URI_PART
- See Also:
- Constant Field Values
-
USERS_AND_GROUPS_ROLES_URI_PART
public static final String USERS_AND_GROUPS_ROLES_URI_PART
- See Also:
- Constant Field Values
-
ADMIN_ACCESS_PARAM
public static final String ADMIN_ACCESS_PARAM
- See Also:
- Constant Field Values
-
ROLES_PARAM
public static final String ROLES_PARAM
- See Also:
- Constant Field Values
-
FORCE_GETTING_FAVORITE_PARAM
public static final String FORCE_GETTING_FAVORITE_PARAM
- See Also:
- Constant Field Values
-
GET_NOT_USED_COMPONENTS_PARAM
public static final String GET_NOT_USED_COMPONENTS_PARAM
- See Also:
- Constant Field Values
-
GET_USED_COMPONENTS_PARAM
public static final String GET_USED_COMPONENTS_PARAM
- See Also:
- Constant Field Values
-
GET_USED_TOOLS_PARAM
public static final String GET_USED_TOOLS_PARAM
- See Also:
- Constant Field Values
-
COMPONENTS_BASE_URI
public static final String COMPONENTS_BASE_URI
- See Also:
- Constant Field Values
-
-