public abstract class AuditableFacetAbstract extends FacetAbstract implements AuditableFacet
| Modifier and Type | Class and Description |
|---|---|
static class |
AuditableFacetAbstract.Enablement |
FacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.Validating| Constructor and Description |
|---|
AuditableFacetAbstract(FacetHolder facetHolder,
AuditableFacetAbstract.Enablement enablement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisabled()
Indicates that the object to which this
Facet is
attached should not be treated as being audited. |
static Class<? extends Facet> |
type() |
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toString, toStringValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic AuditableFacetAbstract(FacetHolder facetHolder, AuditableFacetAbstract.Enablement enablement)
public boolean isDisabled()
AuditableFacetFacet is
attached should not be treated as being audited.
Exists to allow implementations that configure auditing for all objects, but which
can then be disabled for selected objects (eg using Audited.disabled() ).
isDisabled in interface AuditableFacetCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.