Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.event
Class ActiveDataEntry

java.lang.Object
  extended by oracle.adf.view.rich.event.ActiveDataEntry


public abstract class ActiveDataEntry
extends Object

ActiveDataEntry is the abstract base class represents active data change.


Nested Class Summary
static class ActiveDataEntry.ChangeType
          Possible change types of active data

 

Constructor Summary
ActiveDataEntry()
           

 

Method Summary
static Object getAppendIdentifier()
          Get the append identifier
abstract  String[] getAttributeNames()
          Get the names of attributes whose values are changed
abstract  Object getAttributeValue(String name)
          Get the value of the attribute
abstract  ActiveDataEntry.ChangeType getChangeType()
           
abstract  Object getFormattedAttributeValue(String name)
          Get the formatted value of the attribute
abstract  Object[] getInsertKeyPath()
          Get the key path of the insert location
abstract  Object[] getKeyPath()
          Get the key path
static Object getSkipLevelIdentifier()
          Get the skip level inderfier

 

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

 

Constructor Detail

ActiveDataEntry

public ActiveDataEntry()

Method Detail

getChangeType

public abstract ActiveDataEntry.ChangeType getChangeType()
Returns:
ChangeType of this entry

getKeyPath

public abstract Object[] getKeyPath()
Get the key path
Returns:
the key path

getInsertKeyPath

public abstract Object[] getInsertKeyPath()
Get the key path of the insert location
Returns:
the key path of the insert location

getAttributeNames

public abstract String[] getAttributeNames()
Get the names of attributes whose values are changed
Returns:
names of attributes whose values are changed

getAttributeValue

public abstract Object getAttributeValue(String name)
Get the value of the attribute
Returns:
the value of the attribute

getFormattedAttributeValue

public abstract Object getFormattedAttributeValue(String name)
Get the formatted value of the attribute
Returns:
the formatted value of the attribute

getSkipLevelIdentifier

public static Object getSkipLevelIdentifier()
Get the skip level inderfier
Returns:
skip level inderfier

getAppendIdentifier

public static Object getAppendIdentifier()
Get the append identifier
Returns:
the append identifier

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.