Interface WorkflowItemRoleService
- All Superinterfaces:
DSpaceCRUDService<WorkflowItemRole>
- All Known Implementing Classes:
WorkflowItemRoleServiceImpl
Service interface class for the WorkflowItemRole object.
The implementation of this class is responsible for all business logic calls for the WorkflowItemRole object and
is autowired by spring
- Author:
- kevinvandevelde at atmire.com
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByEPerson(Context context, EPerson ePerson) voiddeleteForWorkflowItem(Context context, XmlWorkflowItem wfi) find(Context context, XmlWorkflowItem workflowItem, String role) findByEPerson(Context context, EPerson ePerson) findByWorkflowItem(Context context, XmlWorkflowItem xmlWorkflowItem)
-
Method Details
-
find
List<WorkflowItemRole> find(Context context, XmlWorkflowItem workflowItem, String role) throws SQLException - Throws:
SQLException
-
findByWorkflowItem
List<WorkflowItemRole> findByWorkflowItem(Context context, XmlWorkflowItem xmlWorkflowItem) throws SQLException - Throws:
SQLException
-
deleteForWorkflowItem
void deleteForWorkflowItem(Context context, XmlWorkflowItem wfi) throws SQLException, AuthorizeException - Throws:
SQLExceptionAuthorizeException
-
deleteByEPerson
- Throws:
SQLExceptionAuthorizeException
-
findByEPerson
- Throws:
SQLException
-