Class ForDescendantResourcesOf
- java.lang.Object
-
- de.valtech.aecu.core.groovy.console.bindings.traversers.TraversData
-
- de.valtech.aecu.core.groovy.console.bindings.traversers.ForDescendantResourcesOf
-
public class ForDescendantResourcesOf extends TraversData
- Author:
- Roxana Muresan
-
-
Constructor Summary
Constructors Constructor Description ForDescendantResourcesOf(String path, boolean includeRootResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtraverse(BindingContext context, de.valtech.aecu.api.groovy.console.bindings.filters.FilterBy filter, List<Action> actions, StringBuilder output, boolean dryRun)Traverses the resources and performs the filters and actions.-
Methods inherited from class de.valtech.aecu.core.groovy.console.bindings.traversers.TraversData
applyActionsOnResource, isResourceValid
-
-
-
-
Method Detail
-
traverse
public void traverse(@Nonnull BindingContext context, de.valtech.aecu.api.groovy.console.bindings.filters.FilterBy filter, @Nonnull List<Action> actions, @Nonnull StringBuilder output, boolean dryRun) throws org.apache.sling.api.resource.PersistenceException, de.valtech.aecu.api.service.AecuException
Description copied from class:TraversDataTraverses the resources and performs the filters and actions.- Specified by:
traversein classTraversData- Parameters:
context- binding contextfilter- filteractions- list of actionsoutput- output bufferdryRun- dry run- Throws:
org.apache.sling.api.resource.PersistenceException- error traversing nodesde.valtech.aecu.api.service.AecuException- other error
-
-