Package org.saidone.processors
Class MoveNodeProcessor
java.lang.Object
org.saidone.processors.AbstractNodeProcessor
org.saidone.processors.MoveNodeProcessor
- All Implemented Interfaces:
NodeProcessor
Moves nodes to the configured target parent node.
-
Field Summary
Fields inherited from class org.saidone.processors.AbstractNodeProcessor
readOnly -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessNode(String nodeId, ProcessorConfig config) Moves the node to the target parent defined in the configuration.Methods inherited from class org.saidone.processors.AbstractNodeProcessor
castToListOfStrings, castToMapOfStringObject, getNode, getNode, getNode, process
-
Constructor Details
-
MoveNodeProcessor
public MoveNodeProcessor()
-
-
Method Details
-
processNode
Moves the node to the target parent defined in the configuration.- Parameters:
nodeId- id of the node to moveconfig- processor configuration
-