Uses of Class
org.dspace.app.rest.model.EntityTypeRest
-
Packages that use EntityTypeRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of EntityTypeRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return EntityTypeRest Modifier and Type Method Description EntityTypeRestEntityTypeConverter. convert(org.dspace.content.EntityType obj, Projection projection) -
Uses of EntityTypeRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return EntityTypeRest Modifier and Type Method Description EntityTypeRestRelationshipTypeRest. getLeftType()EntityTypeRestRelationshipTypeRest. getRightType()Methods in org.dspace.app.rest.model with parameters of type EntityTypeRest Modifier and Type Method Description voidRelationshipTypeRest. setLeftType(EntityTypeRest leftType)voidRelationshipTypeRest. setRightType(EntityTypeRest rightType) -
Uses of EntityTypeRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type EntityTypeRest Constructor Description EntityTypeResource(EntityTypeRest data, Utils utils) -
Uses of EntityTypeRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return EntityTypeRest Modifier and Type Method Description EntityTypeRestEntityTypeRestRepository. findOne(org.dspace.core.Context context, Integer integer)Methods in org.dspace.app.rest.repository that return types with arguments of type EntityTypeRest Modifier and Type Method Description org.springframework.data.domain.Page<EntityTypeRest>EntityTypeRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)Class<EntityTypeRest>EntityTypeRestRepository. getDomainClass()
-