Uses of Class
com.broadleafcommerce.common.audit.domain.AuditEventHeader.AuditEventHeaderBuilder
Packages that use AuditEventHeader.AuditEventHeaderBuilder
Package
Description
-
Uses of AuditEventHeader.AuditEventHeaderBuilder in com.broadleafcommerce.common.audit.domain
Methods in com.broadleafcommerce.common.audit.domain that return AuditEventHeader.AuditEventHeaderBuilderModifier and TypeMethodDescriptionIdentifier for an account entity.AuditEventHeader.AuditEventHeaderBuilder.additionalAttributes(Map<String, String> additionalAttributes) Any additional information, possibly required in extension scenarios.AuditEventHeader.AuditEventHeaderBuilder.applicationId(String applicationId) The application to which this audit record belongs.AuditEventHeader.builder()The catalog to which this audit record belongs.AuditEventHeader.AuditEventHeaderBuilder.containerEventType(String containerEventType) In the case ofTrackableentity change, The name of the containing entity, which is typically snake-cased and capitalized, i.e., "PRODUCT".AuditEventHeader.AuditEventHeaderBuilder.containerRef(String containerRef) Identifying reference to the containing entity.AuditEventHeader.AuditEventHeaderBuilder.customerid(String customerid) Identifier for a customer entity.AuditEventHeader.AuditEventHeaderBuilder.detailType(String detailType) The type of detail information associated with this audit event.Identifying reference to the entity.AuditEventHeader.AuditEventHeaderBuilder.entityType(String entityType) Fully qualified class name of the top-level entity being changed.In the case ofTrackableentity change, The name of the top-level entity that changed, which is typically snake-cased and capitalized, i.e., "PRODUCT".AuditEventHeader.AuditEventHeaderBuilder.primaryAuthor(String primaryAuthor) The primary author of the change.AuditEventHeader.AuditEventHeaderBuilder.retentionPeriod(Duration retentionPeriod) Optional.AuditEventHeader.AuditEventHeaderBuilder.secondaryAuthor(String secondaryAuthor) Any additional author for the change.The tenant to whom this audit record belongs.The time at which the change was reported to the system. -
Uses of AuditEventHeader.AuditEventHeaderBuilder in com.broadleafcommerce.common.audit.event
Method parameters in com.broadleafcommerce.common.audit.event with type arguments of type AuditEventHeader.AuditEventHeaderBuilderModifier and TypeMethodDescriptionstatic AuditEventHeaderAuditEventUtility.prepareHeader(Consumer<AuditEventHeader.AuditEventHeaderBuilder> customizer, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Pre-fill most of the boilerplate information for anAuditEventHeaderinstance using context information available to the current flow.