Class AuditReportConfig
- java.lang.Object
-
- de.hybris.platform.audit.internal.config.AuditReportConfig
-
public class AuditReportConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuditReportConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuditReportConfig.Builder
builder()
java.util.List<Type>
getAllTypes()
java.lang.String
getAuditRecordsProvider()
java.lang.String
getCombineMode()
Type
getGivenRootType()
java.lang.String
getName()
Type
getType(java.lang.String code)
Type
getTypeInAll(java.lang.String code)
java.util.List<Type>
getTypes()
-
-
-
Method Detail
-
builder
public static AuditReportConfig.Builder builder()
-
getGivenRootType
public Type getGivenRootType()
-
getName
public java.lang.String getName()
-
getAuditRecordsProvider
public java.lang.String getAuditRecordsProvider()
-
getTypes
public java.util.List<Type> getTypes()
-
getAllTypes
public java.util.List<Type> getAllTypes()
-
getType
public Type getType(java.lang.String code)
-
getTypeInAll
public Type getTypeInAll(java.lang.String code)
-
getCombineMode
public java.lang.String getCombineMode()
-
-