Uses of Class
org.apache.sling.cms.publication.PUBLICATION_MODE
-
Packages that use PUBLICATION_MODE Package Description org.apache.sling.cms.publication Publication related APIs -
-
Uses of PUBLICATION_MODE in org.apache.sling.cms.publication
Methods in org.apache.sling.cms.publication that return PUBLICATION_MODE Modifier and Type Method Description @NotNull PUBLICATION_MODE
PublicationManager. getPublicationMode()
The publication mode for the instancePUBLICATION_MODE
PublicationManagerFactory. getPublicationMode()
Returns the publication mode for this instance.static PUBLICATION_MODE
PUBLICATION_MODE. valueOf(String name)
Returns the enum constant of this type with the specified name.static PUBLICATION_MODE[]
PUBLICATION_MODE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-