|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.caCore.applicationservice.QueryOptions
public class QueryOptions
Options to use during LexEVS Data Service Querying.
Constructor Summary | |
---|---|
QueryOptions()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryOptions()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |