Nuxeo ECM Projects 5.6-RC1

Uses of Interface
org.nuxeo.ecm.platform.suggestbox.service.Suggester

Packages that use Suggester
org.nuxeo.ecm.platform.suggestbox.service.descriptors   
org.nuxeo.ecm.platform.suggestbox.service.suggesters   
 

Uses of Suggester in org.nuxeo.ecm.platform.suggestbox.service.descriptors
 

Methods in org.nuxeo.ecm.platform.suggestbox.service.descriptors that return Suggester
 Suggester SuggesterDescriptor.getSuggester()
           
 

Uses of Suggester in org.nuxeo.ecm.platform.suggestbox.service.suggesters
 

Classes in org.nuxeo.ecm.platform.suggestbox.service.suggesters that implement Suggester
 class DocumentLookupSuggester
          Perform a NXQL full-text query (on the title by default) on the repository and suggest to navigate to the top documents matching that query.
 class DocumentSearchByDateSuggester
          Simple stateless suggester that parses the input and suggest to search document by date if the input can be interpreted as a date in the user locale.
 class DocumentSearchByPropertySuggester
          Simple stateless document search suggester that propose to use the user input for searching a specific field.
 class UserGroupLookupSuggester
          Perform a lookup by name query on the UserManager service and suggest to navigate to the top user and / or group profiles matching that query.
 


Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.