Uses of Enum Class
io.goobi.viewer.model.cms.pages.content.ContentItemPublicationState
Packages that use ContentItemPublicationState
-
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 ContentItemPublicationState
Returns 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 TypeMethodDescriptionvoid
CMSComponent.setPublicationState
(ContentItemPublicationState publicationState) void
PersistentCMSComponent.setPublicationState
(ContentItemPublicationState publicationState)