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


Method Summary
 void addTrace(java.lang.StackTraceElement[] trace)
           
 void checkIntegrity(java.util.List eventResults)
          Checks integrity pertinent to the event
 java.util.List getTraces()
           
 

Method Detail

checkIntegrity

void checkIntegrity(java.util.List eventResults)
Checks integrity pertinent to the event

Parameters:
eventResults - the list of event results that can be added to

getTraces

java.util.List getTraces()

addTrace

void addTrace(java.lang.StackTraceElement[] trace)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.