Interface InProgressUserService
- All Superinterfaces:
DSpaceCRUDService<InProgressUser>
- All Known Implementing Classes:
InProgressUserServiceImpl
Service interface class for the InProgressUser object.
The implementation of this class is responsible for all business logic calls for the InProgressUser object and is
autowired by spring
- Author:
- kevinvandevelde at atmire.com
-
Method Summary
Modifier and TypeMethodDescriptionfindByEperson(Context context, EPerson ePerson) findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) intgetNumberOfFinishedUsers(Context context, XmlWorkflowItem workflowItem) intgetNumberOfInProgressUsers(Context context, XmlWorkflowItem workflowItem)
-
Method Details
-
findByWorkflowItemAndEPerson
InProgressUser findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) throws SQLException - Throws:
SQLException
-
findByEperson
- Throws:
SQLException
-
findByWorkflowItem
List<InProgressUser> findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) throws SQLException - Throws:
SQLException
-
getNumberOfInProgressUsers
- Throws:
SQLException
-
getNumberOfFinishedUsers
- Throws:
SQLException
-