Skip navigation links


oracle.iam.request.vo
Class RequestSearchCriteria

java.lang.Object
  extended by oracle.iam.request.vo.RequestSearchCriteria

All Implemented Interfaces:
java.io.Serializable

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

Nested Class Summary
static class RequestSearchCriteria.Operator
           

 

Constructor Summary
RequestSearchCriteria()
           
RequestSearchCriteria(RequestSearchCriteria.Operator op)
          Create RequestSearchCriteria

 

Method Summary
 void addExpression(SearchCriteria newCrit, SearchCriteria.Operator op)
           
 void addExpression(java.lang.String paramName, java.lang.Object paramVal, RequestSearchCriteria.Operator comparatorOp)
          Add an expression to the existing search criteria
 RequestSearchCriteria.Operator getConjunctionOp()
          Return the conjunction operator
 void setConjunctionOp(RequestSearchCriteria.Operator op)
          Specify the conjunction operator to be used on search parameters.

 

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

 

Constructor Detail

RequestSearchCriteria

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

RequestSearchCriteria

public RequestSearchCriteria(RequestSearchCriteria.Operator op)
                      throws RequestServiceException
Create RequestSearchCriteria
Parameters:
op - Conjunction operator
Throws:
RequestServiceException

Method Detail

getConjunctionOp

public RequestSearchCriteria.Operator getConjunctionOp()
Return the conjunction operator
Returns:

setConjunctionOp

public void setConjunctionOp(RequestSearchCriteria.Operator op)
                      throws RequestServiceException
Specify the conjunction operator to be used on search parameters.
Parameters:
op, - Allowed conjunction values are AND and OR
Throws:
RequestServiceException

addExpression

public void addExpression(java.lang.String paramName,
                          java.lang.Object paramVal,
                          RequestSearchCriteria.Operator comparatorOp)
                   throws RequestServiceException
Add an expression to the existing search criteria
Parameters:
paramName, - Name of the parameter. Below is the list of allowed parameters
paramVal - - value of the parameter
comparatorOp - - allowed operators: Operator {AND, OR, NOT_CONTAIN, CONTAIN, NOT_END_WITH, END_WITH, NOT_PRESENT, PRESENT, BEGIN_WITH, NOT_BEGIN_WITH, EQUAL, NOT_EQUAL, AFTER, BEFORE, NOT_AFTER, NOT_BEFORE}
Throws:
RequestServiceException

addExpression

public void addExpression(SearchCriteria newCrit,
                          SearchCriteria.Operator op)
                   throws RequestServiceException
Throws:
RequestServiceException

Skip navigation links


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