Class NotificationRuleAutoCompletePlugin
java.lang.Object
fr.becpg.repo.autocomplete.impl.plugins.NotificationRuleAutoCompletePlugin
- All Implemented Interfaces:
AutoCompletePlugin
@Service
public class NotificationRuleAutoCompletePlugin
extends Object
implements AutoCompletePlugin
NotificationRuleListValue class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanprivate AutoCompletePagegetAvailablePropNames(String query, Integer pageNum, Integer pageSize) private AutoCompletePagegetAvailableTypeNames(String query, Integer pageNum, Integer pageSize) String[]getHandleSourceTypes.suggest(String sourceType, String query, Integer pageNum, Integer pageSize, Map<String, Serializable> props) suggest.
-
Field Details
-
logger
private static final org.apache.commons.logging.Log logger -
ENTITY_TYPE_VALUE
- See Also:
-
PROP_DATE_VALUE
- See Also:
-
SEPARATOR
- See Also:
-
serviceRegistry
@Autowired @Qualifier("ServiceRegistry") private org.alfresco.service.ServiceRegistry serviceRegistry
-
-
Constructor Details
-
NotificationRuleAutoCompletePlugin
public NotificationRuleAutoCompletePlugin()
-
-
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.
-
filter
-
getAvailableTypeNames
-
getAvailablePropNames
-