Uses of Enum
org.opencms.publish.CmsPublishManager.PublishListRemoveMode
Packages that use CmsPublishManager.PublishListRemoveMode
Package
Description
Reads and writes the XML based OpenCms configuration files.
Classes to handle the OpenCms publish process.
-
Uses of CmsPublishManager.PublishListRemoveMode in org.opencms.configuration
Methods in org.opencms.configuration that return CmsPublishManager.PublishListRemoveModeModifier and TypeMethodDescriptionCmsSystemConfiguration.getPublishListRemoveMode()
Returns the configured publish list remove mode, or a default value if there is no configured value or an erroneous configured value. -
Uses of CmsPublishManager.PublishListRemoveMode in org.opencms.publish
Methods in org.opencms.publish that return CmsPublishManager.PublishListRemoveModeModifier and TypeMethodDescriptionCmsPublishManager.getPublishListRemoveMode()
Gets the publish list remove mode.Returns the enum constant of this type with the specified name.CmsPublishManager.PublishListRemoveMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.publish with parameters of type CmsPublishManager.PublishListRemoveModeModifier and TypeMethodDescriptionvoid
CmsPublishManager.setPublishListRemoveMode
(CmsPublishManager.PublishListRemoveMode publishListRemoveMode) Sets the publish list remove mode.