Package de.hybris.platform.audit.view
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 Summary
Modifier and TypeMethodDescriptiongetViewOn(TypeAuditReportConfig config) Produces stream of report views on particular item instance.
-
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:
-