Package org.bonitasoft.engine.search
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 Summary
ConstructorsConstructorDescriptionAbstractArchivedDocumentSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options, DocumentService documentService) -
Method Summary
Modifier and TypeMethodDescriptionList<org.bonitasoft.engine.bpm.document.ArchivedDocument>convertToClientObjects(List<SAMappedDocument> 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
-
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:AbstractSearchEntityMust convert server objects in client objects here- Specified by:
convertToClientObjectsin classAbstractSearchEntity<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
-