}
@Override
public Node getNodes(String path, String revisionId, int depth, long offset,
int maxChildNodes, String filter) throws Exception {
Command<Node> command = new GetNodesCommandMongo(mongoConnection, path, revisionId, depth);
return commandExecutor.execute(command);
}