Package oracle.iam.reconciliation.vo
Class ReconSearchCriteria
java.lang.Object
oracle.iam.reconciliation.vo.ReconSearchCriteria
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExpression
(String paramName, Object paramVal, ReconSearchCriteria.Operator comparatorOp) Add an expression to the existing search criteriavoid
-
Constructor Details
-
ReconSearchCriteria
- Throws:
RuntimeException
-
ReconSearchCriteria
- Throws:
RuntimeException
-
-
Method Details
-
getSearchCriteria
-
getConjunctionOp
-
setConjunctionOp
- Throws:
RuntimeException
-
addExpression
public void addExpression(String paramName, Object paramVal, ReconSearchCriteria.Operator comparatorOp) throws RuntimeException Add an expression to the existing search criteria- Parameters:
paramName
-paramVal
-comparatorOp
-- Throws:
RuntimeException
-