You are here

getPermissions

public Permissions getPermissions(Node node) returns the permissions of the node.

Parameters

Node node
A Node object for which to return the permissions.

Returns

Returns a Permissions object representing the permissions for the specified node.

Exception

Throws an SkyVaultServiceException if the operation cannot be completed.

Example