Interface AuditScopeInvalidator
-
- All Known Implementing Classes:
DefaultAuditScopeInvalidator
public interface AuditScopeInvalidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearCurrentAuditForPK(PK itemPK)Clear current audit state for itemPK from audit scopevoidclearCurrentAuditForType(java.lang.String typeCode)
-
-
-
Method Detail
-
clearCurrentAuditForPK
void clearCurrentAuditForPK(PK itemPK)
Clear current audit state for itemPK from audit scope
-
clearCurrentAuditForType
void clearCurrentAuditForType(java.lang.String typeCode)
-
-