@AlfrescoPublicApi public interface AssociationDefinition extends ClassAttributeDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Deprecated.
The problem identified in MNT-413 will still exist
|
String |
getDescription(MessageLookup messageLookup) |
ModelDefinition |
getModel() |
QName |
getName() |
ClassDefinition |
getSourceClass() |
QName |
getSourceRoleName() |
ClassDefinition |
getTargetClass() |
QName |
getTargetRoleName() |
String |
getTitle()
Deprecated.
The problem identified in MNT-413 will still exist
|
String |
getTitle(MessageLookup messageLookup) |
boolean |
isChild()
Is this a child association?
|
boolean |
isProtected()
Is this association maintained by the Repository?
|
boolean |
isSourceMandatory()
Is the source class optional in this association?
|
boolean |
isSourceMany()
Can there be many source class instances in this association?
|
boolean |
isTargetMandatory()
Is the target class optional in this association?
|
boolean |
isTargetMandatoryEnforced()
Is the target class is mandatory, it is enforced?
|
boolean |
isTargetMany()
Can there be many target class instances in this association?
|
ModelDefinition getModel()
getModel in interface ClassAttributeDefinitionQName getName()
getName in interface ClassAttributeDefinitionString getTitle()
String getDescription()
String getTitle(MessageLookup messageLookup)
getTitle in interface ClassAttributeDefinitionString getDescription(MessageLookup messageLookup)
getDescription in interface ClassAttributeDefinitionboolean isChild()
boolean isProtected()
isProtected in interface ClassAttributeDefinitionClassDefinition getSourceClass()
QName getSourceRoleName()
boolean isSourceMandatory()
boolean isSourceMany()
ClassDefinition getTargetClass()
QName getTargetRoleName()
boolean isTargetMandatory()
boolean isTargetMandatoryEnforced()
boolean isTargetMany()
Copyright © 2005–2019 Alfresco Software. All rights reserved.