Uses of Class
com.broadleafcommerce.common.audit.domain.AdminAuditEventDetail.AdminAuditEventDetailBuilder
Packages that use AdminAuditEventDetail.AdminAuditEventDetailBuilder
-
Uses of AdminAuditEventDetail.AdminAuditEventDetailBuilder in com.broadleafcommerce.common.audit.domain
Methods in com.broadleafcommerce.common.audit.domain that return AdminAuditEventDetail.AdminAuditEventDetailBuilderModifier and TypeMethodDescriptionAdminAuditEventDetail.AdminAuditEventDetailBuilder.additionalAttributes
(Map<String, String> additionalAttributes) Any additional information, possibly required in extension scenariosAdminAuditEventDetail.AdminAuditEventDetailBuilder.afterRepresentation
(String afterRepresentation) The value for the field after the change was made.The author of the change.AdminAuditEventDetail.AdminAuditEventDetailBuilder.beforeRepresentation
(String beforeRepresentation) The value for the field before the change was made.AdminAuditEventDetail.builder()
AdminAuditEventDetail.AdminAuditEventDetailBuilder.changeType
(String changeType) The operation type that mutated this field value.The fully qualified classname of the Java type for this field.Optional message included giving more information about the change.AdminAuditEventDetail.AdminAuditEventDetailBuilder.projectionField
(String projectionField) The name of the field in a projection domain.AdminAuditEventDetail.AdminAuditEventDetailBuilder.repositoryField
(String repositoryField) The name of the field on the repository domain.The timestamp at which the field change took place