Skip navigation links


oracle.iam.request.vo
Class RequestTemplateSearchCriteria

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

All Implemented Interfaces:
java.io.Serializable

Deprecated.

@Deprecated
public class RequestTemplateSearchCriteria
extends java.lang.Object
implements java.io.Serializable

This class is no longer supported. RequestProfile needs to be used as alternative to request templates. Please refer to product documentation for further information.

See Also:
Serialized Form

Nested Class Summary
static class RequestTemplateSearchCriteria.Operator
          Deprecated. 

 

Constructor Summary
RequestTemplateSearchCriteria()
          Deprecated.  

 

Method Summary
 void addCondition(java.lang.String attributeName, java.lang.String attributevalue, RequestTemplateSearchCriteria.Operator operator)
          Deprecated.  
 SearchCriteria.Operator getConjunctionOperator()
          Deprecated.  
 boolean isSelfRequestType()
          Deprecated.  
 void setConjunctionOperator(SearchCriteria.Operator Operator)
          Deprecated.  
 void setSelfRequestType(boolean selfRequestType)
          Deprecated.  

 

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

 

Constructor Detail

RequestTemplateSearchCriteria

public RequestTemplateSearchCriteria()
Deprecated. 

Method Detail

getConjunctionOperator

public SearchCriteria.Operator getConjunctionOperator()
Deprecated. 

setConjunctionOperator

public void setConjunctionOperator(SearchCriteria.Operator Operator)
Deprecated. 

isSelfRequestType

public boolean isSelfRequestType()
Deprecated. 

setSelfRequestType

public void setSelfRequestType(boolean selfRequestType)
Deprecated. 

addCondition

public void addCondition(java.lang.String attributeName,
                         java.lang.String attributevalue,
                         RequestTemplateSearchCriteria.Operator operator)
Deprecated. 

Skip navigation links


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