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