Interface AuditViewService

All Known Implementing Classes:
DefaultAuditViewService

public interface AuditViewService
Interface which provides methods to generate auditing view for the given configuration and particular instance of Item.
  • Method Details

    • getViewOn

      Produces stream of report views on particular item instance. This stream may contain historical data as well if configured.
      Parameters:
      config - configuration for report
      Returns:
      stream of report views
      See Also: