public interface InProgressUserDAO extends GenericDAO<InProgressUser>
| Modifier and Type | Method and Description |
|---|---|
int |
countFinishedUsers(Context context,
XmlWorkflowItem workflowItem) |
int |
countInProgressUsers(Context context,
XmlWorkflowItem workflowItem) |
List<InProgressUser> |
findByEperson(Context context,
EPerson ePerson) |
List<InProgressUser> |
findByWorkflowItem(Context context,
XmlWorkflowItem workflowItem) |
InProgressUser |
findByWorkflowItemAndEPerson(Context context,
XmlWorkflowItem workflowItem,
EPerson ePerson) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveInProgressUser 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 countInProgressUsers(Context context, XmlWorkflowItem workflowItem) throws SQLException
SQLExceptionint countFinishedUsers(Context context, XmlWorkflowItem workflowItem) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.