Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.adf.model.events
Class AbstractEventDefinition

java.lang.Object
  extended by oracle.adf.model.events.AbstractEventDefinition

All Implemented Interfaces:
EventDefinition
Direct Known Subclasses:
EventDefinitionImpl

public abstract class AbstractEventDefinition
extends java.lang.Object
implements EventDefinition

Constructor Summary
AbstractEventDefinition()
           

 

Method Summary
 java.lang.Object evaluateCustomPayLoadValue(DCBindingContainer ctr)
          evaluateCustomPayLoadValue evaluates customPayLoad value
 java.lang.String getCustomPayLoad()
          getCustomPayLoad gets the value of customPayLoad attribute
 java.lang.Object getCustomPayLoadValue()
          getCustomPayLoadValue returns customPayLoad value
 java.lang.String getRaiseCondition()
          getRaiseCondition gets the value of raiseCondition attribute
 boolean isRaisable(DCBindingContainer ctr)
          isRaisable returns true or false after evaluating raiseCondition

 

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

 

Methods inherited from interface oracle.adf.model.events.EventDefinition
getAttributeName, getEventName, setAttributeName, setEventName

 

Constructor Detail

AbstractEventDefinition

public AbstractEventDefinition()

Method Detail

getRaiseCondition

public java.lang.String getRaiseCondition()
getRaiseCondition gets the value of raiseCondition attribute

isRaisable

public boolean isRaisable(DCBindingContainer ctr)
isRaisable returns true or false after evaluating raiseCondition
Parameters:
ctr - DCBindingContainer object

getCustomPayLoad

public java.lang.String getCustomPayLoad()
getCustomPayLoad gets the value of customPayLoad attribute

evaluateCustomPayLoadValue

public java.lang.Object evaluateCustomPayLoadValue(DCBindingContainer ctr)
evaluateCustomPayLoadValue evaluates customPayLoad value
Parameters:
ctr - DCBindingContainer object

getCustomPayLoadValue

public java.lang.Object getCustomPayLoadValue()
getCustomPayLoadValue returns customPayLoad value

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


Copyright © 1997, 2011, Oracle. All rights reserved.