Uses of Class
org.alfresco.rest.api.model.Type
-
Packages that use Type Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.types -
-
Uses of Type in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Type Modifier and Type Method Description TypeTypes. getType(String typeId)Gets a type by idMethods in org.alfresco.rest.api that return types with arguments of type Type Modifier and Type Method Description CollectionWithPagingInfo<Type>Types. listTypes(Parameters params)Lists types -
Uses of Type in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Type Modifier and Type Method Description TypeTypesImpl. convertToType(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition, List<String> includes)TypeTypesImpl. getType(String typeId)Methods in org.alfresco.rest.api.impl that return types with arguments of type Type Modifier and Type Method Description CollectionWithPagingInfo<Type>TypesImpl. listTypes(Parameters params) -
Uses of Type in org.alfresco.rest.api.types
Methods in org.alfresco.rest.api.types that return Type Modifier and Type Method Description TypeTypeEntityResource. readById(String id, Parameters parameters)Methods in org.alfresco.rest.api.types that return types with arguments of type Type Modifier and Type Method Description CollectionWithPagingInfo<Type>TypeEntityResource. readAll(Parameters params)
-