Uses of Class
org.dspace.app.rest.model.PoolTaskRest
-
Packages that use PoolTaskRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of PoolTaskRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return PoolTaskRest Modifier and Type Method Description PoolTaskRestPoolTaskConverter. convert(org.dspace.xmlworkflow.storedcomponents.PoolTask obj, Projection projection) -
Uses of PoolTaskRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type PoolTaskRest Constructor Description PoolTaskResource(PoolTaskRest witem, Utils utils) -
Uses of PoolTaskRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return PoolTaskRest Modifier and Type Method Description PoolTaskRestPoolTaskRestRepository. findByItem(UUID itemUUID)PoolTaskRestPoolTaskRestRepository. findOne(org.dspace.core.Context context, Integer id)Methods in org.dspace.app.rest.repository that return types with arguments of type PoolTaskRest Modifier and Type Method Description org.springframework.data.domain.Page<PoolTaskRest>PoolTaskRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<PoolTaskRest>PoolTaskRestRepository. findAllByItem(UUID itemUUID, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<PoolTaskRest>PoolTaskRestRepository. findByUser(UUID userID, org.springframework.data.domain.Pageable pageable)Class<PoolTaskRest>PoolTaskRestRepository. getDomainClass()
-