Skip navigation links

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

E10663-08


oracle.rules.sdk2.decisionpoint
Class KeyedActionType

java.lang.Object
  extended by oracle.rules.sdk2.decisionpoint.ActionType
      extended by oracle.rules.sdk2.decisionpoint.KeyedActionType


public abstract class KeyedActionType
extends ActionType

Action Type interfact to be implemented by Applications Developers. Developers implementing Action Types, in addition to implementing the exec method, must also add properties to their implementing class with standard getters & setters; these properties will be used by the OBR engine to feed rule-specific parameters to the instance of the Action Type to be invoked.


Constructor Summary
KeyedActionType()
           

 

Method Summary
 KeyChain getKeyChain()
           
 void setKeyChain(KeyChain keyChain)
           

 

Methods inherited from class oracle.rules.sdk2.decisionpoint.ActionType
exec, getViewRowImpl, setViewRowImpl

 

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

 

Constructor Detail

KeyedActionType

public KeyedActionType()

Method Detail

setKeyChain

public void setKeyChain(KeyChain keyChain)

getKeyChain

public KeyChain getKeyChain()

Skip navigation links

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

E10663-08


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