SeekQuery Class

public class SeekQuery extends IndexedQuery

Represents a seek query. The seek query can be used to seek through sets of results using the given seek operation.

Constructor Summary

Modifier Constructor Description
protected SeekQuery()
protected SeekQuery(Object token)

Method Summary

Modifier and Type Method and Description
SeekOperation getSeekOperation()

Gets or sets the seek operation that needs to be performed.

QueryType getType()

Gets the query type.

void setSeekOperation(SeekOperation value)

Sets the seek operation that needs to be performed.

Inherited Members

BaseQuery.getSeekOperation() BaseQuery.getToken() BaseQuery.setSeekOperation(SeekOperation value) BaseQuery.setToken(Object value) IndexedQuery.getIndex() IndexedQuery.getPageSize() IndexedQuery.getType() IndexedQuery.setIndex(int value) IndexedQuery.setPageSize(int value) IndexedQuery.toString() SimpleQuery.getFilter() SimpleQuery.getSort() SimpleQuery.setFilter(FieldFilter value) SimpleQuery.setSort(Sort value) java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

SeekQuery

protected SeekQuery()

SeekQuery

protected SeekQuery(Object token)

Parameters:

token

Method Details

getSeekOperation

public SeekOperation getSeekOperation()

Gets or sets the seek operation that needs to be performed.

Overrides:

SeekQuery.getSeekOperation()

getType

public QueryType getType()

Gets the query type.

Overrides:

SeekQuery.getType()

setSeekOperation

public void setSeekOperation(SeekOperation value)

Sets the seek operation that needs to be performed.

Overrides:

SeekQuery.setSeekOperation(SeekOperation value)

Parameters:

value

Applies to