You are here

updateProperties

public Node updateProperties(Node node, Map<String, Serializable> properties, List<String>aspects) updates the properties and aspects of the specified node.

Parameters

Node node
Node for which the properties will be updated.
properties
A Map<String, Serializable> instance containing the properties to apply.
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.

Example