Uses of Class
org.apache.sling.cms.publication.PublicationType
-
Packages that use PublicationType Package Description org.apache.sling.cms Package with all of the common models used to access content in the Sling reference CMSorg.apache.sling.cms.publication Publication related APIs -
-
Uses of PublicationType in org.apache.sling.cms
Methods in org.apache.sling.cms that return PublicationType Modifier and Type Method Description PublicationType
PublishableResource. getLastPublicationType()
The last publication action type -
Uses of PublicationType in org.apache.sling.cms.publication
Methods in org.apache.sling.cms.publication that return PublicationType Modifier and Type Method Description static PublicationType
PublicationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublicationType[]
PublicationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-