Package com.day.cq.audit
Class AbstractAuditLogPurgeRule
- java.lang.Object
-
- com.day.cq.audit.AbstractAuditLogPurgeRule
-
- All Implemented Interfaces:
AuditLogPurgeRule
public abstract class AbstractAuditLogPurgeRule extends Object implements AuditLogPurgeRule
-
-
Field Summary
-
Fields inherited from interface com.day.cq.audit.AuditLogPurgeRule
AUDIT_DEFAULT_DAYS, CONTENT_PATH, MINIMUM_AGE, NAME, TYPES
-
-
Constructor Summary
Constructors Constructor Description AbstractAuditLogPurgeRule(String auditPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getContentPath()
Set<String>
getEventTypes()
int
getMinimumAge()
String
getName()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
AbstractAuditLogPurgeRule
public AbstractAuditLogPurgeRule(String auditPath)
-
-
Method Detail
-
getName
public final String getName()
- Specified by:
getName
in interfaceAuditLogPurgeRule
-
getEventTypes
public final Set<String> getEventTypes()
- Specified by:
getEventTypes
in interfaceAuditLogPurgeRule
-
getContentPath
public final String getContentPath()
- Specified by:
getContentPath
in interfaceAuditLogPurgeRule
-
getMinimumAge
public final int getMinimumAge()
- Specified by:
getMinimumAge
in interfaceAuditLogPurgeRule
-
-