Class AbstractArchivedDocumentSearchEntity

java.lang.Object
org.bonitasoft.engine.search.AbstractSearchEntity<org.bonitasoft.engine.bpm.document.ArchivedDocument,SAMappedDocument>
org.bonitasoft.engine.search.AbstractArchivedDocumentSearchEntity
All Implemented Interfaces:
TransactionContent, TransactionContentWithResult<org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.bpm.document.ArchivedDocument>>
Direct Known Subclasses:
SearchArchivedDocuments, SearchArchivedDocumentsSupervisedBy

public abstract class AbstractArchivedDocumentSearchEntity extends AbstractSearchEntity<org.bonitasoft.engine.bpm.document.ArchivedDocument,SAMappedDocument>
Author:
Zhang Bole, Baptiste Mesta
  • Constructor Details

    • AbstractArchivedDocumentSearchEntity

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

    • convertToClientObjects

      public List<org.bonitasoft.engine.bpm.document.ArchivedDocument> convertToClientObjects(List<SAMappedDocument> serverObjects)
      Description copied from class: AbstractSearchEntity
      Must convert server objects in client objects here
      Specified by:
      convertToClientObjects in class AbstractSearchEntity<org.bonitasoft.engine.bpm.document.ArchivedDocument,SAMappedDocument>
      Parameters:
      serverObjects - The server object to convert
      Returns:
      The list of the client objects corresponding to the server objects