Skip navigation links


oracle.iam.policyengine.vo
Class Condition

java.lang.Object
  extended by oracle.iam.platform.entitymgr.vo.SearchCriteria
      extended by oracle.iam.platform.entitymgr.vo.SearchRule
          extended by oracle.iam.policyengine.vo.Condition

All Implemented Interfaces:
java.io.Serializable

public final class Condition
extends SearchRule
implements java.io.Serializable
See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.iam.platform.entitymgr.vo.SearchRule
SearchRule.SearchDepth

 

Nested classes/interfaces inherited from class oracle.iam.platform.entitymgr.vo.SearchCriteria
SearchCriteria.Argument, SearchCriteria.Operator

 

Constructor Summary
Condition(java.lang.Object arg1, java.lang.Object arg2, SearchCriteria.Operator operator)
          Normal condition using the specified arguments and condition operator.

 

Method Summary
 java.lang.Object getSecondArgument()
          Returns the second argument value in the criteria.
 boolean isSubstituteArg2()
           

 

Methods inherited from class oracle.iam.platform.entitymgr.vo.SearchRule
toString

 

Methods inherited from class oracle.iam.platform.entitymgr.vo.SearchCriteria
getFirstArgument, getOperator

 

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

 

Constructor Detail

Condition

public Condition(java.lang.Object arg1,
                 java.lang.Object arg2,
                 SearchCriteria.Operator operator)
Normal condition using the specified arguments and condition operator.
Parameters:
arg1 -
arg2 -
operator -

Method Detail

getSecondArgument

public java.lang.Object getSecondArgument()
Description copied from class: SearchCriteria
Returns the second argument value in the criteria. It could be an attribute value or an object of type SearchCriteria
Overrides:
getSecondArgument in class SearchCriteria
Returns:

isSubstituteArg2

public boolean isSubstituteArg2()

Skip navigation links


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