public class SearchCommands extends AbstractCommandSearchEntity
Constructor and Description |
---|
SearchCommands(CommandService commandService,
SearchCommandDescriptor 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.command.model.SCommand> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
execute the search here
|
convertToClientObjects
execute, getResult, getSearchFilter
public SearchCommands(CommandService commandService, SearchCommandDescriptor searchDescriptor, SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntity
executeCount
in class AbstractSearchEntity<CommandDescriptor,org.bonitasoft.engine.command.model.SCommand>
searchOptions
- query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaSearchException
public List<org.bonitasoft.engine.command.model.SCommand> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntity
executeSearch
in class AbstractSearchEntity<CommandDescriptor,org.bonitasoft.engine.command.model.SCommand>
searchOptions
- query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaSearchException
Copyright © 2013 BonitaSoft. All Rights Reserved.