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
|
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
|
create, delete, deleteByCollection, find, findAll, findByCollection, findByItem, findBySubmitterdeleteWrapper, updateList<XmlWorkflowItem> findAll(Context context, Integer page, Integer pagesize) throws SQLException
context - active contextSQLExceptionList<XmlWorkflowItem> findAllInCollection(Context context, Integer page, Integer pagesize, Collection collection) throws SQLException
collection - active contextSQLExceptionint countAll(Context context) throws SQLException
context - active contextSQLExceptionint countAllInCollection(Context context, Collection collection) throws SQLException
context - active contextSQLExceptionCopyright © 2017 DuraSpace. All rights reserved.