Interface ChildAssociationDefinition
- All Superinterfaces:
AssociationDefinition
,ClassAttributeDefinition
Read-only definition of a Child Association.
- Author:
- David Caruana
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from interface org.alfresco.service.cmr.dictionary.AssociationDefinition
getDescription, getDescription, getModel, getName, getSourceClass, getSourceRoleName, getTargetClass, getTargetRoleName, getTitle, getTitle, isChild, isProtected, isSourceMandatory, isSourceMany, isTargetMandatory, isTargetMandatoryEnforced, isTargetMany
-
Method Details
-
getRequiredChildName
String getRequiredChildName()- Returns:
- the required name of children (or null if none)
-
getDuplicateChildNamesAllowed
boolean getDuplicateChildNamesAllowed()- Returns:
- whether duplicate child names allowed within this association?
-
getPropagateTimestamps
boolean getPropagateTimestamps()- Returns:
- whether timestamps should be propagated upwards along primary associations
-