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