public interface BasicWorkflowItemService extends WorkflowItemService<BasicWorkflowItem>
| Modifier and Type | Method and Description |
|---|---|
int |
countTotal(Context context) |
List<BasicWorkflowItem> |
findByOwner(Context context,
EPerson ePerson) |
List<BasicWorkflowItem> |
findPooledTasks(Context context,
EPerson ePerson) |
create, delete, deleteByCollection, find, findAll, findByCollection, findByItem, findBySubmitterdeleteWrapper, updateList<BasicWorkflowItem> findPooledTasks(Context context, EPerson ePerson) throws SQLException
SQLExceptionList<BasicWorkflowItem> findByOwner(Context context, EPerson ePerson) throws SQLException
SQLExceptionint countTotal(Context context) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.