Package org.alfresco.rest.api
Interface Aspects
-
- All Known Implementing Classes:
AspectsImpl
public interface Aspects
Aspect API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Aspect
getAspect(String aspectId)
Gets an aspect by idCollectionWithPagingInfo<Aspect>
listAspects(Parameters params)
Lists aspects
-
-
-
Method Detail
-
listAspects
CollectionWithPagingInfo<Aspect> listAspects(Parameters params)
Lists aspects- Parameters:
params
-- Returns:
- Collection of aspects
-
-