Class TypesImpl

All Implemented Interfaces:
Types

public class TypesImpl extends AbstractClassImpl<Type> implements Types
  • Method Details

    • 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()
    • listTypes

      public CollectionWithPagingInfo<Type> listTypes(Parameters params)
      Description copied from interface: Types
      Lists types
      Specified by:
      listTypes in interface Types
      Returns:
      Collection of types
    • 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)