Class QNameAutoCompletePlugin
java.lang.Object
fr.becpg.repo.autocomplete.impl.plugins.QNameAutoCompletePlugin
- All Implemented Interfaces:
AutoCompletePlugin
QNameAutoCompletePlugin class.
- Author:
- matthieu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate EntityDictionaryServiceprivate EntityListDAOprivate org.alfresco.service.namespace.NamespaceServiceprivate org.alfresco.service.cmr.repository.NodeServiceprivate static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SOURCE_TYPE_QNAME
- See Also:
-
nodeService
@Autowired private org.alfresco.service.cmr.repository.NodeService nodeService -
entityListDAO
-
entityDictionaryService
-
namespaceService
@Autowired private org.alfresco.service.namespace.NamespaceService namespaceService
-
-
Constructor Details
-
QNameAutoCompletePlugin
public QNameAutoCompletePlugin()
-
-
Method Details
-
getHandleSourceTypes
getHandleSourceTypes.
- Specified by:
getHandleSourceTypesin interfaceAutoCompletePlugin- Returns:
- sourceType that the plugin handle
-
suggest
public AutoCompletePage suggest(String sourceType, String query, Integer pageNum, Integer pageSize, Map<String, Serializable> props) suggest.
-