You are here

getNodeByIdentifier

public Node getNodeByIdentifier(String identifier) returns the node with the specified identifier.

Parameters

String identifier
The identifier of the node which is to be returned.

Returns

Returns a Node object representing the node corresponding to the specified identifier.

Exception

Throws an SkyVaultServiceException if the operation cannot be completed.

Example