Class TypeAuditReportConfig

java.lang.Object
de.hybris.platform.audit.TypeAuditReportConfig

public class TypeAuditReportConfig extends Object
Audit Report Configuration. New instance of this object should be created for each execution due to audit record caching.
  • Method Details

    • getReportConfig

      public AuditReportConfig getReportConfig()
    • getRootTypePk

      public PK getRootTypePk()
    • isReportOnlyLastState

      public boolean isReportOnlyLastState()
    • getLangIsoCodes

      public Set<String> getLangIsoCodes()
    • getExecutionId

      public UUID getExecutionId()
    • builder

      public static TypeAuditReportConfig.Builder builder()