Uses of Enum Class
io.goobi.viewer.model.cms.pages.CMSPageEditState
Packages that use CMSPageEditState
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Core CMS page model including the
CMSPage entity, page templates, the template
manager, publication status, and edit-state tracking for the page authoring workflow.-
Uses of CMSPageEditState in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CMSPageEditStateModifier and TypeMethodDescriptionCmsPageEditBean.getPageEditState()Getter for the fieldpageEditState.CMSPageTemplateEditBean.getPageEditState()Methods in io.goobi.viewer.managedbeans with parameters of type CMSPageEditStateModifier and TypeMethodDescriptionvoidCmsPageEditBean.setPageEditState(CMSPageEditState pageEditState) Setter for the fieldpageEditState.voidCMSPageTemplateEditBean.setPageEditState(CMSPageEditState pageEditState) -
Uses of CMSPageEditState in io.goobi.viewer.model.cms.pages
Methods in io.goobi.viewer.model.cms.pages that return CMSPageEditStateModifier and TypeMethodDescriptionstatic CMSPageEditStateReturns the enum constant of this class with the specified name.static CMSPageEditState[]CMSPageEditState.values()Returns an array containing the constants of this enum class, in the order they are declared.