Package org.alfresco.repo.node.integrity
Interface IntegrityEvent
- All Known Implementing Classes:
AbstractIntegrityEvent,AspectsIntegrityEvent,AssocSourceMultiplicityIntegrityEvent,AssocSourceTypeIntegrityEvent,AssocTargetMultiplicityIntegrityEvent,AssocTargetRoleIntegrityEvent,AssocTargetTypeIntegrityEvent,PropertiesIntegrityEvent
public interface IntegrityEvent
Stores information for all events in the system
- Author:
- Derek Hulley
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTrace(StackTraceElement[] trace) voidcheckIntegrity(List<IntegrityRecord> eventResults) Checks integrity pertinent to the event
-
Method Details
-
checkIntegrity
Checks integrity pertinent to the event- Parameters:
eventResults- the list of event results that can be added to
-
getTraces
List<StackTraceElement[]> getTraces() -
addTrace
-