@AlfrescoPublicApi
public interface ClassDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalyserResourceBundleName()
Get the name of the property bundle that defines analyser mappings for this class (keyed by the type of the property)
|
Boolean |
getArchive() |
Map<QName,AssociationDefinition> |
getAssociations()
Fetch all associations for which this is a source type, including child associations.
|
Map<QName,ChildAssociationDefinition> |
getChildAssociations()
Fetch only child associations for which this is a source type.
|
Set<QName> |
getDefaultAspectNames() |
List<AspectDefinition> |
getDefaultAspects() |
List<AspectDefinition> |
getDefaultAspects(boolean inherited) |
Map<QName,Serializable> |
getDefaultValues() |
String |
getDescription()
Deprecated.
The problem identified in MNT-413 will still exist
|
String |
getDescription(MessageLookup messageLookup) |
Boolean |
getIncludedInSuperTypeQuery() |
ModelDefinition |
getModel() |
QName |
getName() |
ClassDefinition |
getParentClassDefinition()
Get the parent class definition
|
QName |
getParentName() |
Map<QName,PropertyDefinition> |
getProperties() |
String |
getTitle()
Deprecated.
The problem identified in MNT-413 will still exist
|
String |
getTitle(MessageLookup messageLookup) |
boolean |
isAspect() |
boolean |
isContainer() |
ModelDefinition getModel()
QName getName()
String getTitle()
String getDescription()
String getTitle(MessageLookup messageLookup)
String getDescription(MessageLookup messageLookup)
QName getParentName()
boolean isAspect()
Boolean getArchive()
true if the type should be archived on delete, false if it should be
deleted or null if not defined.Boolean getIncludedInSuperTypeQuery()
true if the type should be included in supertypes queries, false if not
deleted or null if not defined.Map<QName,PropertyDefinition> getProperties()
Map<QName,Serializable> getDefaultValues()
Map<QName,AssociationDefinition> getAssociations()
ChildAssociationDefinitionboolean isContainer()
Map<QName,ChildAssociationDefinition> getChildAssociations()
List<AspectDefinition> getDefaultAspects()
Set<QName> getDefaultAspectNames()
List<AspectDefinition> getDefaultAspects(boolean inherited)
inherited - include default aspects inherited from super typesString getAnalyserResourceBundleName()
ClassDefinition getParentClassDefinition()
Copyright © 2005–2019 Alfresco Software. All rights reserved.