public interface AuditableFacet extends Facet
Auditable annotation.| 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. |
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetboolean isDisabled()
Facet 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() ).
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.