|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.remoteservices.provider.SearchCriteria
Encapsulates search criteria used in performing a recon. The attributes of the search criteria are filter, base, and attributes to return.
Constructor Summary | |
---|---|
SearchCriteria()
Creates an empty SearchCriteria object |
|
SearchCriteria(java.lang.String filter,
java.lang.String base,
java.util.Collection searchAttributes)
Creates new SearchCriteria. |
Method Summary | |
---|---|
java.lang.String |
getBase()
Accessor method for the search base. |
java.lang.String |
getFilter()
Accessor method for the search filter. |
java.util.Collection |
getSearchAttributes()
Gets the search attributes. |
boolean |
isEmpty()
Determine if the search criteria is empty |
void |
setBase(java.lang.String base)
Mutator method for the search base |
void |
setFilter(java.lang.String filter)
Mutator method for the search filter |
void |
setSearchAttributes(java.util.Collection searchAttributes)
Sets the search attributes. |
java.lang.String |
toString()
Provides human readable description of the filter, base, and search criteria. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SearchCriteria()
public SearchCriteria(java.lang.String filter, java.lang.String base, java.util.Collection searchAttributes)
filter
- A search filter, may be nullbase
- The base to start the search at, may be nullsearchAttributes
- Collection of Strings representing The list of names of attributes to return in the searchMethod Detail |
public java.util.Collection getSearchAttributes()
public void setSearchAttributes(java.util.Collection searchAttributes)
searchAttributes
- Collection of Strings representing The list of names of attributes to return in the searchpublic boolean isEmpty()
public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
filter
- The search filterpublic java.lang.String getBase()
public void setBase(java.lang.String base)
base
- the search basepublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |