public interface BasicWorkflowItemService extends WorkflowItemService<BasicWorkflowItem>
| Modifier and Type | Method and Description |
|---|---|
int |
countTotal(Context context) |
List<BasicWorkflowItem> |
findByOwner(Context context,
EPerson ePerson)
Retrieve the list of BasicWorkflowItems that the given EPerson is owner of (owner == claimed for review)
|
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
context - the dspace contextePerson - a DSpace EPersonSQLExceptionint countTotal(Context context) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All rights reserved.