Package org.alfresco.rest.api
Interface Aspects
- All Known Implementing Classes:
AspectsImpl
public interface Aspects
Aspect API
-
Method Summary
Modifier and TypeMethodDescriptionGets an aspect by idlistAspects(Parameters params) Lists aspects
-
Method Details
-
listAspects
Lists aspects- Parameters:
params-- Returns:
- Collection of aspects
-
getAspect
Gets an aspect by id- Parameters:
aspectId-- Returns:
- an aspect
-