|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.standards.asn.SearchConstraints
org.dlese.dpc.schemedit.standards.CATRequestConstraints
public class CATRequestConstraints
Data Structure to manage information passed to the CATRest Service to constrain it's search.
| Field Summary | |
|---|---|
static Integer |
ANY_GRADE
NOT YET DOCUMENTED |
| Constructor Summary | |
|---|---|
CATRequestConstraints()
Constructor for the CATRequestConstraints object |
|
| Method Summary | |
|---|---|
Map |
asMap()
Return Constraints as a map, keyed by parameter name |
List |
getFeedbackStandards()
|
String |
getIdentifier()
|
int |
getMaxResults()
|
String |
getQuery()
|
void |
setFeedbackStandards(List stds)
|
void |
setFeedbackStandards(String s)
|
void |
setIdentifier(String id)
|
void |
setMaxResults(int max)
|
void |
setQuery(String q)
|
String |
toQueryString()
|
String |
toString()
Return string representation of constraints map, used for debugging |
| Methods inherited from class org.dlese.dpc.standards.asn.SearchConstraints |
|---|
getAuthor, getEndGrade, getId, getKeywords, getStartGrade, getTopic, setAuthor, setEndGrade, setId, setKeywords, setStartGrade, setTopic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static Integer ANY_GRADE
| Constructor Detail |
|---|
public CATRequestConstraints()
| Method Detail |
|---|
public String getQuery()
public void setQuery(String q)
public int getMaxResults()
public void setMaxResults(int max)
public String getIdentifier()
public void setIdentifier(String id)
public void setFeedbackStandards(List stds)
public void setFeedbackStandards(String s)
public List getFeedbackStandards()
public Map asMap()
public String toQueryString()
public String toString()
toString in class Object
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||