Package org.opencms.configuration
Class CmsDefaultUserSettings.CmsPublishRelatedResourcesMode
java.lang.Object
org.opencms.util.A_CmsModeStringEnumeration
org.opencms.configuration.CmsDefaultUserSettings.CmsPublishRelatedResourcesMode
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsDefaultUserSettings
public static final class CmsDefaultUserSettings.CmsPublishRelatedResourcesMode
extends A_CmsModeStringEnumeration
Enumeration class for defining the publish related resources mode.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final CmsDefaultUserSettings.CmsPublishRelatedResourcesMode
Constant for the publish related resources mode, checkbox disabled by default.protected static final CmsDefaultUserSettings.CmsPublishRelatedResourcesMode
Constant for the publish related resources mode, onlyCmsRole.VFS_MANAGER
s may publish resources without publishing the related resources.protected static final CmsDefaultUserSettings.CmsPublishRelatedResourcesMode
Constant for the publish related resources mode, checkbox enabled by default. -
Method Summary
Modifier and TypeMethodDescriptionReturns the parsed mode object if the string representation matches, ornull
if not.Methods inherited from class org.opencms.util.A_CmsModeStringEnumeration
equals, getMode, hashCode, toString
-
Field Details
-
MODE_FALSE
Constant for the publish related resources mode, checkbox disabled by default. -
MODE_FORCE
Constant for the publish related resources mode, onlyCmsRole.VFS_MANAGER
s may publish resources without publishing the related resources. -
MODE_TRUE
Constant for the publish related resources mode, checkbox enabled by default.
-
-
Method Details
-
valueOf
public static CmsDefaultUserSettings.CmsPublishRelatedResourcesMode valueOf(String publishRelatedResourcesMode) Returns the parsed mode object if the string representation matches, ornull
if not.- Parameters:
publishRelatedResourcesMode
- the string representation to parse- Returns:
- the parsed mode object
-