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,
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 |
AssocSourceTypeIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
AspectsIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
IntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults)
Checks integrity pertinent to the event
|
void |
PropertiesIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
AssocTargetMultiplicityIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
AssocTargetTypeIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
AssocTargetRoleIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
void |
AssocSourceMultiplicityIntegrityEvent.checkIntegrity(List<IntegrityRecord> eventResults) |
protected void |
AssocSourceMultiplicityIntegrityEvent.checkSourceMultiplicity(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(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(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(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(List<IntegrityRecord> eventResults,
org.alfresco.service.namespace.QName assocTypeQName)
Gets the association definition from the dictionary.
|
Constructor and Description |
---|
IntegrityException(List<IntegrityRecord> records) |
IntegrityException(String msg,
List<IntegrityRecord> records) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.