public interface TaskListItemService
| Modifier and Type | Method and Description |
|---|---|
TaskListItem |
create(Context context,
BasicWorkflowItem workflowItem,
EPerson ePerson) |
void |
deleteByWorkflowItem(Context context,
BasicWorkflowItem workflowItem) |
List<TaskListItem> |
findByEPerson(Context context,
EPerson ePerson) |
void |
update(Context context,
TaskListItem taskListItem) |
TaskListItem create(Context context, BasicWorkflowItem workflowItem, EPerson ePerson) throws SQLException
SQLExceptionvoid deleteByWorkflowItem(Context context, BasicWorkflowItem workflowItem) throws SQLException
SQLExceptionvoid update(Context context, TaskListItem taskListItem) throws SQLException
SQLExceptionList<TaskListItem> findByEPerson(Context context, EPerson ePerson) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All rights reserved.