public interface SearchResultFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
void |
filter(SelectionCriteria selectionCriteria,
commonj.sdo.DataObject dataObject)
Invoke the search filter to modify the given data object to make it
suitable for business use.
|
static final java.lang.String COPYRIGHT
void filter(SelectionCriteria selectionCriteria, commonj.sdo.DataObject dataObject) throws java.lang.RuntimeException
selectionCriteria
- Java representation of the search expressiondataObject
- Java object to be filteredjava.lang.RuntimeException