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