Uses of Enum Class
io.goobi.viewer.model.cms.pages.content.ContentItemPublicationState
Packages that use ContentItemPublicationState
Package
Description
Abstractions for CMS page content, defining the
CMSContent and CMSComponent
model including attribute groups, publication state, paging support, and the persistent
component entity that stores content item configuration in the database.-
Uses of ContentItemPublicationState in io.goobi.viewer.model.cms.pages.content
Methods in io.goobi.viewer.model.cms.pages.content that return ContentItemPublicationStateModifier and TypeMethodDescriptionCMSComponent.getPublicationState()PersistentCMSComponent.getPublicationState()static ContentItemPublicationStateReturns the enum constant of this class with the specified name.static ContentItemPublicationState[]ContentItemPublicationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.cms.pages.content with parameters of type ContentItemPublicationStateModifier and TypeMethodDescriptionvoidCMSComponent.setPublicationState(ContentItemPublicationState publicationState) voidPersistentCMSComponent.setPublicationState(ContentItemPublicationState publicationState)