public class SearchDocumentsSupervisedBy extends AbstractDocumentSearchEntity
Constructor and Description |
---|
SearchDocumentsSupervisedBy(org.bonitasoft.engine.core.process.document.api.ProcessDocumentService processDocumentService,
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<org.bonitasoft.engine.core.process.document.model.SProcessDocument> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
execute the search here
|
convertToClientObjects
execute, getResult, getSearchFilter
public SearchDocumentsSupervisedBy(org.bonitasoft.engine.core.process.document.api.ProcessDocumentService processDocumentService, SearchDocumentDescriptor searchDescriptor, SearchOptions options, long userId)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntity
executeCount
in class AbstractSearchEntity<Document,org.bonitasoft.engine.core.process.document.model.SProcessDocument>
searchOptions
- query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaSearchException
public List<org.bonitasoft.engine.core.process.document.model.SProcessDocument> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntity
executeSearch
in class AbstractSearchEntity<Document,org.bonitasoft.engine.core.process.document.model.SProcessDocument>
searchOptions
- query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaSearchException
Copyright © 2013 BonitaSoft. All Rights Reserved.