Package de.hybris.platform.audit
Class TypeAuditReportConfig
- java.lang.Object
-
- de.hybris.platform.audit.TypeAuditReportConfig
-
public class TypeAuditReportConfig extends java.lang.ObjectAudit 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 classTypeAuditReportConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TypeAuditReportConfig.Builderbuilder()java.util.UUIDgetExecutionId()java.util.Set<java.lang.String>getLangIsoCodes()AuditReportConfiggetReportConfig()PKgetRootTypePk()booleanisReportOnlyLastState()
-
-
-
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()
-
-