public abstract class ActionType
extends java.lang.Object
| Constructor and Description |
|---|
ActionType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public abstract void exec(DecisionPointInstance decisionPoint)
decisionPoint -public void setViewRowImpl(oracle.jbo.server.ViewRowImpl viewRowImpl)
public oracle.jbo.server.ViewRowImpl getViewRowImpl()