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() |
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() |
boolean |
isAspect() |
boolean |
isContainer() |
ModelDefinition getModel()
QName getName()
java.lang.String getTitle()
java.lang.String getDescription()
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 - 2010 Alfresco Software, Inc. All Rights Reserved.