Uses of Class
org.dspace.app.rest.model.TemplateItemRest
Packages that use TemplateItemRest
Package
Description
-
Uses of TemplateItemRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return TemplateItemRestModifier and TypeMethodDescriptionTemplateItemConverter.convert(TemplateItem templateItem, Projection projection) -
Uses of TemplateItemRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type TemplateItemRest -
Uses of TemplateItemRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return TemplateItemRestModifier and TypeMethodDescriptionCollectionRestRepository.createTemplateItem(Context context, Collection collection, TemplateItemRest inputItemRest) This method creates a new Item to be used as a template in a CollectionCollectionRestRepository.getTemplateItem(Collection collection) This method looks up the template Item associated with a CollectionTemplateItemRestRepository.patchTemplateItem(TemplateItem templateItem, com.fasterxml.jackson.databind.JsonNode jsonNode) Modify a template Item which is a template ItemMethods in org.dspace.app.rest.repository that return types with arguments of type TemplateItemRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TemplateItemRest>TemplateItemRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) TemplateItemRestRepository.getDomainClass()Methods in org.dspace.app.rest.repository with parameters of type TemplateItemRestModifier and TypeMethodDescriptionCollectionRestRepository.createTemplateItem(Context context, Collection collection, TemplateItemRest inputItemRest) This method creates a new Item to be used as a template in a Collection