public interface XmlWorkflowItemDAO extends GenericDAO<XmlWorkflowItem>
| Modifier and Type | Method and Description |
|---|---|
int |
countAll(Context context) |
int |
countAllInCollection(Context context,
Collection collection) |
int |
countBySubmitter(Context context,
EPerson ep)
Count the number of workflow items from a specific submitter
|
List<XmlWorkflowItem> |
findAllInCollection(Context context,
Integer offset,
Integer limit,
Collection collection)
Find all the workflow items in a specific collection using the pagination parameters (offset, limit)
|
List<XmlWorkflowItem> |
findByCollection(Context context,
Collection collection) |
XmlWorkflowItem |
findByItem(Context context,
Item item) |
List<XmlWorkflowItem> |
findBySubmitter(Context context,
EPerson ep) |
List<XmlWorkflowItem> |
findBySubmitter(Context context,
EPerson ep,
Integer offset,
Integer limit)
Return all the workflow items from a specific submitter respecting the pagination parameters
|
create, delete, findAll, findByID, findByID, findMany, findUnique, saveList<XmlWorkflowItem> findAllInCollection(Context context, Integer offset, Integer limit, Collection collection) throws SQLException
context - dspace contextoffset - the first record to returnlimit - the max number of records to returncollection - the collection where the workflowitem has been submittedSQLExceptionint countAll(Context context) throws SQLException
SQLExceptionint countAllInCollection(Context context, Collection collection) throws SQLException
SQLExceptionList<XmlWorkflowItem> findBySubmitter(Context context, EPerson ep) throws SQLException
SQLExceptionList<XmlWorkflowItem> findByCollection(Context context, Collection collection) throws SQLException
SQLExceptionXmlWorkflowItem findByItem(Context context, Item item) throws SQLException
SQLExceptionList<XmlWorkflowItem> findBySubmitter(Context context, EPerson ep, Integer offset, Integer limit) throws SQLException
context - The relevant DSpace Context.ep - the eperson that has submitted the itemoffset - the first record to returnlimit - the max number of records to returnSQLExceptionint countBySubmitter(Context context, EPerson ep) throws SQLException
context - The relevant DSpace Context.ep - the eperson that has submitted the itemSQLExceptionCopyright © 2019 DuraSpace. All rights reserved.