Package com.ibm.di.server
Class SearchCriteria.rscSearch
- java.lang.Object
-
- com.ibm.di.server.SearchCriteria.rscSearch
-
- Enclosing class:
- SearchCriteria
public static class SearchCriteria.rscSearch extends java.lang.Object
This class is used internally.
This class is a simple Java Bean object that represents the built search criteria or a template to build it.
-
-
Constructor Summary
Constructors Constructor Description rscSearch(java.lang.String name, int match, java.lang.Object value)
Creates s simple object of typeSearchCriteria.rscSearch
-
-
-
Constructor Detail
-
rscSearch
public rscSearch(java.lang.String name, int match, java.lang.Object value)
Creates s simple object of typeSearchCriteria.rscSearch
- Parameters:
name
- is the attribute namematch
- is the operator.value
- is the other attribute or its expanded value(s).
-
-