public class QueryOptions
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
QueryOptions() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodingScheme()
Get the Coding Scheme name that this QueryOptions instance will restrict to.
|
CodingSchemeVersionOrTag |
getCodingSchemeVersionOrTag()
Get the CodingSchemeVersionOrTag that this QueryOptions instance will restrict to.
|
int |
getResultPageSize()
The number of results to be returned to the client at one time.
|
java.util.HashMap |
getSecurityTokens()
Get the Security Tokens associated with this QueryOptions instance.
|
boolean |
isLazyLoad()
Returns whether or not the QueryOptions instance will use LazyLoading.
|
void |
setCodingScheme(java.lang.String codingScheme)
Set the Coding Scheme name that this QueryOptions instance will restrict to.
|
void |
setCodingSchemeVersionOrTag(CodingSchemeVersionOrTag codingSchemeVersionOrTag)
Set the CodingSchemeVersionOrTag that this QueryOptions instance will restrict to.
|
void |
setLazyLoad(boolean lazyLoad)
Sets whether or not the QueryOptions instance will use LazyLoading.
|
void |
setResultPageSize(int resultPageSize)
Specifies the number of results returned to the client at one time.
|
void |
setSecurityTokens(java.util.HashMap securityTokens)
Set the Security Tokens associated with this QueryOptions instance.
|
public java.util.HashMap getSecurityTokens()
public void setSecurityTokens(java.util.HashMap securityTokens)
securityTokens
- public java.lang.String getCodingScheme()
public void setCodingScheme(java.lang.String codingScheme)
The
- Coding Scheme to Querypublic CodingSchemeVersionOrTag getCodingSchemeVersionOrTag()
public void setCodingSchemeVersionOrTag(CodingSchemeVersionOrTag codingSchemeVersionOrTag)
The
- CodingSchemeVersionOrTag to Querypublic boolean isLazyLoad()
public void setLazyLoad(boolean lazyLoad)
lazyLoad
- public int getResultPageSize()
public void setResultPageSize(int resultPageSize)
number
- of results returned per page