Package org.saidone.processors
Class MoveNodeProcessor
java.lang.Object
org.saidone.component.BaseComponent
org.saidone.processors.AbstractNodeProcessor
org.saidone.processors.MoveNodeProcessor
- All Implemented Interfaces:
NodeProcessor,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
Moves nodes to the configured target parent node.
-
Field Summary
Fields inherited from class org.saidone.processors.AbstractNodeProcessor
nodesApi, 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
getNode, getNode, getNode, processMethods inherited from class org.saidone.component.BaseComponent
setApplicationContext, shutDown, start, stop
-
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
-