Class SearchPageDescriptor
- java.lang.Object
-
- org.bonitasoft.engine.search.descriptor.SearchEntityDescriptor
-
- org.bonitasoft.engine.search.descriptor.SearchPageDescriptor
-
public class SearchPageDescriptor extends SearchEntityDescriptor
- Author:
- Baptiste Mesta
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.SerializableconvertFilterValue(java.lang.String filterField, java.io.Serializable filterValue)Override this method to have specific conversion behavior from client filter value to server filter value .protected java.util.Map<java.lang.Class<? extends PersistentObject>,java.util.Set<java.lang.String>>getAllFields()protected java.util.Map<java.lang.String,FieldDescriptor>getEntityKeys()-
Methods inherited from class org.bonitasoft.engine.search.descriptor.SearchEntityDescriptor
constructFilterOption, getEntityFilter, getEntityOrder, getEntitySearchTerm
-
-
-
-
Method Detail
-
convertFilterValue
protected java.io.Serializable convertFilterValue(java.lang.String filterField, java.io.Serializable filterValue)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
-
getEntityKeys
protected java.util.Map<java.lang.String,FieldDescriptor> getEntityKeys()
- Specified by:
getEntityKeysin classSearchEntityDescriptor
-
getAllFields
protected java.util.Map<java.lang.Class<? extends PersistentObject>,java.util.Set<java.lang.String>> getAllFields()
- Specified by:
getAllFieldsin classSearchEntityDescriptor
-
-