Package com.adobe.cq.contentinsight
Class ActivityResourceVisitor
java.lang.Object
org.apache.sling.api.resource.AbstractResourceVisitor
com.adobe.cq.contentinsight.ActivityResourceVisitor
An resource visitor that collects all activities (formerly campaigns) that
have been published to Adobe Target.
-
Constructor Summary
ConstructorsConstructorDescriptionActivityResourceVisitor(String pagePath, TargetedContentManager targetedContentManager) -
Method Summary
Modifier and TypeMethodDescriptionReturn the list of collected activity resources.Methods inherited from class org.apache.sling.api.resource.AbstractResourceVisitor
accept
-
Constructor Details
-
ActivityResourceVisitor
-
-
Method Details
-
getActivityResources
Return the list of collected activity resources. This list is empty whenAbstractResourceVisitor.accept(Resource)has not been called before.- Returns:
- List of activity resources
-