Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


oracle.adf.view.rich.event
Class ActiveDataEntry

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


public abstract class ActiveDataEntry
extends java.lang.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 java.lang.Object getAppendIdentifier()
          Get the append identifier
abstract  java.lang.String[] getAttributeNames()
          Get the names of attributes whose values are changed
abstract  java.lang.Object getAttributeValue(java.lang.String name)
          Get the value of the attribute
abstract  ActiveDataEntry.ChangeType getChangeType()
           
abstract  java.lang.Object getFormattedAttributeValue(java.lang.String name)
          Get the formatted value of the attribute
abstract  java.lang.Object[] getInsertKeyPath()
          Get the key path of the insert location
abstract  java.lang.Object[] getKeyPath()
          Get the key path
static java.lang.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 java.lang.Object[] getKeyPath()
Get the key path
Returns:
the key path

getInsertKeyPath

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

getAttributeNames

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

getAttributeValue

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

getFormattedAttributeValue

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

getSkipLevelIdentifier

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

getAppendIdentifier

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.