|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.dtsrpc.client.SearchCriteria
SearchCriteria
| Field Summary | |
static int |
MATCH_BY_ASSOCIATION
a static constant, 4 |
static int |
MATCH_BY_INVERSE_ASSOCIATION
a static constant, 7 |
static int |
MATCH_BY_INVERSE_ROLE
a static constant, 6 |
static int |
MATCH_BY_NAME
a static constant, 0 |
static int |
MATCH_BY_PROPERTY
a static constant, 2 |
static int |
MATCH_BY_ROLE
a static constant, 1 |
static int |
MATCH_BY_ROLE_PROPERTY
a static constant, 8 |
static int |
MATCH_BY_SILO
a static constant, 3 |
static int |
MATCH_BY_SYNONYM
a static constant, 5 |
| Constructor Summary | |
SearchCriteria()
default constructor |
|
| Method Summary | |
int |
getASDIndex()
Gets ASDIndex |
int |
getLimit()
Gets limit |
int |
getMatchOption()
Gets matchOption |
java.lang.String |
getMatchType()
Gets matchType |
int |
getNamespaceId()
Gets namespaceId |
java.lang.String |
getPattern()
Gets pattern |
void |
setASDIndex(int ASDIndex)
Assigns a value to ASDIndex |
void |
setLimit(int limit)
Assigns a value to limit |
void |
setMatchOption(int matchOption)
Assigns a value to matchOption |
void |
setMatchType(java.lang.String matchType)
Assigns a value to matchType |
void |
setNamespaceId(int namespaceId)
Assigns a value to namespaceId |
void |
setPattern(java.lang.String pattern)
Assigns a value to pattern |
org.w3c.dom.Document |
toDOM()
Gets a XML Document representation of a SearchCriteria object |
java.lang.String |
toString()
Gets a String representation of a SearchCriteria object. |
java.lang.String |
toXML()
Gets a XML representation of a SearchCriteria object in String |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int MATCH_BY_NAME
public static final int MATCH_BY_ROLE
public static final int MATCH_BY_PROPERTY
public static final int MATCH_BY_SILO
public static final int MATCH_BY_ASSOCIATION
public static final int MATCH_BY_SYNONYM
public static final int MATCH_BY_INVERSE_ROLE
public static final int MATCH_BY_INVERSE_ASSOCIATION
public static final int MATCH_BY_ROLE_PROPERTY
| Constructor Detail |
public SearchCriteria()
| Method Detail |
public void setNamespaceId(int namespaceId)
namespaceId - namespace idpublic void setPattern(java.lang.String pattern)
pattern - search patternpublic void setLimit(int limit)
limit - search limitpublic void setMatchOption(int matchOption)
matchOption - match option (0, ...8)public void setMatchType(java.lang.String matchType)
matchType - match typepublic void setASDIndex(int ASDIndex)
ASDIndex - AtrtibuteSetDescriptor indexpublic int getNamespaceId()
public java.lang.String getPattern()
public int getLimit()
public int getMatchOption()
public java.lang.String getMatchType()
public int getASDIndex()
public java.lang.String toXML()
public java.lang.String toString()
public org.w3c.dom.Document toDOM()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||