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