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 |
AspectsIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
|
void |
AssocSourceMultiplicityIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
|
void |
AssocSourceTypeIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
|
void |
AssocTargetMultiplicityIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
|
void |
AssocTargetRoleIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
|
void |
AssocTargetTypeIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
|
void |
IntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
Checks integrity pertinent to the event
|
void |
PropertiesIntegrityEvent.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.
|