public abstract class AbstractDocumentSearchEntity extends AbstractSearchEntity<Document,org.bonitasoft.engine.core.document.model.SMappedDocument>
| Constructor and Description |
|---|
AbstractDocumentSearchEntity(SearchEntityDescriptor searchDescriptor,
SearchOptions options,
org.bonitasoft.engine.core.document.api.DocumentService documentService) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
convertToClientObjects(List<org.bonitasoft.engine.core.document.model.SMappedDocument> serverObjects)
Must convert server objects in client objects here
|
execute, executeCount, executeSearch, getResult, getSearchFilterpublic AbstractDocumentSearchEntity(SearchEntityDescriptor searchDescriptor, SearchOptions options, org.bonitasoft.engine.core.document.api.DocumentService documentService)
public List<Document> convertToClientObjects(List<org.bonitasoft.engine.core.document.model.SMappedDocument> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<Document,org.bonitasoft.engine.core.document.model.SMappedDocument>serverObjects - The server object to convertCopyright © 2014 Bonitasoft S.A.. All rights reserved.