Class SearchApplicationMenuDescriptor
- java.lang.Object
-
- org.bonitasoft.engine.search.descriptor.SearchEntityDescriptor
-
- org.bonitasoft.engine.search.descriptor.SearchApplicationMenuDescriptor
-
public class SearchApplicationMenuDescriptor extends SearchEntityDescriptor
- Author:
- Elias Ricken de Medeiros
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, convertFilterValue, getEntityFilter, getEntityOrder, getEntitySearchTerm
-
-
-
-
Method Detail
-
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
-
-