Skip navigation links


oracle.iam.reconciliation.config.vo
Class ActionRule

java.lang.Object
  extended by oracle.iam.reconciliation.config.vo.ActionRule

All Implemented Interfaces:
java.io.Serializable

public class ActionRule
extends java.lang.Object
implements java.io.Serializable

An action rule specifies the various conditions resulting from matching rule evaluation and the subsequent actions based on those conditions for a particular Profile.

See Also:
Serialized Form

Constructor Summary
ActionRule(Condition condition, Action action)
           

 

Method Summary
 Action getAction()
           
 Condition getCondition()
           

 

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

 

Constructor Detail

ActionRule

public ActionRule(Condition condition,
                  Action action)

Method Detail

getAction

public Action getAction()

getCondition

public Condition getCondition()

Skip navigation links


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