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