org.alfresco.service.cmr.dictionary
Interface ChildAssociationDefinition
- All Superinterfaces:
- AssociationDefinition, ClassAttributeDefinition
public interface ChildAssociationDefinition
- extends AssociationDefinition
Read-only definition of a Child Association.
Methods inherited from interface org.alfresco.service.cmr.dictionary.AssociationDefinition |
getDescription, getModel, getName, getSourceClass, getSourceRoleName, getTargetClass, getTargetRoleName, getTitle, isChild, isProtected, isSourceMandatory, isSourceMany, isTargetMandatory, isTargetMandatoryEnforced, isTargetMany |
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
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.