Skip navigation links


oracle.iam.reconciliation.vo
Class ReconSearchCriteria

java.lang.Object
  extended by oracle.iam.reconciliation.vo.ReconSearchCriteria

All Implemented Interfaces:
java.io.Serializable

public class ReconSearchCriteria
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Nested Class Summary
static class ReconSearchCriteria.Operator
           

 

Constructor Summary
ReconSearchCriteria()
           
ReconSearchCriteria(ReconSearchCriteria.Operator op)
           

 

Method Summary
 void addExpression(java.lang.String paramName, java.lang.Object paramVal, ReconSearchCriteria.Operator comparatorOp)
          Add an expression to the existing search criteria
 ReconSearchCriteria.Operator getConjunctionOp()
           
 SearchCriteria getSearchCriteria()
           
 void setConjunctionOp(ReconSearchCriteria.Operator op)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ReconSearchCriteria

public ReconSearchCriteria()
                    throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException

ReconSearchCriteria

public ReconSearchCriteria(ReconSearchCriteria.Operator op)
                    throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException

Method Detail

getSearchCriteria

public SearchCriteria getSearchCriteria()

getConjunctionOp

public ReconSearchCriteria.Operator getConjunctionOp()

setConjunctionOp

public void setConjunctionOp(ReconSearchCriteria.Operator op)
                      throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException

addExpression

public void addExpression(java.lang.String paramName,
                          java.lang.Object paramVal,
                          ReconSearchCriteria.Operator comparatorOp)
                   throws java.lang.RuntimeException
Add an expression to the existing search criteria
Parameters:
paramName -
paramVal -
comparatorOp -
Throws:
java.lang.RuntimeException

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.