Package org.alfresco.rest.api
Interface Aspects
-
- All Known Implementing Classes:
AspectsImpl
public interface AspectsAspect API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AspectgetAspect(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
-
-