public Node addAspects(Node node, List<String>aspects)
updates add aspects to the specified node.
Parameters
- Node node
- Node to which the aspects will be added.
- List<String>aspects
- Aspects to update.
Returns
Returns a Node object representing the newly updated node.
Exception
Throws an SkyVaultServiceException if the operation cannot be completed.