| Package | Description |
|---|---|
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects.directory |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<DirectoryEntry> |
DirectoryManagerAPI.createDirectoryEntry(String directoryName,
DirectoryEntry directoryEntry) |
retrofit2.Call<DirectoryEntry> |
DirectoryManagerAPI.fetchDirectoryEntry(String directoryName,
String directoryEntryId) |
retrofit2.Call<DirectoryEntry> |
DirectoryManagerAPI.updateDirectoryEntry(String directoryName,
String directoryEntryId,
DirectoryEntry directoryEntry) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<DirectoryEntry> |
DirectoryManagerAPI.createDirectoryEntry(String directoryName,
DirectoryEntry directoryEntry) |
retrofit2.Call<DirectoryEntry> |
DirectoryManagerAPI.updateDirectoryEntry(String directoryName,
String directoryEntryId,
DirectoryEntry directoryEntry) |
| Modifier and Type | Method and Description |
|---|---|
DirectoryEntry |
Directory.createEntry(DirectoryEntry entry) |
DirectoryEntry |
Directory.fetchEntry(String entryId) |
DirectoryEntry |
DirectoryEntries.getDirectoryEntry(int index)
Deprecated.
since 3.2, use
Entities.getEntry(int) instead |
<T> DirectoryEntry |
DirectoryEntries.getDirectoryEntry(T id) |
DirectoryEntry |
DirectoryEntry.update() |
DirectoryEntry |
Directory.updateEntry(DirectoryEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
List<DirectoryEntry> |
DirectoryEntries.getDirectoryEntries()
Deprecated.
since 3.2, use
Entities.getEntries() instead |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryEntries.addDirectoryEntry(DirectoryEntry directoryEntry)
Deprecated.
since 3.2, use
Entities.addEntry(Object) instead |
DirectoryEntry |
Directory.createEntry(DirectoryEntry entry) |
DirectoryEntry |
Directory.updateEntry(DirectoryEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryEntries.setDirectoryEntries(List<DirectoryEntry> directoryEntries)
Deprecated.
since 3.2, no replacement except
DirectoryEntries.DirectoryEntries(List). |
| Constructor and Description |
|---|
DirectoryEntries(List<? extends DirectoryEntry> entries) |
Copyright © 2018 Nuxeo. All rights reserved.