Package stroom.query.audit.rest
-
Interface Summary Interface Description DocRefResource This is the interface that Stroom uses for externally managed DocRefs.DocRefResourceSupplier QueryResource This is the interface that Stroom Dashboards expect to use when talking to external data sources.QueryResourceSupplier -
Class Summary Class Description AuditedDocRefResourceImpl<T extends DocRefEntity> AuditedQueryResourceImpl<T extends DocRefEntity> A standard implementation ofQueryResourcewhich logs all activity to theeventLoggingServiceIt passes all calls onto an inner implementation of QueryResource, which will be supplied by the specific application.