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 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: AbstractSearchEntity
      Must convert server objects in client objects here
      Specified by:
      convertToClientObjects in class AbstractSearchEntity<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