Class SearchCommentDescriptor
- java.lang.Object
-
- org.bonitasoft.engine.search.descriptor.SearchEntityDescriptor
-
- org.bonitasoft.engine.search.descriptor.SearchCommentDescriptor
-
public class SearchCommentDescriptor extends SearchEntityDescriptor
- Author:
- Hongwen Zang, Matthieu Chaffotte
-
-
Constructor Summary
Constructors Constructor Description SearchCommentDescriptor()
-
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:
getEntityKeys
in classSearchEntityDescriptor
-
getAllFields
protected java.util.Map<java.lang.Class<? extends PersistentObject>,java.util.Set<java.lang.String>> getAllFields()
- Specified by:
getAllFields
in classSearchEntityDescriptor
-
-