Package org.dspace.app.rest.converter
Interface IndexableObjectConverter<M,R extends RestAddressableModel>
-
- Type Parameters:
M- the Class in the DSpace API data modelR- the Class in the DSpace REST data model
- All Superinterfaces:
DSpaceConverter<M,R>
- All Known Implementing Classes:
AInprogressItemConverter,ClaimedTaskConverter,CollectionConverter,CommunityConverter,ItemConverter,PoolTaskConverter,WorkflowItemConverter,WorkspaceItemConverter
public interface IndexableObjectConverter<M,R extends RestAddressableModel> extends DSpaceConverter<M,R>
This is the base converter from/to objects in the DSpace API data model and the REST data model that can be indexed- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansupportsModel(org.dspace.discovery.IndexableObject idxo)-
Methods inherited from interface org.dspace.app.rest.converter.DSpaceConverter
convert, getModelClass
-
-