| Package | Description | 
|---|---|
| oracle.javatools.db.util | 
 Contains java.util.Collection and java.util.Map implementations for listing and mapping instances of DBObject and DBObjectID. 
 | 
| oracle.javatools.util | 
 Provides general utilities. 
 | 
| oracle.jdeveloper.audit.service | 
 The API classes for invoking Audit programatically, and a few Audit common API classes. 
 | 
| oracle.jdevimpl.audit.core | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DBObjectIDMultiMap<V>
MultiMap subclass specifically for keying by DBObjectID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V> MultiMap<K,V> | 
MultiMap.getMultiMap()
 | 
static <K,V> MultiMap<K,V> | 
MultiMap.getMultiMap(java.lang.Class<? extends java.util.Collection> collectionClass)
Creates a new  
MultiMap based on a map of type LinkedHashMap and collections of a specified type. | 
static <K,V> MultiMap<K,V> | 
MultiMap.getMultiMap(java.lang.Class<? extends java.util.Map> mapClass, java.lang.Class<? extends java.util.Collection> collectionClass)
Creates a new  
MultiMap based on a map of a specified type and collections of a specified type. | 
| Constructor and Description | 
|---|
MultiMap(MultiMap<K,V> map)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MultiMap<java.lang.String,ValueHandle> | 
DefaultProfile.getChangedValues()  | 
MultiMap<java.lang.String,ValueHandle> | 
DefaultProfileTransaction.getPendingChangedValues()  |