Permission checks for Pair<Long, NodeRef> and nascent NodeService search API (not implemented).

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23185 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-10-17 21:19:35 +00:00
parent 7bc0991556
commit f0fe5e76fe
4 changed files with 81 additions and 7 deletions

View File

@@ -812,4 +812,10 @@ public abstract class AbstractNodeServiceImpl implements NodeService
}
return properties;
}
@Override
public List<NodeRef> findNodes(FindNodeParameters params)
{
throw new UnsupportedOperationException();
}
}