public interface XmlWorkflowItemService extends WorkflowItemService<XmlWorkflowItem>
| Modifier and Type | Method and Description |
|---|---|
int |
countAll(Context context)
return how many workflow items appear in the database
|
int |
countAllInCollection(Context context,
Collection collection)
return how many workflow items that appear in the collection
|
int |
countBySubmitter(Context context,
EPerson ep)
Count the number of workflow items from a specific submitter
|
List<XmlWorkflowItem> |
findAll(Context context,
Integer page,
Integer pagesize)
return all workflowitems for a certain page
|
List<XmlWorkflowItem> |
findAllInCollection(Context context,
Integer page,
Integer pagesize,
Collection collection)
return all workflowitems for a certain page with a certain collection
|
List<XmlWorkflowItem> |
findBySubmitter(Context context,
EPerson ep,
Integer pageNumber,
Integer pageSize)
Return all the workflow items from a specific submitter respecting the pagination parameters
|
create, delete, deleteByCollection, find, findAll, findByCollection, findByItem, findBySubmitterdeleteWrapper, move, updatefindIndexableObject, getSupportsIndexableObjectTypeConstantList<XmlWorkflowItem> findAll(Context context, Integer page, Integer pagesize) throws SQLException
context - The relevant DSpace Context.page - paging: page numberpagesize - paging: items per pageSQLException - An exception that provides information on a database access error or other errors.List<XmlWorkflowItem> findAllInCollection(Context context, Integer page, Integer pagesize, Collection collection) throws SQLException
context - The relevant DSpace Context.page - paging: page numberpagesize - paging: items per pagecollection - restrict to this collectionSQLException - An exception that provides information on a database access error or other errors.int countAll(Context context) throws SQLException
context - The relevant DSpace Context.SQLException - An exception that provides information on a database access error or other errors.int countAllInCollection(Context context, Collection collection) throws SQLException
context - The relevant DSpace Context.collection - restrict to this collectionSQLException - An exception that provides information on a database access error or other errors.List<XmlWorkflowItem> findBySubmitter(Context context, EPerson ep, Integer pageNumber, Integer pageSize) throws SQLException
context - The relevant DSpace Context.ep - the eperson that has submitted the itempageNumber - paging: page numberpageSize - paging: items per pageSQLExceptionint 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.