Class QNameAutoCompletePlugin

java.lang.Object
fr.becpg.repo.autocomplete.impl.plugins.QNameAutoCompletePlugin
All Implemented Interfaces:
AutoCompletePlugin

@Service public class QNameAutoCompletePlugin extends Object implements AutoCompletePlugin

QNameAutoCompletePlugin class.

Author:
matthieu
  • Field Details

    • SOURCE_TYPE_QNAME

      private static final String SOURCE_TYPE_QNAME
      See Also:
    • nodeService

      @Autowired private org.alfresco.service.cmr.repository.NodeService nodeService
    • entityListDAO

      @Autowired private EntityListDAO entityListDAO
    • entityDictionaryService

      @Autowired private EntityDictionaryService entityDictionaryService
    • namespaceService

      @Autowired private org.alfresco.service.namespace.NamespaceService namespaceService
  • Constructor Details

    • QNameAutoCompletePlugin

      public QNameAutoCompletePlugin()
  • Method Details