public interface BasicWorkflowItemDAO extends GenericDAO<BasicWorkflowItem>
| Modifier and Type | Method and Description |
|---|---|
int |
countRows(Context context) |
List<BasicWorkflowItem> |
findByCollection(Context context,
Collection c) |
BasicWorkflowItem |
findByItem(Context context,
Item i) |
List<BasicWorkflowItem> |
findByOwner(Context context,
EPerson ePerson) |
List<BasicWorkflowItem> |
findByPooledTasks(Context context,
EPerson ePerson) |
List<BasicWorkflowItem> |
findBySubmitter(Context context,
EPerson ep) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveBasicWorkflowItem findByItem(Context context, Item i) throws SQLException
SQLExceptionList<BasicWorkflowItem> findBySubmitter(Context context, EPerson ep) throws SQLException
SQLExceptionList<BasicWorkflowItem> findByCollection(Context context, Collection c) throws SQLException
SQLExceptionList<BasicWorkflowItem> findByPooledTasks(Context context, EPerson ePerson) throws SQLException
SQLExceptionList<BasicWorkflowItem> findByOwner(Context context, EPerson ePerson) throws SQLException
SQLExceptionint countRows(Context context) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All rights reserved.