Uses of Interface
org.alfresco.service.cmr.dictionary.ClassDefinition
-
Packages that use ClassDefinition Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.dictionary org.alfresco.repo.search.impl org.alfresco.service.cmr.dictionary -
-
Uses of ClassDefinition in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary with parameters of type ClassDefinition Modifier and Type Method Description protected void
AbstractTypeDefinitionWrapper. createOwningPropertyDefinitions(CMISMapping cmisMapping, PropertyAccessorMapping propertyAccessorMapping, PropertyLuceneBuilderMapping luceneBuilderMapping, DictionaryService dictionaryService, ClassDefinition cmisClassDef)
Adds all property definitions owned by that type. -
Uses of ClassDefinition in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return ClassDefinition Modifier and Type Method Description ClassDefinition
AbstractDictionaryRegistry. getClass(QName className)
ClassDefinition
CompiledModel. getClass(QName name)
ClassDefinition
DictionaryComponent. getClass(QName name)
ClassDefinition
DictionaryDAOImpl. getClass(QName className)
ClassDefinition
DictionaryRegistry. getClass(QName className)
protected ClassDefinition
AbstractDictionaryRegistry. getClassImpl(QName className)
-
Uses of ClassDefinition in org.alfresco.repo.search.impl
Methods in org.alfresco.repo.search.impl that return ClassDefinition Modifier and Type Method Description static ClassDefinition
QueryParserUtils. matchClassDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string)
-
Uses of ClassDefinition in org.alfresco.service.cmr.dictionary
Subinterfaces of ClassDefinition in org.alfresco.service.cmr.dictionary Modifier and Type Interface Description interface
AspectDefinition
Read-only definition of an Aspect.interface
TypeDefinition
Read-only definition of a TypeMethods in org.alfresco.service.cmr.dictionary that return ClassDefinition Modifier and Type Method Description ClassDefinition
DictionaryService. getClass(QName name)
ClassDefinition
PropertyDefinition. getContainerClass()
ClassDefinition
ClassDefinition. getParentClassDefinition()
Get the parent class definitionClassDefinition
AssociationDefinition. getSourceClass()
ClassDefinition
AssociationDefinition. getTargetClass()
-