Class SearchApplicationDescriptor
- java.lang.Object
-
- org.bonitasoft.engine.search.descriptor.SearchEntityDescriptor
-
- org.bonitasoft.engine.search.descriptor.SearchApplicationDescriptor
-
public class SearchApplicationDescriptor extends SearchEntityDescriptor
- Author:
- Elias Ricken de Medeiros
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPPLICATION_VISIBILITY
-
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
-
-
-
-
Field Detail
-
APPLICATION_VISIBILITY
public static final java.lang.String APPLICATION_VISIBILITY
- See Also:
- Constant Field Values
-
-
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
-
-