Uses of Class
org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
-
-
Uses of XmlWorkflowItem in org.dspace.curate
Methods in org.dspace.curate with parameters of type XmlWorkflowItem Modifier and Type Method Description booleanXmlWorkflowCuratorServiceImpl. curate(Curator curator, Context c, XmlWorkflowItem wfi)booleanXmlWorkflowCuratorServiceImpl. doCuration(Context c, XmlWorkflowItem wfi)protected FlowStepXmlWorkflowCuratorServiceImpl. getFlowStep(Context c, XmlWorkflowItem wfi)Find the flow step occupied by a work flow item.booleanXmlWorkflowCuratorServiceImpl. needsCuration(Context c, XmlWorkflowItem wfi)protected voidXmlWorkflowCuratorServiceImpl. notifyContacts(Context c, XmlWorkflowItem wfi, Task task, String status, String action, String message)Send email to people who should be notified when curation tasks are run.protected List<EPerson>XmlWorkflowCuratorServiceImpl. resolveContacts(Context c, List<String> contacts, XmlWorkflowItem wfi)Develop a list of EPerson from a list of perhaps symbolic "contact" names. -
Uses of XmlWorkflowItem in org.dspace.curate.service
Methods in org.dspace.curate.service with parameters of type XmlWorkflowItem Modifier and Type Method Description booleanXmlWorkflowCuratorService. curate(Curator curator, Context c, XmlWorkflowItem wfi)Determines and executes curation of a Workflow item.booleanXmlWorkflowCuratorService. doCuration(Context c, XmlWorkflowItem wfi)Determines and executes curation on a Workflow item.booleanXmlWorkflowCuratorService. needsCuration(Context c, XmlWorkflowItem wfi)Should this item be curated? -
Uses of XmlWorkflowItem in org.dspace.discovery.indexobject
Methods in org.dspace.discovery.indexobject with parameters of type XmlWorkflowItem Modifier and Type Method Description ListWorkflowItemIndexFactoryImpl. getIndexableObjects(Context context, XmlWorkflowItem object)Constructors in org.dspace.discovery.indexobject with parameters of type XmlWorkflowItem Constructor Description IndexableWorkflowItem(XmlWorkflowItem inProgressSubmission) -
Uses of XmlWorkflowItem in org.dspace.workflow
Methods in org.dspace.workflow with parameters of type XmlWorkflowItem Modifier and Type Method Description voidWorkflowService. restartWorkflow(Context context, XmlWorkflowItem wi, EPerson decliner, String provenance) -
Uses of XmlWorkflowItem in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that return XmlWorkflowItem Modifier and Type Method Description XmlWorkflowItemXmlWorkflowServiceImpl. start(Context context, WorkspaceItem wsi)XmlWorkflowItemXmlWorkflowServiceImpl. startWithoutNotify(Context context, WorkspaceItem wsi)Methods in org.dspace.xmlworkflow with parameters of type XmlWorkflowItem Modifier and Type Method Description WorkspaceItemXmlWorkflowServiceImpl. abort(Context c, XmlWorkflowItem wi, EPerson e)protected voidXmlWorkflowServiceImpl. activateFirstStep(Context context, Workflow wf, Step firstStep, XmlWorkflowItem wfi)Activate the first step in a workflow for a WorkflowItem.voidWorkflowRequirementsServiceImpl. addClaimedUser(Context context, XmlWorkflowItem wfi, Step step, EPerson user)voidWorkflowRequirementsServiceImpl. addFinishedUser(Context c, XmlWorkflowItem wfi, EPerson user)voidXmlWorkflowServiceImpl. alertUsersOnTaskActivation(Context c, XmlWorkflowItem wfi, String emailTemplate, List<EPerson> epa, String... arguments)protected ItemXmlWorkflowServiceImpl. archive(Context context, XmlWorkflowItem wfi)Commit the contained item to the main archive.voidWorkflowRequirementsServiceImpl. clearInProgressUsers(Context c, XmlWorkflowItem wfi)voidXmlWorkflowServiceImpl. createOwnedTask(Context context, XmlWorkflowItem wi, Step step, WorkflowActionConfig action, EPerson e)voidXmlWorkflowServiceImpl. createPoolTasks(Context context, XmlWorkflowItem wi, RoleMembers assignees, Step step, WorkflowActionConfig action)voidXmlWorkflowServiceImpl. deleteAllPooledTasks(Context context, XmlWorkflowItem wi)voidXmlWorkflowServiceImpl. deleteAllTasks(Context context, XmlWorkflowItem wi)WORKFLOW TASK MANAGEMENTvoidXmlWorkflowServiceImpl. deleteClaimedTask(Context c, XmlWorkflowItem wi, ClaimedTask task)voidXmlWorkflowServiceImpl. deletePooledTask(Context context, XmlWorkflowItem wi, PoolTask task)voidXmlWorkflowServiceImpl. deleteWorkflowByWorkflowItem(Context context, XmlWorkflowItem wi, EPerson e)protected StringXmlWorkflowServiceImpl. getItemTitle(XmlWorkflowItem wi)RoleMembersRole. getMembers(Context context, XmlWorkflowItem wfi)protected StringXmlWorkflowServiceImpl. getSubmitterName(XmlWorkflowItem wi)protected voidXmlWorkflowServiceImpl. logWorkflowEvent(Context c, String workflowId, String previousStepId, String previousActionConfigId, XmlWorkflowItem wfi, EPerson actor, Step newStep, WorkflowActionConfig newActionConfig)voidXmlWorkflowServiceImpl. notifyOfCuration(Context c, XmlWorkflowItem wi, List<EPerson> ePeople, String taskName, String action, String message)protected voidXmlWorkflowServiceImpl. notifyOfReject(Context c, XmlWorkflowItem wi, EPerson e, String reason)protected WorkflowActionConfigXmlWorkflowServiceImpl. processNextStep(Context c, EPerson user, Workflow workflow, ActionResult currentOutcome, XmlWorkflowItem wfi, Step nextStep)WorkflowActionConfigXmlWorkflowServiceImpl. processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep)voidWorkflowRequirementsServiceImpl. removeClaimedUser(Context context, XmlWorkflowItem wfi, EPerson user, String stepID)voidXmlWorkflowServiceImpl. restartWorkflow(Context context, XmlWorkflowItem wi, EPerson decliner, String provenance)protected WorkspaceItemXmlWorkflowServiceImpl. returnToWorkspace(Context c, XmlWorkflowItem wfi)Return the workflow item to the workspace of the submitter.WorkspaceItemXmlWorkflowServiceImpl. sendWorkflowItemBackSubmission(Context context, XmlWorkflowItem wi, EPerson e, String provenance, String rejection_message) -
Uses of XmlWorkflowItem in org.dspace.xmlworkflow.service
Methods in org.dspace.xmlworkflow.service with parameters of type XmlWorkflowItem Modifier and Type Method Description voidWorkflowRequirementsService. addClaimedUser(Context context, XmlWorkflowItem wfi, Step step, EPerson user)Adds a claimed user in the metadata.voidWorkflowRequirementsService. addFinishedUser(Context context, XmlWorkflowItem wfi, EPerson user)Adds a finished user in the metadata.voidXmlWorkflowService. alertUsersOnTaskActivation(Context c, XmlWorkflowItem wfi, String emailTemplate, List<EPerson> epa, String... arguments)Send an email to some addresses, concerning a WorkflowItem, using a given template.voidWorkflowRequirementsService. clearInProgressUsers(Context context, XmlWorkflowItem wfi)voidXmlWorkflowService. createOwnedTask(Context context, XmlWorkflowItem wi, Step step, WorkflowActionConfig action, EPerson e)Create a claim on a task action for a given EPerson.voidXmlWorkflowService. createPoolTasks(Context context, XmlWorkflowItem wi, RoleMembers assignees, Step step, WorkflowActionConfig action)Create the task pool for a given item and workflow step.voidXmlWorkflowService. deleteAllPooledTasks(Context c, XmlWorkflowItem wi)Deletes all pooled tasks from a WorkflowItem.voidXmlWorkflowService. deleteAllTasks(Context context, XmlWorkflowItem wi)Deletes all tasks from a WorkflowItem.voidXmlWorkflowService. deleteClaimedTask(Context c, XmlWorkflowItem wi, ClaimedTask task)Deletes a completed task of a step.voidXmlWorkflowService. deletePooledTask(Context context, XmlWorkflowItem wi, PoolTask task)Deletes a pooled (uncompleted) task from the task pool of a step.voidXmlWorkflowService. notifyOfCuration(Context c, XmlWorkflowItem wi, List<EPerson> ePeople, String taskName, String action, String message)Send email to interested parties when curation tasks run.WorkflowActionConfigXmlWorkflowService. processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep)Select the next action based on the outcome of a current action.voidWorkflowRequirementsService. removeClaimedUser(Context context, XmlWorkflowItem wfi, EPerson user, String stepID) -
Uses of XmlWorkflowItem in org.dspace.xmlworkflow.state
Methods in org.dspace.xmlworkflow.state with parameters of type XmlWorkflowItem Modifier and Type Method Description StepWorkflow. getNextStep(Context context, XmlWorkflowItem wfi, Step currentStep, int outcome)Find the Step that follows a given Step given an outcome.booleanStep. isFinished(Context c, XmlWorkflowItem wfi)Check if enough users have finished this step for it to continuebooleanStep. isValidStep(Context context, XmlWorkflowItem wfi)Is this step "valid"? -
Uses of XmlWorkflowItem in org.dspace.xmlworkflow.state.actions
Methods in org.dspace.xmlworkflow.state.actions with parameters of type XmlWorkflowItem Modifier and Type Method Description abstract voidAction. activate(Context c, XmlWorkflowItem wf)Called when a workflow item becomes eligible for this Action.voidAction. addApprovedProvenance(Context c, XmlWorkflowItem wfi)Adds info in the metadata field dc.description.provenance about item being approved containing in which step it was approved, which user approved it and the timevoidAction. alertUsersOnActivation(Context c, XmlWorkflowItem wfi, RoleMembers members)Notify action role members that an item requires action.abstract ActionResultAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)Called when the action is to be performed.abstract booleanAction. isAuthorized(Context context, javax.servlet.http.HttpServletRequest request, XmlWorkflowItem wfi)Is this client authorized to act on this item? -
Uses of XmlWorkflowItem in org.dspace.xmlworkflow.state.actions.processingaction
Methods in org.dspace.xmlworkflow.state.actions.processingaction with parameters of type XmlWorkflowItem Modifier and Type Method Description voidAcceptEditRejectAction. activate(Context c, XmlWorkflowItem wf)voidFinalEditAction. activate(Context c, XmlWorkflowItem wf)voidReviewAction. activate(Context c, XmlWorkflowItem wfItem)voidScoreEvaluationAction. activate(Context c, XmlWorkflowItem wf)voidScoreReviewAction. activate(Context c, XmlWorkflowItem wf)voidSelectReviewerAction. activate(Context c, XmlWorkflowItem wf)voidSingleUserReviewAction. activate(Context c, XmlWorkflowItem wfItem)ActionResultAcceptEditRejectAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultFinalEditAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultReviewAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultScoreEvaluationAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultScoreReviewAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultSelectReviewerAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultSingleUserReviewAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)booleanProcessingAction. isAuthorized(Context context, javax.servlet.http.HttpServletRequest request, XmlWorkflowItem wfi)ActionResultAcceptEditRejectAction. processAccept(Context c, XmlWorkflowItem wfi)ActionResultReviewAction. processAccept(Context c, XmlWorkflowItem wfi)ActionResultSingleUserReviewAction. processAccept(Context c, XmlWorkflowItem wfi)Accept the workflow item => last step in workflow so will be archived Info on step & reviewer will be added on metadata dc.description.provenance of resulting itemActionResultFinalEditAction. processMainPage(Context c, XmlWorkflowItem wfi, javax.servlet.http.HttpServletRequest request)ActionResultProcessingAction. processRejectPage(Context c, XmlWorkflowItem wfi, javax.servlet.http.HttpServletRequest request)Process result when option {@link this#SUBMIT_REJECT} is selected.ActionResultAcceptEditRejectAction. processSubmitterIsDeletedPage(Context c, XmlWorkflowItem wfi, javax.servlet.http.HttpServletRequest request)ActionResultReviewAction. processSubmitterIsDeletedPage(Context c, XmlWorkflowItem wfi, javax.servlet.http.HttpServletRequest request) -
Uses of XmlWorkflowItem in org.dspace.xmlworkflow.state.actions.userassignment
Methods in org.dspace.xmlworkflow.state.actions.userassignment with parameters of type XmlWorkflowItem Modifier and Type Method Description voidAssignAction. activate(Context c, XmlWorkflowItem wfItem)voidAssignOriginalSubmitterAction. activate(Context c, XmlWorkflowItem wf)voidAutoAssignAction. activate(Context c, XmlWorkflowItem wfItem)voidClaimAction. activate(Context context, XmlWorkflowItem wfItem)voidInheritUsersAction. activate(Context c, XmlWorkflowItem wfItem)voidNoUserSelectionAction. activate(Context c, XmlWorkflowItem wf)voidAssignOriginalSubmitterAction. alertUsersOnActivation(Context c, XmlWorkflowItem wfi, RoleMembers roleMembers)voidClaimAction. alertUsersOnActivation(Context c, XmlWorkflowItem wfi, RoleMembers roleMembers)protected voidAssignOriginalSubmitterAction. createTaskForEPerson(Context c, XmlWorkflowItem wfi, Step step, WorkflowActionConfig actionConfig, EPerson user)Create a claimed task for the user IF this user doesn't have a claimed action for this workflow itemprotected voidAutoAssignAction. createTaskForEPerson(Context c, XmlWorkflowItem wfi, Step step, WorkflowActionConfig actionConfig, EPerson user)Create a claimed task for the user IF this user doesn't have a claimed action for this workflow itemActionResultAssignAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultAssignOriginalSubmitterAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultAutoAssignAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultClaimAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultInheritUsersAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultNoUserSelectionAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)booleanUserSelectionAction. isAuthorized(Context context, javax.servlet.http.HttpServletRequest request, XmlWorkflowItem wfi)booleanAssignAction. isFinished(XmlWorkflowItem wfi)booleanAssignOriginalSubmitterAction. isFinished(XmlWorkflowItem wfi)booleanAutoAssignAction. isFinished(XmlWorkflowItem wfi)booleanClaimAction. isFinished(XmlWorkflowItem wfi)booleanInheritUsersAction. isFinished(XmlWorkflowItem wfi)booleanNoUserSelectionAction. isFinished(XmlWorkflowItem wfi)abstract booleanUserSelectionAction. isFinished(XmlWorkflowItem wfi)booleanAssignAction. isValidUserSelection(Context context, XmlWorkflowItem wfi, boolean hasUI)booleanAssignOriginalSubmitterAction. isValidUserSelection(Context context, XmlWorkflowItem wfi, boolean hasUI)booleanAutoAssignAction. isValidUserSelection(Context context, XmlWorkflowItem wfi, boolean hasUI)booleanClaimAction. isValidUserSelection(Context context, XmlWorkflowItem wfi, boolean hasUI)booleanInheritUsersAction. isValidUserSelection(Context context, XmlWorkflowItem wfi, boolean hasUI)booleanNoUserSelectionAction. isValidUserSelection(Context context, XmlWorkflowItem wfi, boolean hasUI)abstract booleanUserSelectionAction. isValidUserSelection(Context context, XmlWorkflowItem wfi, boolean hasUI)Check user constraints (enough users, group exists, ...).voidAssignAction. regenerateTasks(Context c, XmlWorkflowItem wfi, RoleMembers roleMembers)voidAssignOriginalSubmitterAction. regenerateTasks(Context c, XmlWorkflowItem wfi, RoleMembers roleMembers)voidAutoAssignAction. regenerateTasks(Context c, XmlWorkflowItem wfi, RoleMembers roleMembers)voidClaimAction. regenerateTasks(Context c, XmlWorkflowItem wfi, RoleMembers roleMembers)voidInheritUsersAction. regenerateTasks(Context c, XmlWorkflowItem wfi, RoleMembers roleMembers)voidNoUserSelectionAction. regenerateTasks(Context c, XmlWorkflowItem wfi, RoleMembers roleMembers)abstract voidUserSelectionAction. regenerateTasks(Context c, XmlWorkflowItem wfi, RoleMembers roleMembers)Should a person have the option to repool the task the tasks will have to be regenerated -
Uses of XmlWorkflowItem in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents with type parameters of type XmlWorkflowItem Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<XmlWorkflowItem,Collection>XmlWorkflowItem_. collectionstatic javax.persistence.metamodel.SingularAttribute<XmlWorkflowItem,Integer>XmlWorkflowItem_. idstatic javax.persistence.metamodel.SingularAttribute<XmlWorkflowItem,Item>XmlWorkflowItem_. itemstatic javax.persistence.metamodel.SingularAttribute<XmlWorkflowItem,Boolean>XmlWorkflowItem_. multipleFilesstatic javax.persistence.metamodel.SingularAttribute<XmlWorkflowItem,Boolean>XmlWorkflowItem_. multipleTitlesstatic javax.persistence.metamodel.SingularAttribute<XmlWorkflowItem,Boolean>XmlWorkflowItem_. publishedBeforestatic javax.persistence.metamodel.SingularAttribute<ClaimedTask,XmlWorkflowItem>ClaimedTask_. workflowItemstatic javax.persistence.metamodel.SingularAttribute<InProgressUser,XmlWorkflowItem>InProgressUser_. workflowItemstatic javax.persistence.metamodel.SingularAttribute<PoolTask,XmlWorkflowItem>PoolTask_. workflowItemstatic javax.persistence.metamodel.SingularAttribute<WorkflowItemRole,XmlWorkflowItem>WorkflowItemRole_. workflowItemMethods in org.dspace.xmlworkflow.storedcomponents that return XmlWorkflowItem Modifier and Type Method Description XmlWorkflowItemXmlWorkflowItemServiceImpl. create(Context context, Item item, Collection collection)XmlWorkflowItemXmlWorkflowItemServiceImpl. find(Context context, int id)XmlWorkflowItemXmlWorkflowItemServiceImpl. findByItem(Context context, Item item)XmlWorkflowItemClaimedTask. getWorkflowItem()XmlWorkflowItemInProgressUser. getWorkflowItem()XmlWorkflowItemPoolTask. getWorkflowItem()XmlWorkflowItemWorkflowItemRole. getWorkflowItem()Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type XmlWorkflowItem Modifier and Type Method Description List<XmlWorkflowItem>XmlWorkflowItemServiceImpl. findAll(Context context)List<XmlWorkflowItem>XmlWorkflowItemServiceImpl. findAll(Context context, Integer page, Integer pagesize)List<XmlWorkflowItem>XmlWorkflowItemServiceImpl. findAllInCollection(Context context, Integer page, Integer pagesize, Collection collection)List<XmlWorkflowItem>XmlWorkflowItemServiceImpl. findByCollection(Context context, Collection collection)List<XmlWorkflowItem>XmlWorkflowItemServiceImpl. findBySubmitter(Context context, EPerson ep)List<XmlWorkflowItem>XmlWorkflowItemServiceImpl. findBySubmitter(Context context, EPerson ep, Integer pageNumber, Integer pageSize)Methods in org.dspace.xmlworkflow.storedcomponents with parameters of type XmlWorkflowItem Modifier and Type Method Description voidXmlWorkflowItemServiceImpl. delete(Context context, XmlWorkflowItem workflowItem)voidClaimedTaskServiceImpl. deleteByWorkflowItem(Context context, XmlWorkflowItem workflowItem)voidPoolTaskServiceImpl. deleteByWorkflowItem(Context context, XmlWorkflowItem xmlWorkflowItem)voidWorkflowItemRoleServiceImpl. deleteForWorkflowItem(Context context, XmlWorkflowItem xmlWorkflowItem)voidXmlWorkflowItemServiceImpl. deleteWrapper(Context context, XmlWorkflowItem workflowItem)ClaimedTaskClaimedTaskServiceImpl. find(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID)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<PoolTask>PoolTaskServiceImpl. find(Context context, XmlWorkflowItem workflowItem)List<WorkflowItemRole>WorkflowItemRoleServiceImpl. find(Context context, XmlWorkflowItem workflowItem, String role)ClaimedTaskClaimedTaskServiceImpl. findByWorkflowIdAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)PoolTaskPoolTaskServiceImpl. findByWorkflowIdAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)List<ClaimedTask>ClaimedTaskServiceImpl. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)List<InProgressUser>InProgressUserServiceImpl. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)List<WorkflowItemRole>WorkflowItemRoleServiceImpl. findByWorkflowItem(Context context, XmlWorkflowItem xmlWorkflowItem)InProgressUserInProgressUserServiceImpl. findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)intInProgressUserServiceImpl. getNumberOfFinishedUsers(Context context, XmlWorkflowItem workflowItem)intInProgressUserServiceImpl. getNumberOfInProgressUsers(Context context, XmlWorkflowItem workflowItem)voidXmlWorkflowItemServiceImpl. move(Context context, XmlWorkflowItem inProgressSubmission, Collection fromCollection, Collection toCollection)voidClaimedTask. setWorkflowItem(XmlWorkflowItem workflowItem)voidInProgressUser. setWorkflowItem(XmlWorkflowItem workflowItem)voidPoolTask. setWorkflowItem(XmlWorkflowItem xmlWorkflowItem)voidWorkflowItemRole. setWorkflowItem(XmlWorkflowItem xmlWorkflowItem)voidXmlWorkflowItemServiceImpl. update(Context context, XmlWorkflowItem workflowItem) -
Uses of XmlWorkflowItem in org.dspace.xmlworkflow.storedcomponents.dao
Methods in org.dspace.xmlworkflow.storedcomponents.dao that return XmlWorkflowItem Modifier and Type Method Description XmlWorkflowItemXmlWorkflowItemDAO. findByItem(Context context, Item item)Methods in org.dspace.xmlworkflow.storedcomponents.dao that return types with arguments of type XmlWorkflowItem Modifier and Type Method Description List<XmlWorkflowItem>XmlWorkflowItemDAO. findAllInCollection(Context context, Integer offset, Integer limit, Collection collection)Find all the workflow items in a specific collection using the pagination parameters (offset, limit)List<XmlWorkflowItem>XmlWorkflowItemDAO. findByCollection(Context context, Collection collection)List<XmlWorkflowItem>XmlWorkflowItemDAO. findBySubmitter(Context context, EPerson ep)List<XmlWorkflowItem>XmlWorkflowItemDAO. findBySubmitter(Context context, EPerson ep, Integer offset, Integer limit)Return all the workflow items from a specific submitter respecting the pagination parameters -
Uses of XmlWorkflowItem in org.dspace.xmlworkflow.storedcomponents.dao.impl
Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return XmlWorkflowItem Modifier and Type Method Description XmlWorkflowItemXmlWorkflowItemDAOImpl. findByItem(Context context, Item item)Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return types with arguments of type XmlWorkflowItem Modifier and Type Method Description List<XmlWorkflowItem>XmlWorkflowItemDAOImpl. findAllInCollection(Context context, Integer offset, Integer limit, Collection collection)List<XmlWorkflowItem>XmlWorkflowItemDAOImpl. findByCollection(Context context, Collection collection)List<XmlWorkflowItem>XmlWorkflowItemDAOImpl. findBySubmitter(Context context, EPerson ep)List<XmlWorkflowItem>XmlWorkflowItemDAOImpl. findBySubmitter(Context context, EPerson ep, Integer offset, Integer limit) -
Uses of XmlWorkflowItem in org.dspace.xmlworkflow.storedcomponents.service
Methods in org.dspace.xmlworkflow.storedcomponents.service that return types with arguments of type XmlWorkflowItem Modifier and Type Method Description List<XmlWorkflowItem>XmlWorkflowItemService. findAll(Context context, Integer page, Integer pagesize)return all workflowitems for a certain pageList<XmlWorkflowItem>XmlWorkflowItemService. findAllInCollection(Context context, Integer page, Integer pagesize, Collection collection)return all workflowitems for a certain page with a certain collectionList<XmlWorkflowItem>XmlWorkflowItemService. findBySubmitter(Context context, EPerson ep, Integer pageNumber, Integer pageSize)Return all the workflow items from a specific submitter respecting the pagination parametersMethods in org.dspace.xmlworkflow.storedcomponents.service with parameters of type XmlWorkflowItem Modifier and Type Method Description voidClaimedTaskService. deleteByWorkflowItem(Context context, XmlWorkflowItem workflowItem)voidPoolTaskService. deleteByWorkflowItem(Context context, XmlWorkflowItem xmlWorkflowItem)voidWorkflowItemRoleService. deleteForWorkflowItem(Context context, XmlWorkflowItem wfi)ClaimedTaskClaimedTaskService. find(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID)List<ClaimedTask>ClaimedTaskService. find(Context context, XmlWorkflowItem workflowItem)Find all claimed tasks for a given workflow item.List<ClaimedTask>ClaimedTaskService. find(Context context, XmlWorkflowItem workflowItem, String stepID)List<ClaimedTask>ClaimedTaskService. find(Context context, XmlWorkflowItem workflowItem, String stepID, String actionID)List<PoolTask>PoolTaskService. find(Context context, XmlWorkflowItem workflowItem)List<WorkflowItemRole>WorkflowItemRoleService. find(Context context, XmlWorkflowItem workflowItem, String role)ClaimedTaskClaimedTaskService. findByWorkflowIdAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)Find the single task for a given workflow item claimed by a given EPerson.PoolTaskPoolTaskService. findByWorkflowIdAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)List<ClaimedTask>ClaimedTaskService. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)List<InProgressUser>InProgressUserService. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)List<WorkflowItemRole>WorkflowItemRoleService. findByWorkflowItem(Context context, XmlWorkflowItem xmlWorkflowItem)InProgressUserInProgressUserService. findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson)intInProgressUserService. getNumberOfFinishedUsers(Context context, XmlWorkflowItem workflowItem)intInProgressUserService. getNumberOfInProgressUsers(Context context, XmlWorkflowItem workflowItem)
-