Interface ClassificationNodeService


public interface ClassificationNodeService
This class provides a supported API for actions on classification nodes

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    moveNodes(String namespace, List<String> nodesToMove, String targetNode, boolean moveAttributesWithConstraint)
    Move the given nodes to a target node.
  • Method Details

    • moveNodes

      boolean moveNodes(String namespace, List<String> nodesToMove, String targetNode, boolean moveAttributesWithConstraint) throws WTException
      Move the given nodes to a target node.

      Supported API: true
      Parameters:
      namespace - Namespace within which move happens. Both source nodes and target node should belong to same namespace
      nodesToMove - List of nodes to be moved
      targetNode -
      moveAttributesWithConstraint - Flag to control move of attributes with constraint
      Returns:
      Returns true if movement of nodes is successful
      Throws:
      WTException