Uses of Class
org.dspace.workflowbasic.TaskListItem
-
Packages that use TaskListItem Package Description org.dspace.workflowbasic org.dspace.workflowbasic.dao org.dspace.workflowbasic.dao.impl org.dspace.workflowbasic.service -
-
Uses of TaskListItem in org.dspace.workflowbasic
Fields in org.dspace.workflowbasic with type parameters of type TaskListItem Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<TaskListItem,EPerson>TaskListItem_. ePersonstatic javax.persistence.metamodel.SingularAttribute<TaskListItem,Integer>TaskListItem_. taskListItemIdstatic javax.persistence.metamodel.SingularAttribute<TaskListItem,BasicWorkflowItem>TaskListItem_. workflowItemMethods in org.dspace.workflowbasic that return TaskListItem Modifier and Type Method Description TaskListItemTaskListItemServiceImpl. create(Context context, BasicWorkflowItem workflowItem, EPerson ePerson)Methods in org.dspace.workflowbasic that return types with arguments of type TaskListItem Modifier and Type Method Description List<TaskListItem>TaskListItemServiceImpl. findByEPerson(Context context, EPerson ePerson)Methods in org.dspace.workflowbasic with parameters of type TaskListItem Modifier and Type Method Description voidTaskListItemServiceImpl. update(Context context, TaskListItem taskListItem) -
Uses of TaskListItem in org.dspace.workflowbasic.dao
Methods in org.dspace.workflowbasic.dao that return types with arguments of type TaskListItem Modifier and Type Method Description List<TaskListItem>TaskListItemDAO. findByEPerson(Context context, EPerson ePerson) -
Uses of TaskListItem in org.dspace.workflowbasic.dao.impl
Methods in org.dspace.workflowbasic.dao.impl that return types with arguments of type TaskListItem Modifier and Type Method Description List<TaskListItem>TaskListItemDAOImpl. findByEPerson(Context context, EPerson ePerson) -
Uses of TaskListItem in org.dspace.workflowbasic.service
Methods in org.dspace.workflowbasic.service that return TaskListItem Modifier and Type Method Description TaskListItemTaskListItemService. create(Context context, BasicWorkflowItem workflowItem, EPerson ePerson)Methods in org.dspace.workflowbasic.service that return types with arguments of type TaskListItem Modifier and Type Method Description List<TaskListItem>TaskListItemService. findByEPerson(Context context, EPerson ePerson)Methods in org.dspace.workflowbasic.service with parameters of type TaskListItem Modifier and Type Method Description voidTaskListItemService. update(Context context, TaskListItem taskListItem)
-