* @throws RepositoryException
* if the {@link Node#getWeakReferences(String)} call fails
*/
public static Iterable<Property> getWeakReferences(Node node, String name)
throws RepositoryException {
return new PropertyIterable(node.getWeakReferences(name));
}