Uses of Class
org.nuxeo.client.objects.acl.ACE
-
Packages that use ACE Package Description org.nuxeo.client.objects org.nuxeo.client.objects.acl -
-
Uses of ACE in org.nuxeo.client.objects
Methods in org.nuxeo.client.objects with parameters of type ACE Modifier and Type Method Description DocumentDocument. addInvitation(ACE ace, java.lang.String email)Add permission on the current document by passing the related email.voidDocument. addInvitation(ACE ace, java.lang.String email, retrofit2.Callback<Document> callback)Add permission on the current document by passing the related email.DocumentDocument. addPermission(ACE ace)Add permission on the current document.voidDocument. addPermission(ACE ace, retrofit2.Callback<Document> callback)Add permission on the current document.protected java.util.Map<java.lang.String,java.lang.Object>Document. toAutomationParameters(ACE ace) -
Uses of ACE in org.nuxeo.client.objects.acl
Fields in org.nuxeo.client.objects.acl with type parameters of type ACE Modifier and Type Field Description protected java.util.List<ACE>ACL. acesMethods in org.nuxeo.client.objects.acl that return types with arguments of type ACE Modifier and Type Method Description java.util.List<ACE>ACL. getAces()Method parameters in org.nuxeo.client.objects.acl with type arguments of type ACE Modifier and Type Method Description voidACL. setAces(java.util.List<ACE> aces)
-