public abstract class AbstractArchivedDocumentSearchEntity extends AbstractSearchEntity<org.bonitasoft.engine.bpm.document.ArchivedDocument,SAMappedDocument>
| Constructor and Description |
|---|
AbstractArchivedDocumentSearchEntity(SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions options,
DocumentService documentService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bonitasoft.engine.bpm.document.ArchivedDocument> |
convertToClientObjects(java.util.List<SAMappedDocument> serverObjects)
Must convert server objects in client objects here
|
execute, executeCount, executeSearch, getResult, getSearchFilter, search, search, validateQuerypublic AbstractArchivedDocumentSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options, DocumentService documentService)
public java.util.List<org.bonitasoft.engine.bpm.document.ArchivedDocument> convertToClientObjects(java.util.List<SAMappedDocument> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<org.bonitasoft.engine.bpm.document.ArchivedDocument,SAMappedDocument>serverObjects - The server object to convert