Class AuditedQueryResourceImpl<T extends DocRefEntity>

  • All Implemented Interfaces:
    QueryResource

    public class AuditedQueryResourceImpl<T extends DocRefEntity>
    extends java.lang.Object
    implements QueryResource
    A standard implementation of QueryResource which logs all activity to the eventLoggingService It passes all calls onto an inner implementation of QueryResource, which will be supplied by the specific application.