org.alfresco.repo.node.integrity
Class PropertiesIntegrityEvent
java.lang.Object
org.alfresco.repo.node.integrity.AbstractIntegrityEvent
org.alfresco.repo.node.integrity.PropertiesIntegrityEvent
- All Implemented Interfaces:
- IntegrityEvent
public class PropertiesIntegrityEvent
- extends AbstractIntegrityEvent
Event raised to check nodes
Constructor Summary |
protected |
PropertiesIntegrityEvent(org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.repository.NodeRef nodeRef)
|
Method Summary |
void |
checkIntegrity(java.util.List eventResults)
Checks integrity pertinent to the event |
Methods inherited from class org.alfresco.repo.node.integrity.AbstractIntegrityEvent |
addTrace, equals, getAssocDef, getMultiplicityString, getNodeRef, getNodeType, getQName, getTraces, getTypeQName, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PropertiesIntegrityEvent
protected PropertiesIntegrityEvent(org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.repository.NodeRef nodeRef)
checkIntegrity
public void checkIntegrity(java.util.List eventResults)
- Description copied from interface:
IntegrityEvent
- Checks integrity pertinent to the event
- Parameters:
eventResults
- the list of event results that can be added to
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.