Package org.alfresco.rest.api.impl
Class AspectsImpl
- All Implemented Interfaces:
Aspects
-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.rest.api.impl.AbstractClassImpl
AbstractClassImpl.ClassQueryWalker, AbstractClassImpl.ModelApiFilter -
Method Summary
Modifier and TypeMethodDescriptionconvertToAspect(org.alfresco.service.cmr.dictionary.AspectDefinition aspectDefinition, List<String> includes) Gets an aspect by idvoidinit()listAspects(Parameters params) Lists aspectsvoidsetClassDefinitionMapper(ClassDefinitionMapper classDefinitionMapper) voidsetDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) voidsetNamespaceService(org.alfresco.service.namespace.NamespacePrefixResolver namespaceService) Methods inherited from class org.alfresco.rest.api.impl.AbstractClassImpl
constructFromFilters, createPagedResult, distinctByKey, filterByNamespace, getQuery, parseModelIds
-
Method Details
-
setDictionaryService
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) -
setNamespaceService
public void setNamespaceService(org.alfresco.service.namespace.NamespacePrefixResolver namespaceService) -
setClassDefinitionMapper
-
init
public void init() -
listAspects
Description copied from interface:AspectsLists aspects- Specified by:
listAspectsin interfaceAspects- Parameters:
params-- Returns:
- Collection of aspects
-
getAspect
Description copied from interface:AspectsGets an aspect by id -
convertToAspect
-