Class MoveNodeProcessor

All Implemented Interfaces:
NodeProcessor, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component public class MoveNodeProcessor extends AbstractNodeProcessor
Moves nodes to the configured target parent node.
  • Constructor Details

    • MoveNodeProcessor

      public MoveNodeProcessor()
  • Method Details

    • processNode

      public void processNode(String nodeId, ProcessorConfig config)
      Moves the node to the target parent defined in the configuration.
      Parameters:
      nodeId - id of the node to move
      config - processor configuration