| Package | Description |
|---|---|
| org.nuxeo.client.objects | |
| org.nuxeo.client.objects.acl |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.addInvitation(ACE ace,
String email)
Add permission on the current document by passing the related email.
|
void |
Document.addInvitation(ACE ace,
String email,
retrofit2.Callback<Document> callback)
Add permission on the current document by passing the related email.
|
Document |
Document.addPermission(ACE ace)
Add permission on the current document.
|
void |
Document.addPermission(ACE ace,
retrofit2.Callback<Document> callback)
Add permission on the current document.
|
protected Map<String,Object> |
Document.toAutomationParameters(ACE ace) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ACE> |
ACL.aces |
| Modifier and Type | Method and Description |
|---|---|
List<ACE> |
ACL.getAces() |
| Modifier and Type | Method and Description |
|---|---|
void |
ACL.setAces(List<ACE> aces) |
Copyright © 2018 Nuxeo. All rights reserved.