public class ForQuery extends TraversData
| Constructor and Description |
|---|
ForQuery(String query,
String queryType)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
traverse(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.
|
applyActionsOnResource, isResourceValidpublic 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
TraversDatatraverse in class TraversDatacontext - binding contextfilter - filteractions - list of actionsoutput - output bufferdryRun - dry runorg.apache.sling.api.resource.PersistenceException - error traversing nodesde.valtech.aecu.api.service.AecuException - other errorCopyright © 2019. All rights reserved.