Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

oracle.rules.sdk2.decisionpoint
Class KeyChain

java.lang.Object
  extended by oracle.rules.sdk2.decisionpoint.KeyChain

public final class KeyChain
extends java.lang.Object

KeyChain is a helper class used to transmit dimension keys to ActionType instances.


Constructor Summary
KeyChain(KeyChain parent)
           
 
Method Summary
 KeyChain addKey(java.lang.String name, java.lang.Object value)
           
 java.util.List<DecisionPoint.NamedValue> getKeys()
           
 KeyChain getParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyChain

public KeyChain(KeyChain parent)
Parameters:
parent - The parent keychain information for this particular fact instace. Null ok for when there's no parent.
Method Detail

getParent

public KeyChain getParent()

getKeys

public java.util.List<DecisionPoint.NamedValue> getKeys()

addKey

public KeyChain addKey(java.lang.String name,
                       java.lang.Object value)

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

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