Uses of Class
com.adobe.acs.commons.mcp.impl.processes.renovator.MovingNode
Packages that use MovingNode
-
Uses of MovingNode in com.adobe.acs.commons.mcp.impl.processes.renovator
Subclasses of MovingNode in com.adobe.acs.commons.mcp.impl.processes.renovatorModifier and TypeClassDescriptionclassRepresents an asset being moved.classRepresents a folder being movedclassRepresents a page being moved.classGeneric resource/node that just gets moved as-isMethods in com.adobe.acs.commons.mcp.impl.processes.renovator that return MovingNodeMethods in com.adobe.acs.commons.mcp.impl.processes.renovator that return types with arguments of type MovingNodeMethods in com.adobe.acs.commons.mcp.impl.processes.renovator with parameters of type MovingNodeModifier and TypeMethodDescriptionvoidMovingNode.addChild(MovingNode child) voidRenovator.findReferences(org.apache.sling.api.resource.ResourceResolver rr, MovingNode node) voidMovingNode.setParent(MovingNode parent) Method parameters in com.adobe.acs.commons.mcp.impl.processes.renovator with type arguments of type MovingNodeModifier and TypeMethodDescriptionvoidMovingNode.setChildren(List<MovingNode> children) voidMovingNode.visit(Consumer<MovingNode> consumer) Depth-first visitor, provide consumer function every node in the treevoidMovingNode.visit(Consumer<MovingNode> consumer, Consumer<MovingNode> leafConsumer, Function<MovingNode, Boolean> traversalFilter) Depth-first visitorvoidMovingNode.visit(Consumer<MovingNode> consumer, Consumer<MovingNode> leafConsumer, Function<MovingNode, Boolean> traversalFilter) Depth-first visitor