Uses of Class
org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
-
-
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.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)startWithoutNotify() starts the workflow normally, but disables notifications (useful for large imports,) for the first workflow step - subsequent notifications happen normallyMethods 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)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)Deletes all tasks from this workflowflowitemvoidXmlWorkflowServiceImpl. deleteClaimedTask(Context c, XmlWorkflowItem wi, ClaimedTask task)voidXmlWorkflowServiceImpl. deletePooledTask(Context context, XmlWorkflowItem wi, PoolTask task)RoleMembersRole. getMembers(Context context, XmlWorkflowItem wfi)protected voidXmlWorkflowServiceImpl. logWorkflowEvent(Context c, String workflowId, String previousStepId, String previousActionConfigId, XmlWorkflowItem wfi, EPerson actor, Step newStep, WorkflowActionConfig newActionConfig)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)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 if enough users have claimed this task (claimed or finished) to meet the required number the pooled tasks will be deletedvoidWorkflowRequirementsService. addFinishedUser(Context context, XmlWorkflowItem wfi, EPerson user)Adds a finished user in the metadata this method will also remove the user from the inprogress metadatavoidXmlWorkflowService. alertUsersOnTaskActivation(Context c, XmlWorkflowItem wfi, String emailTemplate, List<EPerson> epa, String... arguments)voidWorkflowRequirementsService. clearInProgressUsers(Context context, XmlWorkflowItem wfi)voidXmlWorkflowService. createOwnedTask(Context context, XmlWorkflowItem wi, Step step, WorkflowActionConfig action, EPerson e)voidXmlWorkflowService. createPoolTasks(Context context, XmlWorkflowItem wi, RoleMembers assignees, Step step, WorkflowActionConfig action)voidXmlWorkflowService. deleteAllPooledTasks(Context c, XmlWorkflowItem wi)voidXmlWorkflowService. deleteAllTasks(Context context, XmlWorkflowItem wi)voidXmlWorkflowService. deleteClaimedTask(Context c, XmlWorkflowItem wi, ClaimedTask task)voidXmlWorkflowService. deletePooledTask(Context context, XmlWorkflowItem wi, PoolTask task)WorkflowActionConfigXmlWorkflowService. processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep)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)booleanStep. isFinished(Context c, XmlWorkflowItem wfi)Check if enough users have finished this step for it to continuebooleanStep. isValidStep(Context context, XmlWorkflowItem wfi) -
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)voidAction. alertUsersOnActivation(Context c, XmlWorkflowItem wfi, RoleMembers members)abstract ActionResultAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)abstract booleanAction. isAuthorized(Context context, javax.servlet.http.HttpServletRequest request, XmlWorkflowItem wfi) -
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)ActionResultFinalEditAction. processMainPage(Context c, XmlWorkflowItem wfi, javax.servlet.http.HttpServletRequest request)ActionResultSingleUserReviewAction. processMainPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultAcceptEditRejectAction. processRejectPage(Context c, XmlWorkflowItem wfi, javax.servlet.http.HttpServletRequest request)ActionResultReviewAction. processRejectPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)ActionResultSingleUserReviewAction. processRejectPage(Context c, XmlWorkflowItem wfi, Step step, 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)Verifies if the user selection action is valid User constraints will be checked (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)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)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)
-