public class SearchDocumentsSupervisedBy extends AbstractDocumentSearchEntity
Constructor and Description |
---|
SearchDocumentsSupervisedBy(DocumentService documentService,
SearchDocumentDescriptor searchDescriptor,
SearchOptions options,
long userId) |
Modifier and Type | Method and Description |
---|---|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the count here
|
List<SMappedDocument> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the search here
|
convertToClientObjects
execute, getResult, getSearchFilter, search, search, validateQuery
public SearchDocumentsSupervisedBy(DocumentService documentService, SearchDocumentDescriptor searchDescriptor, SearchOptions options, long userId)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntity
executeCount
in class AbstractSearchEntity<Document,SMappedDocument>
searchOptions
- The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadException
public List<SMappedDocument> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntity
executeSearch
in class AbstractSearchEntity<Document,SMappedDocument>
searchOptions
- The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadException
Copyright © 2018 Bonitasoft S.A.. All rights reserved.