Uses of Class
org.dspace.app.rest.model.wrapper.TemplateItem
-
Packages that use TemplateItem Package Description org.dspace.app.rest.converter org.dspace.app.rest.repository -
-
Uses of TemplateItem in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return types with arguments of type TemplateItem Modifier and Type Method Description Class<TemplateItem>TemplateItemConverter. getModelClass()Methods in org.dspace.app.rest.converter with parameters of type TemplateItem Modifier and Type Method Description TemplateItemRestTemplateItemConverter. 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 TemplateItem Modifier and Type Method Description TemplateItemRestTemplateItemRestRepository. patchTemplateItem(TemplateItem templateItem, com.fasterxml.jackson.databind.JsonNode jsonNode)Modify a template Item which is a template ItemvoidTemplateItemRestRepository. removeTemplateItem(org.dspace.core.Context context, TemplateItem templateItem)Remove an Item which is a template for a Collection.
-