Uses of Class
org.alfresco.repo.node.integrity.IntegrityRecord
Packages that use IntegrityRecord
-
Uses of IntegrityRecord in org.alfresco.repo.node.integrity
Methods in org.alfresco.repo.node.integrity that return types with arguments of type IntegrityRecordMethod parameters in org.alfresco.repo.node.integrity with type arguments of type IntegrityRecordModifier and TypeMethodDescriptionprotected voidAssocTargetRoleIntegrityEvent.checkAssocQNameRegex(List<IntegrityRecord> eventResults, ChildAssociationDefinition assocDef, QName assocQName, NodeRef sourceNodeRef) Checks that the association name matches the constraints imposed by the model.voidAspectsIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) voidAssocSourceMultiplicityIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) voidAssocSourceTypeIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) voidAssocTargetMultiplicityIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) voidAssocTargetRoleIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) voidAssocTargetTypeIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) voidIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) Checks integrity pertinent to the eventvoidPropertiesIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) protected voidAssocSourceMultiplicityIntegrityEvent.checkSourceMultiplicity(List<IntegrityRecord> eventResults, AssociationDefinition assocDef, QName assocTypeQName, NodeRef targetNodeRef) Checks that the source multiplicity has not been violated for the target of the association.protected voidAssocSourceTypeIntegrityEvent.checkSourceType(List<IntegrityRecord> eventResults, AssociationDefinition assocDef, NodeRef sourceNodeRef, QName sourceNodeTypeQName) Checks that the source node type is valid for the association.protected voidAssocTargetMultiplicityIntegrityEvent.checkTargetMultiplicity(List<IntegrityRecord> eventResults, AssociationDefinition assocDef, QName assocTypeQName, NodeRef sourceNodeRef) Checks that the target multiplicity has not been violated for the source of the association.protected voidAssocTargetTypeIntegrityEvent.checkTargetType(List<IntegrityRecord> eventResults, AssociationDefinition assocDef, NodeRef targetNodeRef, QName targetNodeTypeQName) Checks that the target node type is valid for the association.protected AssociationDefinitionAbstractIntegrityEvent.getAssocDef(List<IntegrityRecord> eventResults, QName assocTypeQName) Gets the association definition from the dictionary.Constructor parameters in org.alfresco.repo.node.integrity with type arguments of type IntegrityRecordModifierConstructorDescriptionIntegrityException(String msg, List<IntegrityRecord> records) IntegrityException(List<IntegrityRecord> records)