public abstract class AbstractCommentSearchEntity extends AbstractSearchEntity<Comment,org.bonitasoft.engine.core.process.comment.model.SComment>
| Constructor and Description |
|---|
AbstractCommentSearchEntity(SearchEntityDescriptor searchDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
convertToClientObjects(List<org.bonitasoft.engine.core.process.comment.model.SComment> serverObjects)
Must convert server objects in client objects here
|
execute, executeCount, executeSearch, getResult, getSearchFilterpublic AbstractCommentSearchEntity(SearchEntityDescriptor searchDescriptor, SearchOptions options)
public List<Comment> convertToClientObjects(List<org.bonitasoft.engine.core.process.comment.model.SComment> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<Comment,org.bonitasoft.engine.core.process.comment.model.SComment>serverObjects - The server object to convertCopyright © 2014 Bonitasoft S.A.. All rights reserved.