Package 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
Event raised to check nodes
- Author:
- Derek Hulley
-
Field Summary
Fields inherited from class org.alfresco.repo.node.integrity.AbstractIntegrityEvent
dictionaryService, nodeService -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPropertiesIntegrityEvent(NodeService nodeService, DictionaryService dictionaryService, NodeRef nodeRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckIntegrity(List<IntegrityRecord> eventResults) Checks integrity pertinent to the eventMethods inherited from class org.alfresco.repo.node.integrity.AbstractIntegrityEvent
addTrace, equals, getAssocDef, getMultiplicityString, getNodeRef, getNodeType, getQName, getTraces, getTypeQName, hashCode, toString
-
Constructor Details
-
PropertiesIntegrityEvent
protected PropertiesIntegrityEvent(NodeService nodeService, DictionaryService dictionaryService, NodeRef nodeRef)
-
-
Method Details
-
checkIntegrity
Description copied from interface:IntegrityEventChecks integrity pertinent to the event- Parameters:
eventResults- the list of event results that can be added to
-