Uses of Class
com.adobe.xdm.content.Page
-
Packages that use Page Package Description com.adobe.aio.aem.event.osgimapping.eventhandler com.adobe.aio.aem.event.xdm.aem -
-
Uses of Page in com.adobe.aio.aem.event.osgimapping.eventhandler
Methods in com.adobe.aio.aem.event.osgimapping.eventhandler that return types with arguments of type Page Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Triple<Page,String,Date>>
PageReplicationEventHandler. getXdmObjectActorDateTriples(org.osgi.service.event.Event event, ResourceResolverWrapper resourceResolverWrapper)
-
Uses of Page in com.adobe.aio.aem.event.xdm.aem
Subclasses of Page in com.adobe.aio.aem.event.xdm.aem Modifier and Type Class Description class
PageModification
Methods in com.adobe.aio.aem.event.xdm.aem that return types with arguments of type Page Modifier and Type Method Description static Optional<Page>
XdmUtil. getDeletedPage(String path, Predicate<String> isPathOfInterest)
static Optional<Page>
XdmUtil. getPage(org.apache.sling.api.resource.Resource cqPageResource)
Methods in com.adobe.aio.aem.event.xdm.aem with parameters of type Page Modifier and Type Method Description static Optional<PageModification>
PageModification. of(Page page, com.day.cq.wcm.api.PageModification pageModification)
-