Package org.fenixedu.cms.domain
Enum Class PermissionsArray.Permission
- All Implemented Interfaces:
Serializable,Comparable<PermissionsArray.Permission>,Constable
- Enclosing class:
- PermissionsArray
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.fenixedu.commons.i18n.LocalizedStringorg.fenixedu.commons.i18n.LocalizedStringstatic PermissionsArray.PermissionReturns the enum constant of this class with the specified name.static PermissionsArray.Permission[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CREATE_POST
-
DELETE_POSTS
-
DELETE_POSTS_PUBLISHED
-
SEE_POSTS
-
EDIT_POSTS
-
EDIT_POSTS_PUBLISHED
-
PUBLISH_POSTS
-
EDIT_PRIVATE_POSTS
-
SEE_PRIVATE_POSTS
-
DELETE_PRIVATE_POSTS
-
SEE_METADATA
-
EDIT_METADATA
-
DELETE_OTHERS_POSTS
-
EDIT_OTHERS_POSTS
-
CHANGE_OWNERSHIP_POST
-
SEE_PAGES
-
CREATE_PAGE
-
EDIT_PAGE
-
DELETE_PAGE
-
PUBLISH_PAGES
-
CHANGE_PATH_PAGES
-
CHANGE_VISIBILITY_PAGES
-
SEE_PAGE_COMPONENTS
-
EDIT_PAGE_COMPONENTS
-
DELETE_PAGE_COMPONENTS
-
EDIT_ADVANCED_PAGES
-
LIST_CATEGORIES
-
CREATE_CATEGORY
-
EDIT_CATEGORY
-
DELETE_CATEGORY
-
LIST_MENUS
-
CREATE_MENU
-
EDIT_MENU
-
DELETE_MENU
-
CREATE_MENU_ITEM
-
EDIT_MENU_ITEM
-
DELETE_MENU_ITEM
-
CHOOSE_DEFAULT_PAGE
-
CHOOSE_PATH_AND_FOLDER
-
EDIT_SITE_INFORMATION
-
CHANGE_THEME
-
PUBLISH_SITE
-
MANAGE_ROLES
-
MANAGE_ANALYTICS
-
CREATE_PRIVILEGED_MENU
-
DELETE_PRIVILEGED_MENU
-
EDIT_PRIVILEGED_MENU
-
EDIT_PRIVILEGED_CATEGORY
-
USE_PRIVILEGED_CATEGORY
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getLocalizedName
public org.fenixedu.commons.i18n.LocalizedString getLocalizedName() -
getLocalizedDescription
public org.fenixedu.commons.i18n.LocalizedString getLocalizedDescription()
-