04-12-2017 08:05 AM
Hello,
I am working on web application which provides documents to users. Documents are stored in Alfresco and all permissions are set in Alfresco (ACL). I would like to connect web application to Alfresco over CMIS. I can connect over CMIS
as "admin" and get specific user information like that:
SELECT * FROM cmerson
SELECT * FROM cmerson where cm:userName='testUser'
I can also get all information about documents:
SELECT * FROM cm:document
But is it possible filter documents with (for example read access) permission for specific user?
Thank for advice.
06-09-2017 11:55 AM
No, you cannot query objects by permissions.
You can ask an object for its ACL, but you cannot say, "Give me all documents where the ACL has this entry" or "...looks like this".
Explore our Alfresco products with the links below. Use labels to filter content by product module.