Package org.alfresco.rest.api.impl
Class AspectsImpl
- java.lang.Object
-
- org.alfresco.rest.api.impl.AbstractClassImpl<Aspect>
-
- org.alfresco.rest.api.impl.AspectsImpl
-
- All Implemented Interfaces:
Aspects
public class AspectsImpl extends AbstractClassImpl<Aspect> implements Aspects
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.alfresco.rest.api.impl.AbstractClassImpl
AbstractClassImpl.ClassQueryWalker, AbstractClassImpl.ModelApiFilter
-
-
Constructor Summary
Constructors Constructor Description AspectsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aspect
convertToAspect(org.alfresco.service.cmr.dictionary.AspectDefinition aspectDefinition)
Aspect
getAspectById(String aspectId)
void
init()
CollectionWithPagingInfo<Aspect>
listAspects(Parameters params)
void
setClassDefinitionMapper(ClassDefinitionMapper classDefinitionMapper)
void
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
void
setNamespaceService(org.alfresco.service.namespace.NamespacePrefixResolver namespaceService)
-
Methods inherited from class org.alfresco.rest.api.impl.AbstractClassImpl
createPagedResult, filterByNamespace, getQuery
-
-
-
-
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()
-
listAspects
public CollectionWithPagingInfo<Aspect> listAspects(Parameters params)
- Specified by:
listAspects
in interfaceAspects
-
getAspectById
public Aspect getAspectById(String aspectId)
- Specified by:
getAspectById
in interfaceAspects
-
convertToAspect
public Aspect convertToAspect(org.alfresco.service.cmr.dictionary.AspectDefinition aspectDefinition)
-
-