| Package | Description |
|---|---|
| org.alfresco.repo.node.integrity |
| Modifier and Type | Method and Description |
|---|---|
List<IntegrityRecord> |
IntegrityException.getRecords() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AssocTargetRoleIntegrityEvent.checkAssocQNameRegex(List<IntegrityRecord> eventResults,
ChildAssociationDefinition assocDef,
QName assocQName,
NodeRef sourceNodeRef)
Checks that the association name matches the constraints imposed by the model.
|
void |
AssocSourceTypeIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
AssocTargetRoleIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
AspectsIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
PropertiesIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
AssocSourceMultiplicityIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
AssocTargetTypeIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
IntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults)
Checks integrity pertinent to the event
|
void |
AssocTargetMultiplicityIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
protected void |
AssocSourceMultiplicityIntegrityEvent.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 void |
AssocSourceTypeIntegrityEvent.checkSourceType(List<IntegrityRecord> eventResults,
AssociationDefinition assocDef,
NodeRef sourceNodeRef,
QName sourceNodeTypeQName)
Checks that the source node type is valid for the association.
|
protected void |
AssocTargetMultiplicityIntegrityEvent.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 void |
AssocTargetTypeIntegrityEvent.checkTargetType(List<IntegrityRecord> eventResults,
AssociationDefinition assocDef,
NodeRef targetNodeRef,
QName targetNodeTypeQName)
Checks that the target node type is valid for the association.
|
protected AssociationDefinition |
AbstractIntegrityEvent.getAssocDef(List<IntegrityRecord> eventResults,
QName assocTypeQName)
Gets the association definition from the dictionary.
|
| Constructor and Description |
|---|
IntegrityException(List<IntegrityRecord> records) |
IntegrityException(String msg,
List<IntegrityRecord> records) |
Copyright © 2005–2021 Alfresco Software. All rights reserved.