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 Details

    • ID

      public static final String ID
      See Also:
    • 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
  • Constructor Details

    • SuggestDirectoryEntries

      public SuggestDirectoryEntries()
  • Method Details

    • 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
    • translate

      protected String translate(String key)