Uses of Class
org.dspace.xmlworkflow.storedcomponents.ClaimedTask
Packages that use ClaimedTask
Package
Description
An Item submission begins as a
WorkspaceItem in some user's workspace.The state of an item in a workflow is persisted in a number of objects.
-
Uses of ClaimedTask in org.dspace.discovery.indexobject
Methods in org.dspace.discovery.indexobject that return ClaimedTaskMethods in org.dspace.discovery.indexobject with parameters of type ClaimedTaskModifier and TypeMethodDescriptionClaimedTaskIndexFactoryImpl.getIndexableObjects(Context context, ClaimedTask object) voidIndexableClaimedTask.setIndexedObject(ClaimedTask claimedTask) Constructors in org.dspace.discovery.indexobject with parameters of type ClaimedTask -
Uses of ClaimedTask in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow with parameters of type ClaimedTaskModifier and TypeMethodDescriptionvoidXmlWorkflowServiceImpl.deleteClaimedTask(Context c, XmlWorkflowItem wi, ClaimedTask task) -
Uses of ClaimedTask in org.dspace.xmlworkflow.service
Methods in org.dspace.xmlworkflow.service with parameters of type ClaimedTaskModifier and TypeMethodDescriptionvoidXmlWorkflowService.deleteClaimedTask(Context c, XmlWorkflowItem wi, ClaimedTask task) Deletes a completed task of a step. -
Uses of ClaimedTask in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents with type parameters of type ClaimedTaskModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<ClaimedTask,String> ClaimedTask_.actionIdstatic jakarta.persistence.metamodel.EntityType<ClaimedTask>ClaimedTask_.class_static jakarta.persistence.metamodel.SingularAttribute<ClaimedTask,Integer> ClaimedTask_.idstatic jakarta.persistence.metamodel.SingularAttribute<ClaimedTask,EPerson> ClaimedTask_.ownerstatic jakarta.persistence.metamodel.SingularAttribute<ClaimedTask,String> ClaimedTask_.stepIdstatic jakarta.persistence.metamodel.SingularAttribute<ClaimedTask,String> ClaimedTask_.workflowIdstatic jakarta.persistence.metamodel.SingularAttribute<ClaimedTask,XmlWorkflowItem> ClaimedTask_.workflowItemMethods in org.dspace.xmlworkflow.storedcomponents that return ClaimedTaskModifier and TypeMethodDescriptionClaimedTaskServiceImpl.find(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID) ClaimedTaskServiceImpl.findByWorkflowIdAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type ClaimedTaskModifier and TypeMethodDescriptionClaimedTaskServiceImpl.find(Context context, XmlWorkflowItem workflowItem) ClaimedTaskServiceImpl.find(Context context, XmlWorkflowItem workflowItem, String stepID) ClaimedTaskServiceImpl.find(Context context, XmlWorkflowItem workflowItem, String stepID, String actionID) ClaimedTaskServiceImpl.findAllInStep(Context context, String stepID) ClaimedTaskServiceImpl.findByEperson(Context context, EPerson ePerson) ClaimedTaskServiceImpl.findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) Methods in org.dspace.xmlworkflow.storedcomponents with parameters of type ClaimedTaskModifier and TypeMethodDescriptionvoidClaimedTaskServiceImpl.delete(Context context, ClaimedTask claimedTask) voidClaimedTaskServiceImpl.update(Context context, ClaimedTask claimedTask) Method parameters in org.dspace.xmlworkflow.storedcomponents with type arguments of type ClaimedTaskModifier and TypeMethodDescriptionvoidClaimedTaskServiceImpl.update(Context context, List<ClaimedTask> claimedTasks) -
Uses of ClaimedTask in org.dspace.xmlworkflow.storedcomponents.dao
Methods in org.dspace.xmlworkflow.storedcomponents.dao that return ClaimedTaskModifier and TypeMethodDescriptionClaimedTaskDAO.findByEPersonAndWorkflowItemAndStepIdAndActionId(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID) ClaimedTaskDAO.findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) Find the single task for a given workflow item which is claimed by a given EPerson.Methods in org.dspace.xmlworkflow.storedcomponents.dao that return types with arguments of type ClaimedTaskModifier and TypeMethodDescriptionClaimedTaskDAO.findByEperson(Context context, EPerson ePerson) ClaimedTaskDAO.findByStep(Context context, String stepID) ClaimedTaskDAO.findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) Find all claimed tasks for a given workflow item.ClaimedTaskDAO.findByWorkflowItemAndStepId(Context context, XmlWorkflowItem workflowItem, String stepID) ClaimedTaskDAO.findByWorkflowItemAndStepIdAndActionId(Context c, XmlWorkflowItem workflowItem, String stepID, String actionID) -
Uses of ClaimedTask in org.dspace.xmlworkflow.storedcomponents.dao.impl
Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return ClaimedTaskModifier and TypeMethodDescriptionClaimedTaskDAOImpl.findByEPersonAndWorkflowItemAndStepIdAndActionId(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID) ClaimedTaskDAOImpl.findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return types with arguments of type ClaimedTaskModifier and TypeMethodDescriptionClaimedTaskDAOImpl.findByEperson(Context context, EPerson ePerson) ClaimedTaskDAOImpl.findByStep(Context context, String stepID) ClaimedTaskDAOImpl.findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) ClaimedTaskDAOImpl.findByWorkflowItemAndStepId(Context context, XmlWorkflowItem workflowItem, String stepID) ClaimedTaskDAOImpl.findByWorkflowItemAndStepIdAndActionId(Context context, XmlWorkflowItem workflowItem, String stepID, String actionID) -
Uses of ClaimedTask in org.dspace.xmlworkflow.storedcomponents.service
Methods in org.dspace.xmlworkflow.storedcomponents.service that return ClaimedTaskModifier and TypeMethodDescriptionClaimedTaskService.find(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID) ClaimedTaskService.findByWorkflowIdAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) Find the single task for a given workflow item claimed by a given EPerson.Methods in org.dspace.xmlworkflow.storedcomponents.service that return types with arguments of type ClaimedTaskModifier and TypeMethodDescriptionClaimedTaskService.find(Context context, XmlWorkflowItem workflowItem) Find all claimed tasks for a given workflow item.ClaimedTaskService.find(Context context, XmlWorkflowItem workflowItem, String stepID) ClaimedTaskService.find(Context context, XmlWorkflowItem workflowItem, String stepID, String actionID) ClaimedTaskService.findAllInStep(Context context, String stepID) ClaimedTaskService.findByEperson(Context context, EPerson ePerson) ClaimedTaskService.findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)