Skip navigation links

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

E10663-05


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)

Skip navigation links

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

E10663-05


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