Skip navigation links

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

E10663-02


oracle.rules.sdk2.decisionpoint
Class ActionType

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

Direct Known Subclasses:
KeyedActionType

public abstract class ActionType
extends java.lang.Object

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
ActionType()
           

 

Method Summary
abstract  void exec(DecisionPointInstance decisionPoint)
          Entry point for Applications Code to implement a particular Action Type
 oracle.jbo.server.ViewRowImpl getViewRowImpl()
           
 void setViewRowImpl(oracle.jbo.server.ViewRowImpl viewRowImpl)
           

 

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

 

Constructor Detail

ActionType

public ActionType()

Method Detail

exec

public abstract void exec(DecisionPointInstance decisionPoint)
Entry point for Applications Code to implement a particular Action Type
Parameters:
decisionPoint -

setViewRowImpl

public void setViewRowImpl(oracle.jbo.server.ViewRowImpl viewRowImpl)

getViewRowImpl

public oracle.jbo.server.ViewRowImpl getViewRowImpl()

Skip navigation links

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

E10663-02


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