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 Type
Types. 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 Type
TypesImpl. convertToType(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition, List<String> includes)
Type
TypesImpl. 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 Type
TypeEntityResource. 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)
-