|
||||||||||
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.
Field Summary | |
---|---|
private String |
codingScheme
|
private org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag |
codingSchemeVersionOrTag
|
private boolean |
lazyLoad
|
private int |
resultPageSize
|
private HashMap |
securityTokens
|
Constructor Summary | |
---|---|
QueryOptions()
|
Method Summary | |
---|---|
String |
getCodingScheme()
Get the Coding Scheme name that this QueryOptions instance will restrict to. |
org.LexGrid.LexBIG.DataModel.Core.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. |
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(String codingScheme)
Set the Coding Scheme name that this QueryOptions instance will restrict to. |
void |
setCodingSchemeVersionOrTag(org.LexGrid.LexBIG.DataModel.Core.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(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 |
Field Detail |
---|
private String codingScheme
private org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag codingSchemeVersionOrTag
private HashMap securityTokens
private boolean lazyLoad
private int resultPageSize
Constructor Detail |
---|
public QueryOptions()
Method Detail |
---|
public HashMap getSecurityTokens()
public void setSecurityTokens(HashMap securityTokens)
securityTokens
- public String getCodingScheme()
public void setCodingScheme(String codingScheme)
The
- Coding Scheme to Querypublic org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag getCodingSchemeVersionOrTag()
public void setCodingSchemeVersionOrTag(org.LexGrid.LexBIG.DataModel.Core.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 |