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 Aspect
Aspects. getAspectById(String aspectId)
Methods in org.alfresco.rest.api that return types with arguments of type Aspect Modifier and Type Method Description CollectionWithPagingInfo<Aspect>
Aspects. listAspects(Parameters params)
-
Uses of Aspect in org.alfresco.rest.api.aspects
Methods in org.alfresco.rest.api.aspects that return Aspect Modifier and Type Method Description Aspect
AspectEntityResource. 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 Aspect
AspectsImpl. convertToAspect(org.alfresco.service.cmr.dictionary.AspectDefinition aspectDefinition)
Aspect
AspectsImpl. getAspectById(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)
-