Package oracle.iam.policyengine.vo
Class Condition
java.lang.Object
oracle.iam.platform.entitymgr.vo.SearchCriteria
oracle.iam.platform.entitymgr.vo.SearchRule
oracle.iam.policyengine.vo.Condition
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class oracle.iam.platform.entitymgr.vo.SearchRule
SearchRule.SearchDepthNested classes/interfaces inherited from class oracle.iam.platform.entitymgr.vo.SearchCriteria
SearchCriteria.Argument, SearchCriteria.Operator -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for Jackson serialization/ de-serialization.Condition(Object arg1, Object arg2, SearchCriteria.Operator operator) Normal condition using the specified arguments and condition operator. -
Method Summary
Modifier and TypeMethodDescriptionReturns the second argument value in the criteria.booleanMethods inherited from class oracle.iam.platform.entitymgr.vo.SearchRule
equals, hashCode, toStringMethods inherited from class oracle.iam.platform.entitymgr.vo.SearchCriteria
getFirstArgument, getOperator
-
Constructor Details
-
Condition
public Condition()Default constructor for Jackson serialization/ de-serialization. -
Condition
Normal condition using the specified arguments and condition operator.- Parameters:
arg1-arg2-operator-
-
-
Method Details
-
getSecondArgument
Description copied from class:SearchCriteriaReturns the second argument value in the criteria. It could be an attribute value or an object of type SearchCriteria- Overrides:
getSecondArgumentin classSearchCriteria- Returns:
-
isSubstituteArg2
public boolean isSubstituteArg2()
-