Class AspectsImpl

All Implemented Interfaces:
Aspects

public class AspectsImpl extends AbstractClassImpl<Aspect> implements Aspects
  • 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()
    • listAspects

      public CollectionWithPagingInfo<Aspect> listAspects(Parameters params)
      Description copied from interface: Aspects
      Lists aspects
      Specified by:
      listAspects in interface Aspects
      Returns:
      Collection of aspects
    • getAspect

      public Aspect getAspect(String aspectId)
      Description copied from interface: Aspects
      Gets an aspect by id
      Specified by:
      getAspect in interface Aspects
      Returns:
      an aspect
    • convertToAspect

      public Aspect convertToAspect(org.alfresco.service.cmr.dictionary.AspectDefinition aspectDefinition, List<String> includes)