Package com.ptc.windchill.csm.service
Interface ClassificationNodeService
public interface ClassificationNodeService
This class provides a supported API for actions on classification nodes
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
-
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 namespacenodesToMove- List of nodes to be movedtargetNode-moveAttributesWithConstraint- Flag to control move of attributes with constraint- Returns:
- Returns true if movement of nodes is successful
- Throws:
WTException
-