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(java.lang.StackTraceElement[] trace)voidcheckIntegrity(java.util.List<IntegrityRecord> eventResults)Checks integrity pertinent to the eventjava.util.List<java.lang.StackTraceElement[]>getTraces()
-
-
-
Method Detail
-
checkIntegrity
void checkIntegrity(java.util.List<IntegrityRecord> eventResults)
Checks integrity pertinent to the event- Parameters:
eventResults- the list of event results that can be added to
-
getTraces
java.util.List<java.lang.StackTraceElement[]> getTraces()
-
addTrace
void addTrace(java.lang.StackTraceElement[] trace)
-
-