Class TypesImpl

    • Method Detail

      • setDictionaryService

        public void setDictionaryService​(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
      • setNamespaceService

        public void setNamespaceService​(org.alfresco.service.namespace.NamespacePrefixResolver namespaceService)
      • setClassDefinitionMapper

        public void setClassDefinitionMapper​(ClassDefinitionMapper classDefinitionMapper)
      • init

        public void init()
      • getType

        public Type getType​(String typeId)
        Description copied from interface: Types
        Gets a type by id
        Specified by:
        getType in interface Types
        Returns:
        type
      • convertToType

        public Type convertToType​(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition,
                                  List<String> includes)