Class AbstractArchivedCommentsSearchEntity

java.lang.Object
org.bonitasoft.engine.search.AbstractSearchEntity<org.bonitasoft.engine.bpm.comment.ArchivedComment,SAComment>
org.bonitasoft.engine.search.AbstractArchivedCommentsSearchEntity
All Implemented Interfaces:
TransactionContent, TransactionContentWithResult<org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.bpm.comment.ArchivedComment>>
Direct Known Subclasses:
SearchArchivedComments

public abstract class AbstractArchivedCommentsSearchEntity extends AbstractSearchEntity<org.bonitasoft.engine.bpm.comment.ArchivedComment,SAComment>
Author:
Hongwen Zang
  • Constructor Details

    • AbstractArchivedCommentsSearchEntity

      public AbstractArchivedCommentsSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options)
  • Method Details

    • convertToClientObjects

      public List<org.bonitasoft.engine.bpm.comment.ArchivedComment> convertToClientObjects(List<SAComment> 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.ArchivedComment,SAComment>
      Parameters:
      serverObjects - The server object to convert
      Returns:
      The list of the client objects corresponding to the server objects