public interface InProgressUserService extends DSpaceCRUDService<InProgressUser>
| Modifier and Type | Method and Description |
|---|---|
List<InProgressUser> |
findByEperson(Context context,
EPerson ePerson) |
List<InProgressUser> |
findByWorkflowItem(Context context,
XmlWorkflowItem workflowItem) |
InProgressUser |
findByWorkflowItemAndEPerson(Context context,
XmlWorkflowItem workflowItem,
EPerson ePerson) |
int |
getNumberOfFinishedUsers(Context context,
XmlWorkflowItem workflowItem) |
int |
getNumberOfInProgressUsers(Context context,
XmlWorkflowItem workflowItem) |
InProgressUser findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) throws SQLException
SQLExceptionList<InProgressUser> findByEperson(Context context, EPerson ePerson) throws SQLException
SQLExceptionList<InProgressUser> findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) throws SQLException
SQLExceptionint getNumberOfInProgressUsers(Context context, XmlWorkflowItem workflowItem) throws SQLException
SQLExceptionint getNumberOfFinishedUsers(Context context, XmlWorkflowItem workflowItem) throws SQLException
SQLExceptionCopyright © 2017 DuraSpace. All rights reserved.