Uses of Class
org.dspace.app.rest.signposting.model.Linkset
-
Packages that use Linkset Package Description org.dspace.app.rest.signposting.converter org.dspace.app.rest.signposting.model org.dspace.app.rest.signposting.utils -
-
Uses of Linkset in org.dspace.app.rest.signposting.converter
Methods in org.dspace.app.rest.signposting.converter that return types with arguments of type Linkset Modifier and Type Method Description Class<List<Linkset>>LinksetConverter. getModelClass()Method parameters in org.dspace.app.rest.signposting.converter with type arguments of type Linkset Modifier and Type Method Description LinksetRestLinksetConverter. convert(List<Linkset> linksets, Projection projection) -
Uses of Linkset in org.dspace.app.rest.signposting.model
Methods in org.dspace.app.rest.signposting.model that return types with arguments of type Linkset Modifier and Type Method Description List<Linkset>LinksetRest. getLinkset()Method parameters in org.dspace.app.rest.signposting.model with type arguments of type Linkset Modifier and Type Method Description voidLinksetRest. setLinkset(List<Linkset> linkset) -
Uses of Linkset in org.dspace.app.rest.signposting.utils
Methods in org.dspace.app.rest.signposting.utils that return Linkset Modifier and Type Method Description static LinksetLinksetMapper. map(List<LinksetNode> linksetNodes)Converts list of linkset nodes into linkset.
-