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.SearchDepth
Nested 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.boolean
Methods inherited from class oracle.iam.platform.entitymgr.vo.SearchRule
equals, hashCode, toString
Methods 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:SearchCriteria
Returns the second argument value in the criteria. It could be an attribute value or an object of type SearchCriteria- Overrides:
getSecondArgument
in classSearchCriteria
- Returns:
-
isSubstituteArg2
public boolean isSubstituteArg2()
-