Class SuggestDirectoryEntries
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.services.directory.SuggestDirectoryEntries
-
public class SuggestDirectoryEntries extends Object
SuggestDirectoryEntries Operation- Since:
- 5.7.3
-
-
Field Summary
Fields Modifier and Type Field Description protected String
absoluteLabelSeparator
Separator to display absolute labelprotected boolean
canSelectParent
protected boolean
caseSensitive
Choose if sort is case sensitiveprotected boolean
contains
Fetch mode.protected OperationContext
ctx
protected boolean
dbl10n
protected String
directoryName
protected DirectoryService
directoryService
protected boolean
displayObsoleteEntries
protected boolean
filterParent
protected Properties
filters
static String
ID
protected String
keySeparator
protected String
labelFieldName
protected String
lang
protected int
limit
protected boolean
localize
protected String
prefix
protected SchemaManager
schemaManager
-
Constructor Summary
Constructors Constructor Description SuggestDirectoryEntries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collator
getCollator()
protected String
getLang()
protected Locale
getLocale()
protected String
getObsoleteWarningMessage()
Blob
run()
protected String
translate(String key)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
directoryService
protected DirectoryService directoryService
-
schemaManager
protected SchemaManager schemaManager
-
directoryName
protected String directoryName
-
localize
protected boolean localize
-
lang
protected String lang
-
prefix
protected String prefix
-
labelFieldName
protected String labelFieldName
-
dbl10n
protected boolean dbl10n
-
canSelectParent
protected boolean canSelectParent
-
filterParent
protected boolean filterParent
-
keySeparator
protected String keySeparator
-
displayObsoleteEntries
protected boolean displayObsoleteEntries
-
filters
protected Properties filters
- Since:
- 10.2
-
limit
protected int limit
- Since:
- 8.2
-
contains
protected boolean contains
Fetch mode. If not contains, then starts with.- Since:
- 5.9.2
-
caseSensitive
protected boolean caseSensitive
Choose if sort is case sensitive- Since:
- 5.9.3
-
absoluteLabelSeparator
protected String absoluteLabelSeparator
Separator to display absolute label- Since:
- 5.9.2
-
-
Method Detail
-
getLang
protected String getLang()
-
getLocale
protected Locale getLocale()
-
getCollator
protected Collator getCollator()
- Since:
- 5.9.3
-
getObsoleteWarningMessage
protected String getObsoleteWarningMessage()
-
run
public Blob run() throws IOException
- Throws:
IOException
-
-