Uses of Class
org.alfresco.rest.api.model.Aspect
-
Packages that use Aspect Package Description org.alfresco.rest.api org.alfresco.rest.api.aspects org.alfresco.rest.api.impl -
-
Uses of Aspect in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Aspect Modifier and Type Method Description AspectAspects. getAspect(String aspectId)Gets an aspect by idMethods in org.alfresco.rest.api that return types with arguments of type Aspect Modifier and Type Method Description CollectionWithPagingInfo<Aspect>Aspects. listAspects(Parameters params)Lists aspects -
Uses of Aspect in org.alfresco.rest.api.aspects
Methods in org.alfresco.rest.api.aspects that return Aspect Modifier and Type Method Description AspectAspectEntityResource. readById(String id, Parameters parameters)Methods in org.alfresco.rest.api.aspects that return types with arguments of type Aspect Modifier and Type Method Description CollectionWithPagingInfo<Aspect>AspectEntityResource. readAll(Parameters params) -
Uses of Aspect in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Aspect Modifier and Type Method Description AspectAspectsImpl. convertToAspect(org.alfresco.service.cmr.dictionary.AspectDefinition aspectDefinition, List<String> includes)AspectAspectsImpl. getAspect(String aspectId)Methods in org.alfresco.rest.api.impl that return types with arguments of type Aspect Modifier and Type Method Description CollectionWithPagingInfo<Aspect>AspectsImpl. listAspects(Parameters params)
-