Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.jdeveloper.audit.service.ValueHandle

Packages that use ValueHandle
oracle.jdeveloper.audit.service The API classes for invoking Audit programatically, and a few Audit common API classes. 
oracle.jdevimpl.audit.core   
 

Uses of ValueHandle in oracle.jdeveloper.audit.service
 

Fields in oracle.jdeveloper.audit.service with type parameters of type ValueHandle
static java.util.Collection<ValueHandle> ProfileTransaction.DEFAULT_VALUE
          A ValueHandle representation which indicates that a property should revert to its default value.
 

Methods in oracle.jdeveloper.audit.service that return ValueHandle
abstract  ValueHandle Profile.getChangedValue(java.lang.String id, java.lang.String propertyName)
          Gets the value of a property of a bean of this profile changed from its default value, null if not changed.
 

Methods in oracle.jdeveloper.audit.service that return types with arguments of type ValueHandle
abstract  MultiMap<java.lang.String,ValueHandle> Profile.getChangedValues()
          Gets the properties of beans of this profile changed from their default values.
 MultiMap<java.lang.String,ValueHandle> ProfileTransaction.getPendingChangedValues()
          Gets the changed bean properties, relative to the underlying profile, of this transaction.
 

Methods in oracle.jdeveloper.audit.service with parameters of type ValueHandle
 int ValueHandle.compareTo(ValueHandle that)
           
static boolean ValueHandle.valueEquals(ValueHandle left, ValueHandle right)
          Gets whether two handles represent the same value.
 

Uses of ValueHandle in oracle.jdevimpl.audit.core
 

Methods in oracle.jdevimpl.audit.core that return ValueHandle
 ValueHandle DefaultProfile.getChangedValue(java.lang.String id, java.lang.String propertyName)
           
 

Methods in oracle.jdevimpl.audit.core that return types with arguments of type ValueHandle
 MultiMap<java.lang.String,ValueHandle> DefaultProfile.getChangedValues()
           
 MultiMap<java.lang.String,ValueHandle> DefaultProfileTransaction.getPendingChangedValues()
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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