Class SearchHumanTaskInstanceDescriptor
java.lang.Object
org.bonitasoft.engine.search.descriptor.SearchEntityDescriptor
org.bonitasoft.engine.search.descriptor.SearchHumanTaskInstanceDescriptor
- Author:
- Julien Mege, Zhang Bole, Matthieu Chaffotte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SerializableconvertFilterValue(String filterField, Serializable filterValue) Override this method to have specific conversion behavior from client filter value to server filter value .protected Map<Class<? extends PersistentObject>,Set<String>> protected Map<String,FieldDescriptor> Methods inherited from class org.bonitasoft.engine.search.descriptor.SearchEntityDescriptor
constructFilterOption, getEntityFilter, getEntityOrder, getEntitySearchTerm
-
Constructor Details
-
SearchHumanTaskInstanceDescriptor
public SearchHumanTaskInstanceDescriptor()
-
-
Method Details
-
getEntityKeys
- Specified by:
getEntityKeysin classSearchEntityDescriptor
-
getAllFields
- Specified by:
getAllFieldsin classSearchEntityDescriptor
-
convertFilterValue
Description copied from class:SearchEntityDescriptorOverride this method to have specific conversion behavior from client filter value to server filter value .- Overrides:
convertFilterValuein classSearchEntityDescriptor- Parameters:
filterField- The field to filterfilterValue- The initial value- Returns:
- the converted filter value
-