Skip navigation links

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

E10653-06


oracle.jbo.server
Class EventAttrVals

java.lang.Object
  extended by oracle.jbo.server.EventAttrVals


public class EventAttrVals
extends java.lang.Object

Method Summary
 boolean areValuesEqual()
          Indicates whether the old and new values are equal (i.e.
 java.lang.String getAttrName()
          Gets the attribute name for the payload item that we are holding the values for.
 java.lang.String getNameForPub()
           
 java.lang.Object getNewValue()
          Gets the new value for the attribute to use for raising an event to Fabric.
 java.lang.String getNewValueString()
          Gets the string representation of the new value.
 java.lang.Object getOldValue()
          Gets the old value for the attribute to use for raising an event to Fabric.
 java.lang.String getOldValueString()
          Gets the string representation of the old value.
 boolean isAssocAttr()
          Indicates whether or not these values come from an attribute from an entity that is not the entity where the event mapping was definied (i.e.
 boolean isNewValueEqual(java.lang.String value)
          Indicates whether the new value is equivalent to a specified value.
 boolean isOldValueEqual(java.lang.String value)
          Indicates whether the old value is equivalent to a specified value.
 boolean isStaticValue()
           

 

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

 

Method Detail

getAttrName

public java.lang.String getAttrName()
Gets the attribute name for the payload item that we are holding the values for.
Returns:
the attribute name for the payload item that we are holding the values for.

getNameForPub

public java.lang.String getNameForPub()

getOldValue

public java.lang.Object getOldValue()
Gets the old value for the attribute to use for raising an event to Fabric.
Returns:
the old value for the attribute to use for raising an event to Fabric.

getOldValueString

public java.lang.String getOldValueString()
Gets the string representation of the old value.
Returns:
the string representation of the old value.

getNewValue

public java.lang.Object getNewValue()
Gets the new value for the attribute to use for raising an event to Fabric.
Returns:
the new value for the attribute to use for raising an event to Fabric.

getNewValueString

public java.lang.String getNewValueString()
Gets the string representation of the new value.
Returns:
the string representation of the new value.

areValuesEqual

public boolean areValuesEqual()
Indicates whether the old and new values are equal (i.e. unchanged).
Returns:
a boolean flag indicating whether or not the old and new values are equal (i.e. unchanged).

isOldValueEqual

public boolean isOldValueEqual(java.lang.String value)
Indicates whether the old value is equivalent to a specified value. This is used to determine whether a particular raise condition has been satisfied for an event mapping.
Parameters:
value - - specified value to check
Returns:
a boolean flag indicating whether the old value is equivalent to the specified value.

isNewValueEqual

public boolean isNewValueEqual(java.lang.String value)
Indicates whether the new value is equivalent to a specified value. This is used to determine whether a particular raise condition has been satisfied for an event mapping.
Parameters:
value - - specified value to check
Returns:
a boolean flag indicating whether the new value is equivalent to the specified value.

isAssocAttr

public boolean isAssocAttr()
Indicates whether or not these values come from an attribute from an entity that is not the entity where the event mapping was definied (i.e. an associated entity).
Returns:
a boolean flag indicating whether or not the values come from an attribute from an entity that is not the entity where the event mapping was defined (i.e. an associated entity).

isStaticValue

public boolean isStaticValue()

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.