Enum CmsAdvancedDirectEditProvider.SitemapDirectEditPermissions
java.lang.Object
java.lang.Enum<CmsAdvancedDirectEditProvider.SitemapDirectEditPermissions>
org.opencms.workplace.editors.directedit.CmsAdvancedDirectEditProvider.SitemapDirectEditPermissions
- All Implemented Interfaces:
Serializable
,Comparable<CmsAdvancedDirectEditProvider.SitemapDirectEditPermissions>
,java.lang.constant.Constable
- Enclosing class:
- CmsAdvancedDirectEditProvider
public static enum CmsAdvancedDirectEditProvider.SitemapDirectEditPermissions
extends Enum<CmsAdvancedDirectEditProvider.SitemapDirectEditPermissions>
Direct edit permissions according to the sitemap configuration.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionEverything allowed.Not found in sitemap config.Can edit, but not add.Nothing allowed. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if element creation is allowed.boolean
canEdit()
Returns true if editing elements is allowed.boolean
Return true if favoriting is allowed.Returns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
all
Everything allowed. -
editAndCreate
Not found in sitemap config. -
editOnly
Can edit, but not add. -
none
Nothing allowed.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
canCreate
Returns true if element creation is allowed.- Returns:
- true if element creation is allowed
-
canEdit
Returns true if editing elements is allowed.- Returns:
- true if editing elements is allowed
-
canFavorite
Return true if favoriting is allowed.- Returns:
- true if favoriting is allowed
-