public class CompiledModel extends Object
public M2Model getM2Model()
public ModelDefinition getModelDefinition()
public Collection<DataTypeDefinition> getDataTypes()
public Collection<TypeDefinition> getTypes()
public Collection<AspectDefinition> getAspects()
public Collection<PropertyDefinition> getProperties()
public DataTypeDefinition getDataType(QName name)
name
- name of the data typepublic DataTypeDefinition getDataType(Class javaClass)
javaClass
- the java classpublic TypeDefinition getType(QName name)
name
- name of the typepublic AspectDefinition getAspect(QName name)
name
- name of the aspectpublic ClassDefinition getClass(QName name)
name
- name of the classpublic PropertyDefinition getProperty(QName name)
name
- name of the propertypublic AssociationDefinition getAssociation(QName name)
name
- name of the associationpublic Collection<AssociationDefinition> getAssociations()
public Collection<ConstraintDefinition> getConstraints()
public ConstraintDefinition getConstraint(QName name)
name
- the qualified name of the property constraintCopyright © 2005–2017 Alfresco Software. All rights reserved.