Package de.hybris.platform.audit
Class TypeAuditReportConfig
- java.lang.Object
-
- de.hybris.platform.audit.TypeAuditReportConfig
-
public class TypeAuditReportConfig extends java.lang.Object
Audit Report Configuration. New instance of this object should be created for each execution due to audit record caching.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TypeAuditReportConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TypeAuditReportConfig.Builder
builder()
java.util.UUID
getExecutionId()
java.util.Set<java.lang.String>
getLangIsoCodes()
AuditReportConfig
getReportConfig()
PK
getRootTypePk()
boolean
isReportOnlyLastState()
-
-
-
Method Detail
-
getReportConfig
public AuditReportConfig getReportConfig()
-
getRootTypePk
public PK getRootTypePk()
-
isReportOnlyLastState
public boolean isReportOnlyLastState()
-
getLangIsoCodes
public java.util.Set<java.lang.String> getLangIsoCodes()
-
getExecutionId
public java.util.UUID getExecutionId()
-
builder
public static TypeAuditReportConfig.Builder builder()
-
-