Class ClaimedTaskRestRepository

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.data.repository.CrudRepository<ClaimedTaskRest,​Integer>, org.springframework.data.repository.PagingAndSortingRepository<ClaimedTaskRest,​Integer>, org.springframework.data.repository.Repository<ClaimedTaskRest,​Integer>

    @Component("workflow.claimedtask")
    public class ClaimedTaskRestRepository
    extends DSpaceRestRepository<ClaimedTaskRest,​Integer>
    implements org.springframework.beans.factory.InitializingBean
    This is the repository responsible to manage PooledTask Rest object
    Author:
    Andrea Bollini (andrea.bollini at 4science.it)