Uses of Class
org.nuxeo.client.objects.acl.ACP
-
Packages that use ACP Package Description org.nuxeo.client.methods org.nuxeo.client.objects -
-
Uses of ACP in org.nuxeo.client.methods
Methods in org.nuxeo.client.methods that return types with arguments of type ACP Modifier and Type Method Description retrofit2.Call<ACP>RepositoryAPI. fetchPermissionsById(java.lang.String documentId)retrofit2.Call<ACP>RepositoryAPI. fetchPermissionsById(java.lang.String documentId, java.lang.String repositoryName)retrofit2.Call<ACP>RepositoryAPI. fetchPermissionsByPath(java.lang.String documentPath)retrofit2.Call<ACP>RepositoryAPI. fetchPermissionsByPath(java.lang.String documentPath, java.lang.String repositoryName) -
Uses of ACP in org.nuxeo.client.objects
Methods in org.nuxeo.client.objects that return ACP Modifier and Type Method Description ACPRepository. fetchACPById(java.lang.String documentId)ACPRepository. fetchACPByPath(java.lang.String documentPath)ACPDocument. fetchPermissions()Method parameters in org.nuxeo.client.objects with type arguments of type ACP Modifier and Type Method Description voidRepository. fetchACPById(java.lang.String documentId, retrofit2.Callback<ACP> callback)voidRepository. fetchACPByPath(java.lang.String documentPath, retrofit2.Callback<ACP> callback)voidDocument. fetchPermissions(retrofit2.Callback<ACP> callback)
-