public abstract class AbstractCommentSearchEntity extends AbstractSearchEntity<org.bonitasoft.engine.bpm.comment.Comment,SComment>
| Constructor and Description |
|---|
AbstractCommentSearchEntity(SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bonitasoft.engine.bpm.comment.Comment> |
convertToClientObjects(java.util.List<SComment> serverObjects)
Must convert server objects in client objects here
|
execute, executeCount, executeSearch, getResult, getSearchFilter, search, search, validateQuerypublic AbstractCommentSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options)
public java.util.List<org.bonitasoft.engine.bpm.comment.Comment> convertToClientObjects(java.util.List<SComment> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<org.bonitasoft.engine.bpm.comment.Comment,SComment>serverObjects - The server object to convert