Class BasicProperties
java.lang.Object
com.broadleafcommerce.common.audit.env.BasicProperties
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
isGroup()
Enable or disable theAuditProcessingProperties.isEnabled()
andFileSystemStorageProviderProperties.isEnabled()
as a group.void
setGroup
(boolean group) Enable or disable theAuditProcessingProperties.isEnabled()
andFileSystemStorageProviderProperties.isEnabled()
as a group.toString()
-
Field Details
-
FILE_MATCH_EXP
Expressions that facilitates the use ofbroadleaf.basic.audit.group
to enablebroadleaf.audit.file.enabled
andbroadleaf.audit.processing.enabled
- See Also:
-
PROCESSING_MATCH_EXP
- See Also:
-
-
Constructor Details
-
BasicProperties
public BasicProperties()
-
-
Method Details
-
isGroup
public boolean isGroup()Enable or disable theAuditProcessingProperties.isEnabled()
andFileSystemStorageProviderProperties.isEnabled()
as a group. Default is false. -
setGroup
public void setGroup(boolean group) Enable or disable theAuditProcessingProperties.isEnabled()
andFileSystemStorageProviderProperties.isEnabled()
as a group. Default is false. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-