Uses of Class
org.dspace.xmlworkflow.storedcomponents.InProgressUser
-
-
Uses of InProgressUser in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents with type parameters of type InProgressUser Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<InProgressUser,EPerson>InProgressUser_. ePersonstatic javax.persistence.metamodel.SingularAttribute<InProgressUser,Boolean>InProgressUser_. finishedstatic javax.persistence.metamodel.SingularAttribute<InProgressUser,Integer>InProgressUser_. idstatic javax.persistence.metamodel.SingularAttribute<InProgressUser,XmlWorkflowItem>InProgressUser_. workflowItemMethods in org.dspace.xmlworkflow.storedcomponents that return InProgressUser Modifier and Type Method Description InProgressUserInProgressUserServiceImpl. create(Context context)InProgressUserInProgressUserServiceImpl. find(Context context, int id)InProgressUserInProgressUserServiceImpl. findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type InProgressUser Modifier and Type Method Description List<InProgressUser>InProgressUserServiceImpl. findByEperson(Context context, EPerson ePerson)List<InProgressUser>InProgressUserServiceImpl. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)Methods in org.dspace.xmlworkflow.storedcomponents with parameters of type InProgressUser Modifier and Type Method Description voidInProgressUserServiceImpl. delete(Context context, InProgressUser inProgressUser)voidInProgressUserServiceImpl. update(Context context, InProgressUser inProgressUser)Method parameters in org.dspace.xmlworkflow.storedcomponents with type arguments of type InProgressUser Modifier and Type Method Description voidInProgressUserServiceImpl. update(Context context, List<InProgressUser> inProgressUsers) -
Uses of InProgressUser in org.dspace.xmlworkflow.storedcomponents.dao
Methods in org.dspace.xmlworkflow.storedcomponents.dao that return InProgressUser Modifier and Type Method Description InProgressUserInProgressUserDAO. findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)Methods in org.dspace.xmlworkflow.storedcomponents.dao that return types with arguments of type InProgressUser Modifier and Type Method Description List<InProgressUser>InProgressUserDAO. findByEperson(Context context, EPerson ePerson)List<InProgressUser>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 InProgressUser Modifier and Type Method Description InProgressUserInProgressUserDAOImpl. findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return types with arguments of type InProgressUser Modifier and Type Method Description List<InProgressUser>InProgressUserDAOImpl. findByEperson(Context context, EPerson ePerson)List<InProgressUser>InProgressUserDAOImpl. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) -
Uses of InProgressUser in org.dspace.xmlworkflow.storedcomponents.service
Methods in org.dspace.xmlworkflow.storedcomponents.service that return InProgressUser Modifier and Type Method Description InProgressUserInProgressUserService. findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)Methods in org.dspace.xmlworkflow.storedcomponents.service that return types with arguments of type InProgressUser Modifier and Type Method Description List<InProgressUser>InProgressUserService. findByEperson(Context context, EPerson ePerson)List<InProgressUser>InProgressUserService. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)
-