Uses of Class
org.dspace.app.rest.model.TemplateItemRest
-
Packages that use TemplateItemRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of TemplateItemRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return TemplateItemRest Modifier and Type Method Description TemplateItemRestTemplateItemConverter. 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 Constructor Description TemplateItemResource(TemplateItemRest data, Utils utils) -
Uses of TemplateItemRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return TemplateItemRest Modifier and Type Method Description TemplateItemRestCollectionRestRepository. createTemplateItem(Context context, Collection collection, TemplateItemRest inputItemRest)This method creates a new Item to be used as a template in a CollectionTemplateItemRestTemplateItemRestRepository. findOne(Context context, UUID uuid)TemplateItemRestCollectionRestRepository. getTemplateItem(Collection collection)This method looks up the template Item associated with a CollectionTemplateItemRestTemplateItemRestRepository. 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 TemplateItemRest Modifier and Type Method Description org.springframework.data.domain.Page<TemplateItemRest>TemplateItemRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<TemplateItemRest>TemplateItemRestRepository. getDomainClass()Methods in org.dspace.app.rest.repository with parameters of type TemplateItemRest Modifier and Type Method Description TemplateItemRestCollectionRestRepository. createTemplateItem(Context context, Collection collection, TemplateItemRest inputItemRest)This method creates a new Item to be used as a template in a Collection
-