public class ReadDirectoryEntries extends AbstractDirectoryOperation
Directory.
Entries ids to read are sent as a JSON array.
Returns the entries as a JSON array of JSON objects containing all fields.
| Modifier and Type | Field and Description |
|---|---|
protected OperationContext |
ctx |
protected String |
directoryName |
protected DirectoryService |
directoryService |
static String |
ID |
protected String |
jsonEntries |
protected String |
lang |
protected org.nuxeo.ecm.core.schema.SchemaManager |
schemaManager |
protected boolean |
translateLabels |
| Constructor and Description |
|---|
ReadDirectoryEntries() |
| Modifier and Type | Method and Description |
|---|---|
protected Locale |
getLocale() |
Blob |
run() |
protected String |
translate(String key) |
canManageDirectories, createActionContext, validateCanManageDirectoriespublic static final String ID
protected OperationContext ctx
protected DirectoryService directoryService
protected org.nuxeo.ecm.core.schema.SchemaManager schemaManager
protected String directoryName
protected String jsonEntries
protected boolean translateLabels
protected String lang
Copyright © 2019 Nuxeo SA. All rights reserved.