Package org.bonitasoft.engine.search
Class AbstractCommentSearchEntity
java.lang.Object
org.bonitasoft.engine.search.AbstractSearchEntity<org.bonitasoft.engine.bpm.comment.Comment,SComment>
org.bonitasoft.engine.search.AbstractCommentSearchEntity
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.bpm.comment.Comment>>
- Direct Known Subclasses:
SearchComments,SearchCommentsInvolvingUser,SearchCommentsManagedBy,SearchCommentsSupervisedByTransaction
public abstract class AbstractCommentSearchEntity
extends AbstractSearchEntity<org.bonitasoft.engine.bpm.comment.Comment,SComment>
- Author:
- Hongwen Zang
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractCommentSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options) -
Method Summary
Modifier and TypeMethodDescriptionList<org.bonitasoft.engine.bpm.comment.Comment>convertToClientObjects(List<SComment> serverObjects) Must convert server objects in client objects hereMethods inherited from class org.bonitasoft.engine.search.AbstractSearchEntity
execute, executeCount, executeSearch, getResult, getSearchFilter, search, search, validateQuery
-
Constructor Details
-
AbstractCommentSearchEntity
public AbstractCommentSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options)
-
-
Method Details
-
convertToClientObjects
public List<org.bonitasoft.engine.bpm.comment.Comment> convertToClientObjects(List<SComment> serverObjects) Description copied from class:AbstractSearchEntityMust convert server objects in client objects here- Specified by:
convertToClientObjectsin classAbstractSearchEntity<org.bonitasoft.engine.bpm.comment.Comment,SComment> - Parameters:
serverObjects- The server object to convert- Returns:
- The list of the client objects corresponding to the server objects
-