protected void |
AssocTargetRoleIntegrityEvent.checkAssocQNameRegex(java.util.List<IntegrityRecord> eventResults,
org.alfresco.service.cmr.dictionary.ChildAssociationDefinition assocDef,
org.alfresco.service.namespace.QName assocQName,
org.alfresco.service.cmr.repository.NodeRef sourceNodeRef) |
Checks that the association name matches the constraints imposed by the model.
|
void |
AspectsIntegrityEvent.checkIntegrity(java.util.List<IntegrityRecord> eventResults) |
|
void |
AssocSourceMultiplicityIntegrityEvent.checkIntegrity(java.util.List<IntegrityRecord> eventResults) |
|
void |
AssocSourceTypeIntegrityEvent.checkIntegrity(java.util.List<IntegrityRecord> eventResults) |
|
void |
AssocTargetMultiplicityIntegrityEvent.checkIntegrity(java.util.List<IntegrityRecord> eventResults) |
|
void |
AssocTargetRoleIntegrityEvent.checkIntegrity(java.util.List<IntegrityRecord> eventResults) |
|
void |
AssocTargetTypeIntegrityEvent.checkIntegrity(java.util.List<IntegrityRecord> eventResults) |
|
void |
IntegrityEvent.checkIntegrity(java.util.List<IntegrityRecord> eventResults) |
Checks integrity pertinent to the event
|
void |
PropertiesIntegrityEvent.checkIntegrity(java.util.List<IntegrityRecord> eventResults) |
|
protected void |
AssocSourceMultiplicityIntegrityEvent.checkSourceMultiplicity(java.util.List<IntegrityRecord> eventResults,
org.alfresco.service.cmr.dictionary.AssociationDefinition assocDef,
org.alfresco.service.namespace.QName assocTypeQName,
org.alfresco.service.cmr.repository.NodeRef targetNodeRef) |
Checks that the source multiplicity has not been violated for the
target of the association.
|
protected void |
AssocSourceTypeIntegrityEvent.checkSourceType(java.util.List<IntegrityRecord> eventResults,
org.alfresco.service.cmr.dictionary.AssociationDefinition assocDef,
org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
org.alfresco.service.namespace.QName sourceNodeTypeQName) |
Checks that the source node type is valid for the association.
|
protected void |
AssocTargetMultiplicityIntegrityEvent.checkTargetMultiplicity(java.util.List<IntegrityRecord> eventResults,
org.alfresco.service.cmr.dictionary.AssociationDefinition assocDef,
org.alfresco.service.namespace.QName assocTypeQName,
org.alfresco.service.cmr.repository.NodeRef sourceNodeRef) |
Checks that the target multiplicity has not been violated for the
source of the association.
|
protected void |
AssocTargetTypeIntegrityEvent.checkTargetType(java.util.List<IntegrityRecord> eventResults,
org.alfresco.service.cmr.dictionary.AssociationDefinition assocDef,
org.alfresco.service.cmr.repository.NodeRef targetNodeRef,
org.alfresco.service.namespace.QName targetNodeTypeQName) |
Checks that the target node type is valid for the association.
|
protected org.alfresco.service.cmr.dictionary.AssociationDefinition |
AbstractIntegrityEvent.getAssocDef(java.util.List<IntegrityRecord> eventResults,
org.alfresco.service.namespace.QName assocTypeQName) |
Gets the association definition from the dictionary.
|