public class SearchArchivedDocuments extends AbstractArchivedDocumentSearchEntity
| Constructor and Description |
|---|
SearchArchivedDocuments(org.bonitasoft.engine.core.process.document.api.ProcessDocumentService processDocumentService,
SearchArchivedDocumentDescriptor searchDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the count here
|
List<org.bonitasoft.engine.core.process.document.model.SAProcessDocument> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilterpublic SearchArchivedDocuments(org.bonitasoft.engine.core.process.document.api.ProcessDocumentService processDocumentService,
SearchArchivedDocumentDescriptor searchDescriptor,
SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<ArchivedDocument,org.bonitasoft.engine.core.process.document.model.SAProcessDocument>searchOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaSearchExceptionpublic List<org.bonitasoft.engine.core.process.document.model.SAProcessDocument> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<ArchivedDocument,org.bonitasoft.engine.core.process.document.model.SAProcessDocument>searchOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaSearchExceptionCopyright © 2014 Bonitasoft S.A.. All rights reserved.