Uses of Class
org.dspace.xmlworkflow.storedcomponents.ClaimedTask
-
-
Uses of ClaimedTask in org.dspace.discovery.indexobject
Methods in org.dspace.discovery.indexobject that return ClaimedTask Modifier and Type Method Description ClaimedTaskIndexableClaimedTask. getIndexedObject()Methods in org.dspace.discovery.indexobject with parameters of type ClaimedTask Modifier and Type Method Description ListClaimedTaskIndexFactoryImpl. getIndexableObjects(Context context, ClaimedTask object)voidIndexableClaimedTask. setIndexedObject(ClaimedTask claimedTask)Constructors in org.dspace.discovery.indexobject with parameters of type ClaimedTask Constructor Description IndexableClaimedTask(ClaimedTask claimedTask) -
Uses of ClaimedTask in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow with parameters of type ClaimedTask Modifier and Type Method Description voidXmlWorkflowServiceImpl. 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 ClaimedTask Modifier and Type Method Description voidXmlWorkflowService. deleteClaimedTask(Context c, XmlWorkflowItem wi, ClaimedTask task) -
Uses of ClaimedTask in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents with type parameters of type ClaimedTask Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<ClaimedTask,String>ClaimedTask_. actionIdstatic javax.persistence.metamodel.SingularAttribute<ClaimedTask,Integer>ClaimedTask_. idstatic javax.persistence.metamodel.SingularAttribute<ClaimedTask,EPerson>ClaimedTask_. ownerstatic javax.persistence.metamodel.SingularAttribute<ClaimedTask,String>ClaimedTask_. stepIdstatic javax.persistence.metamodel.SingularAttribute<ClaimedTask,String>ClaimedTask_. workflowIdstatic javax.persistence.metamodel.SingularAttribute<ClaimedTask,XmlWorkflowItem>ClaimedTask_. workflowItemMethods in org.dspace.xmlworkflow.storedcomponents that return ClaimedTask Modifier and Type Method Description ClaimedTaskClaimedTaskServiceImpl. create(Context context)ClaimedTaskClaimedTaskServiceImpl. find(Context context, int id)ClaimedTaskClaimedTaskServiceImpl. find(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID)ClaimedTaskClaimedTaskServiceImpl. findByWorkflowIdAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type ClaimedTask Modifier and Type Method Description List<ClaimedTask>ClaimedTaskServiceImpl. find(Context context, XmlWorkflowItem workflowItem)List<ClaimedTask>ClaimedTaskServiceImpl. find(Context context, XmlWorkflowItem workflowItem, String stepID)List<ClaimedTask>ClaimedTaskServiceImpl. find(Context context, XmlWorkflowItem workflowItem, String stepID, String actionID)List<ClaimedTask>ClaimedTaskServiceImpl. findAll(Context context)List<ClaimedTask>ClaimedTaskServiceImpl. findAllInStep(Context context, String stepID)List<ClaimedTask>ClaimedTaskServiceImpl. findByEperson(Context context, EPerson ePerson)List<ClaimedTask>ClaimedTaskServiceImpl. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)Methods in org.dspace.xmlworkflow.storedcomponents with parameters of type ClaimedTask Modifier and Type Method Description voidClaimedTaskServiceImpl. delete(Context context, ClaimedTask claimedTask)voidClaimedTaskServiceImpl. update(Context context, ClaimedTask claimedTask)Method parameters in org.dspace.xmlworkflow.storedcomponents with type arguments of type ClaimedTask Modifier and Type Method Description voidClaimedTaskServiceImpl. update(Context context, List<ClaimedTask> claimedTasks) -
Uses of ClaimedTask in org.dspace.xmlworkflow.storedcomponents.dao
Methods in org.dspace.xmlworkflow.storedcomponents.dao that return ClaimedTask Modifier and Type Method Description ClaimedTaskClaimedTaskDAO. findByEPersonAndWorkflowItemAndStepIdAndActionId(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID)ClaimedTaskClaimedTaskDAO. findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)Methods in org.dspace.xmlworkflow.storedcomponents.dao that return types with arguments of type ClaimedTask Modifier and Type Method Description List<ClaimedTask>ClaimedTaskDAO. findByEperson(Context context, EPerson ePerson)List<ClaimedTask>ClaimedTaskDAO. findByStep(Context context, String stepID)List<ClaimedTask>ClaimedTaskDAO. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)List<ClaimedTask>ClaimedTaskDAO. findByWorkflowItemAndStepId(Context context, XmlWorkflowItem workflowItem, String stepID)List<ClaimedTask>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 ClaimedTask Modifier and Type Method Description ClaimedTaskClaimedTaskDAOImpl. findByEPersonAndWorkflowItemAndStepIdAndActionId(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID)ClaimedTaskClaimedTaskDAOImpl. findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return types with arguments of type ClaimedTask Modifier and Type Method Description List<ClaimedTask>ClaimedTaskDAOImpl. findByEperson(Context context, EPerson ePerson)List<ClaimedTask>ClaimedTaskDAOImpl. findByStep(Context context, String stepID)List<ClaimedTask>ClaimedTaskDAOImpl. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)List<ClaimedTask>ClaimedTaskDAOImpl. findByWorkflowItemAndStepId(Context context, XmlWorkflowItem workflowItem, String stepID)List<ClaimedTask>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 ClaimedTask Modifier and Type Method Description ClaimedTaskClaimedTaskService. find(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID)ClaimedTaskClaimedTaskService. findByWorkflowIdAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)Methods in org.dspace.xmlworkflow.storedcomponents.service that return types with arguments of type ClaimedTask Modifier and Type Method Description List<ClaimedTask>ClaimedTaskService. find(Context context, XmlWorkflowItem workflowItem)List<ClaimedTask>ClaimedTaskService. find(Context context, XmlWorkflowItem workflowItem, String stepID)List<ClaimedTask>ClaimedTaskService. find(Context context, XmlWorkflowItem workflowItem, String stepID, String actionID)List<ClaimedTask>ClaimedTaskService. findAll(Context context)List<ClaimedTask>ClaimedTaskService. findAllInStep(Context context, String stepID)List<ClaimedTask>ClaimedTaskService. findByEperson(Context context, EPerson ePerson)List<ClaimedTask>ClaimedTaskService. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)
-