Uses of Interface
org.alfresco.service.cmr.dictionary.ModelDefinition
-
Packages that use ModelDefinition Package Description org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of ModelDefinition in org.alfresco.repo.dictionary
Classes in org.alfresco.repo.dictionary that implement ModelDefinition Modifier and Type Class Description classCustomModelDefinitionImplRead-only definition of a Custom ModelclassM2ModelDefinitionCompiled Model DefinitionMethods in org.alfresco.repo.dictionary that return ModelDefinition Modifier and Type Method Description ModelDefinitionDictionaryComponent. getModel(QName model)ModelDefinitionDictionaryDAO. getModel(QName name)ModelDefinitionDictionaryDAOImpl. getModel(QName name)ModelDefinitionM2NamespaceDefinition. getModel()ModelDefinitionDictionaryComponent. getModelByNamespaceUri(String uri)ModelDefinitionCompiledModel. getModelDefinition()Methods in org.alfresco.repo.dictionary with parameters of type ModelDefinition Modifier and Type Method Description static StringM2Label. getLabel(Locale locale, ModelDefinition model, MessageLookup messageLookup, String type, QName item, String label)Get label for data dictionary item given specified localestatic StringM2Label. getLabel(ModelDefinition model, MessageLookup messageLookup, String type, QName item, String label)Get label for data dictionary item -
Uses of ModelDefinition in org.alfresco.service.cmr.dictionary
Subinterfaces of ModelDefinition in org.alfresco.service.cmr.dictionary Modifier and Type Interface Description interfaceCustomModelDefinitionMethods in org.alfresco.service.cmr.dictionary that return ModelDefinition Modifier and Type Method Description ModelDefinitionCustomModelService. getCustomModelByUri(String namespaceUri)Gets custom modelModelDefinitionAssociationDefinition. getModel()ModelDefinitionClassAttributeDefinition. getModel()ModelDefinitionClassDefinition. getModel()ModelDefinitionConstraintDefinition. getModel()ModelDefinitionDataTypeDefinition. getModel()ModelDefinitionDictionaryService. getModel(QName model)ModelDefinitionNamespaceDefinition. getModel()ModelDefinitionPropertyDefinition. getModel()ModelDefinitionDictionaryService. getModelByNamespaceUri(String uri)
-