Uses of Interface
org.apache.sling.cms.PublishableResource
Packages that use PublishableResource
Package
Description
Package with all of the common models used to access content in the Sling
reference CMS
Publication related APIs
-
Uses of PublishableResource in org.apache.sling.cms
Subinterfaces of PublishableResource in org.apache.sling.cms -
Uses of PublishableResource in org.apache.sling.cms.publication
Methods in org.apache.sling.cms.publication with parameters of type PublishableResourceModifier and TypeMethodDescriptionstatic PublicationEventPublicationEvent.publish(PublishableResource resource, boolean deep) Creates an event to be fired when a publication occurs.voidPublicationManager.publish(@NotNull PublishableResource resource) Publishes the resource.static PublicationEventPublicationEvent.unpublish(PublishableResource resource, boolean deep) Creates an event to be fired when a unpublish occurs.voidPublicationManager.unpublish(@NotNull PublishableResource resource) Un-publishes the resource.