Uses of Interface
org.alfresco.service.cmr.dictionary.NamespaceDefinition
-
Packages that use NamespaceDefinition Package Description org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of NamespaceDefinition in org.alfresco.repo.dictionary
Classes in org.alfresco.repo.dictionary that implement NamespaceDefinition Modifier and Type Class Description class
M2NamespaceDefinition
Namespace Definition.Methods in org.alfresco.repo.dictionary that return NamespaceDefinition Modifier and Type Method Description NamespaceDefinition
M2ModelDiff. getNamespaceDefinition()
Methods in org.alfresco.repo.dictionary that return types with arguments of type NamespaceDefinition Modifier and Type Method Description java.util.Collection<NamespaceDefinition>
CustomModelDefinitionImpl. getImportedNamespaces()
java.util.Collection<NamespaceDefinition>
M2ModelDefinition. getImportedNamespaces()
java.util.Collection<NamespaceDefinition>
CustomModelDefinitionImpl. getNamespaces()
java.util.Collection<NamespaceDefinition>
DictionaryDAO. getNamespaces(QName modelName)
java.util.Collection<NamespaceDefinition>
DictionaryDAOImpl. getNamespaces(QName modelName)
java.util.Collection<NamespaceDefinition>
M2ModelDefinition. getNamespaces()
Constructors in org.alfresco.repo.dictionary with parameters of type NamespaceDefinition Constructor Description M2ModelDiff(QName elementName, NamespaceDefinition namespace, java.lang.String elementType, java.lang.String diffType)
-
Uses of NamespaceDefinition in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return types with arguments of type NamespaceDefinition Modifier and Type Method Description java.util.Collection<NamespaceDefinition>
ModelDefinition. getImportedNamespaces()
java.util.Collection<NamespaceDefinition>
ModelDefinition. getNamespaces()
-