Interface ChildAssociationDefinition
-
- All Superinterfaces:
AssociationDefinition
,ClassAttributeDefinition
@AlfrescoPublicApi public interface ChildAssociationDefinition extends AssociationDefinition
Read-only definition of a Child Association.- Author:
- David Caruana
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getDuplicateChildNamesAllowed()
boolean
getPropagateTimestamps()
java.lang.String
getRequiredChildName()
-
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 Detail
-
getRequiredChildName
java.lang.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
-
-