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 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)