Uses of Class
org.dspace.xmlworkflow.storedcomponents.InProgressUser
Packages that use InProgressUser
Package
Description
The state of an item in a workflow is persisted in a number of objects.
-
Uses of InProgressUser in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents with type parameters of type InProgressUserModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<InProgressUser>InProgressUser_.class_static jakarta.persistence.metamodel.SingularAttribute<InProgressUser,EPerson> InProgressUser_.ePersonstatic jakarta.persistence.metamodel.SingularAttribute<InProgressUser,Boolean> InProgressUser_.finishedstatic jakarta.persistence.metamodel.SingularAttribute<InProgressUser,Integer> InProgressUser_.idstatic jakarta.persistence.metamodel.SingularAttribute<InProgressUser,XmlWorkflowItem> InProgressUser_.workflowItemMethods in org.dspace.xmlworkflow.storedcomponents that return InProgressUserModifier and TypeMethodDescriptionInProgressUserServiceImpl.findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type InProgressUserModifier and TypeMethodDescriptionInProgressUserServiceImpl.findByEperson(Context context, EPerson ePerson) InProgressUserServiceImpl.findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) Methods in org.dspace.xmlworkflow.storedcomponents with parameters of type InProgressUserModifier and TypeMethodDescriptionvoidInProgressUserServiceImpl.delete(Context context, InProgressUser inProgressUser) voidInProgressUserServiceImpl.update(Context context, InProgressUser inProgressUser) Method parameters in org.dspace.xmlworkflow.storedcomponents with type arguments of type InProgressUserModifier and TypeMethodDescriptionvoidInProgressUserServiceImpl.update(Context context, List<InProgressUser> inProgressUsers) -
Uses of InProgressUser in org.dspace.xmlworkflow.storedcomponents.dao
Methods in org.dspace.xmlworkflow.storedcomponents.dao that return InProgressUserModifier and TypeMethodDescriptionInProgressUserDAO.findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) Methods in org.dspace.xmlworkflow.storedcomponents.dao that return types with arguments of type InProgressUserModifier and TypeMethodDescriptionInProgressUserDAO.findByEperson(Context context, EPerson ePerson) InProgressUserDAO.findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) -
Uses of InProgressUser in org.dspace.xmlworkflow.storedcomponents.dao.impl
Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return InProgressUserModifier and TypeMethodDescriptionInProgressUserDAOImpl.findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return types with arguments of type InProgressUserModifier and TypeMethodDescriptionInProgressUserDAOImpl.findByEperson(Context context, EPerson ePerson) InProgressUserDAOImpl.findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) -
Uses of InProgressUser in org.dspace.xmlworkflow.storedcomponents.service
Methods in org.dspace.xmlworkflow.storedcomponents.service that return InProgressUserModifier and TypeMethodDescriptionInProgressUserService.findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) Methods in org.dspace.xmlworkflow.storedcomponents.service that return types with arguments of type InProgressUserModifier and TypeMethodDescriptionInProgressUserService.findByEperson(Context context, EPerson ePerson) InProgressUserService.findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)