|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.model.webapp.client.searchbar.TermSearchRequest.Term
public static class TermSearchRequest.Term
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
TermSearchRequest.Term(org.eaglei.model.EIURI uri)
Creates a new search term with the specified entity URI. |
|
TermSearchRequest.Term(java.lang.String query)
Creates a new search term with the specified query string. |
|
TermSearchRequest.Term(java.lang.String query,
org.eaglei.model.EIURI uri)
Creates a new search term with the specified query string and entity URI. |
|
TermSearchRequest.Term(TermSearchRequest.Term term)
Creates a deep copy of the given Term. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getQuery()
Gets the search query |
org.eaglei.model.EIURI |
getURI()
Get the URI for the eagle-i ontology entity used to constrain the search term |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public TermSearchRequest.Term(java.lang.String query,
org.eaglei.model.EIURI uri)
query - Query used for a full-text searching. Must not be a zero
length string. TBD: support for advanced syntax in the
query stringuri - The URI of a class in the eagle-i ontology (or referenced
ontology) that is used as the target for the search
operation. This URI may have been resolved from the query
string.public TermSearchRequest.Term(java.lang.String query)
query - Query used for a full-text searching. TBD: support for
advanced syntax in the query stringpublic TermSearchRequest.Term(org.eaglei.model.EIURI uri)
uri - The URI of a class in the eagle-i ontology (or referenced
ontology) that is used as the target for the search
operation.public TermSearchRequest.Term(TermSearchRequest.Term term)
term - Term to copy| Method Detail |
|---|
public java.lang.String getQuery()
public org.eaglei.model.EIURI getURI()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||