org.openmdx.audit1.accessor.layer.application
Class LayerConfigurationEntries
java.lang.Object
org.openmdx.audit1.accessor.layer.application.LayerConfigurationEntries
public class LayerConfigurationEntries
- extends Object
LayerConfigurationEntries
|
Field Summary |
static String |
AUDIT_MAPPING
The identity of objects to be audited, i.e. |
static String |
DATAPROVIDER
The audit plugin requires the configuration of two delegate
dataproviders:
dataprovider[0] must refer to a dataprovider which is responsible
to store the before images. |
static String |
RETURN_ALL_INVOLVED
An object retrieval of a involved object returns by the default the
requested object or throws a NOT_FOUND exception. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATAPROVIDER
public static final String DATAPROVIDER
- The audit plugin requires the configuration of two delegate
dataproviders:
- dataprovider[0] must refer to a dataprovider which is responsible
to store the before images. dataprovider[0] must implement the
same interface as the configured provider.
- dataprovider[1] must refer to a dataprovider implementing the
audit1 interface.
- See Also:
- Constant Field Values
AUDIT_MAPPING
public static final String AUDIT_MAPPING
- The identity of objects to be audited, i.e. before images, is mapped
according to the audit mapping.
- See Also:
- Constant Field Values
RETURN_ALL_INVOLVED
public static final String RETURN_ALL_INVOLVED
- An object retrieval of a involved object returns by the default the
requested object or throws a NOT_FOUND exception. When the option is
set to true all objects involved in a unit of work are returned in
the same fetch set.
- See Also:
- Constant Field Values
LayerConfigurationEntries
public LayerConfigurationEntries()
This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.