Uses of Class
org.dspace.app.rest.model.wrapper.TemplateItem
Packages that use TemplateItem
-
Uses of TemplateItem in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return types with arguments of type TemplateItemMethods in org.dspace.app.rest.converter with parameters of type TemplateItemModifier and TypeMethodDescriptionTemplateItemConverter.convert(TemplateItem templateItem, Projection projection) -
Uses of TemplateItem in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository with parameters of type TemplateItemModifier and TypeMethodDescriptionTemplateItemRestRepository.patchTemplateItem(TemplateItem templateItem, com.fasterxml.jackson.databind.JsonNode jsonNode) Modify a template Item which is a template ItemvoidTemplateItemRestRepository.removeTemplateItem(Context context, TemplateItem templateItem) Remove an Item which is a template for a Collection.