Uses of Class
org.dspace.workflowbasic.BasicWorkflowItem
-
Packages that use BasicWorkflowItem Package Description org.dspace.curate org.dspace.curate.service org.dspace.workflowbasic org.dspace.workflowbasic.dao org.dspace.workflowbasic.dao.impl org.dspace.workflowbasic.service -
-
Uses of BasicWorkflowItem in org.dspace.curate
Methods in org.dspace.curate with parameters of type BasicWorkflowItem Modifier and Type Method Description booleanWorkflowCuratorServiceImpl. curate(Curator curator, Context c, BasicWorkflowItem wfi)booleanWorkflowCuratorServiceImpl. doCuration(Context c, BasicWorkflowItem wfi)protected WorkflowCuratorServiceImpl.FlowStepWorkflowCuratorServiceImpl. getFlowStep(BasicWorkflowItem wfi)booleanWorkflowCuratorServiceImpl. needsCuration(BasicWorkflowItem wfi)protected voidWorkflowCuratorServiceImpl. notifyContacts(Context c, BasicWorkflowItem wfi, WorkflowCuratorServiceImpl.Task task, String status, String action, String message)protected List<EPerson>WorkflowCuratorServiceImpl. resolveContacts(Context c, List<String> contacts, BasicWorkflowItem wfi) -
Uses of BasicWorkflowItem in org.dspace.curate.service
Methods in org.dspace.curate.service with parameters of type BasicWorkflowItem Modifier and Type Method Description booleanWorkflowCuratorService. curate(Curator curator, Context c, BasicWorkflowItem wfi)Determines and executes curation of a Workflow item.booleanWorkflowCuratorService. doCuration(Context c, BasicWorkflowItem wfi)Determines and executes curation on a Workflow item.booleanWorkflowCuratorService. needsCuration(BasicWorkflowItem wfi) -
Uses of BasicWorkflowItem in org.dspace.workflowbasic
Fields in org.dspace.workflowbasic with type parameters of type BasicWorkflowItem Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<BasicWorkflowItem,Collection>BasicWorkflowItem_. collectionstatic javax.persistence.metamodel.SingularAttribute<BasicWorkflowItem,Item>BasicWorkflowItem_. itemstatic javax.persistence.metamodel.SingularAttribute<BasicWorkflowItem,Boolean>BasicWorkflowItem_. multipleFilesstatic javax.persistence.metamodel.SingularAttribute<BasicWorkflowItem,Boolean>BasicWorkflowItem_. multipleTitlesstatic javax.persistence.metamodel.SingularAttribute<BasicWorkflowItem,EPerson>BasicWorkflowItem_. ownerstatic javax.persistence.metamodel.SingularAttribute<BasicWorkflowItem,Boolean>BasicWorkflowItem_. publishedBeforestatic javax.persistence.metamodel.SingularAttribute<BasicWorkflowItem,Integer>BasicWorkflowItem_. statestatic javax.persistence.metamodel.SingularAttribute<TaskListItem,BasicWorkflowItem>TaskListItem_. workflowItemstatic javax.persistence.metamodel.SingularAttribute<BasicWorkflowItem,Integer>BasicWorkflowItem_. workflowitemIdMethods in org.dspace.workflowbasic that return BasicWorkflowItem Modifier and Type Method Description BasicWorkflowItemBasicWorkflowItemServiceImpl. create(Context context, Item item, Collection collection)BasicWorkflowItemBasicWorkflowItemServiceImpl. find(Context context, int id)BasicWorkflowItemBasicWorkflowItemServiceImpl. findByItem(Context context, Item item)BasicWorkflowItemTaskListItem. getWorkflowItem()BasicWorkflowItemBasicWorkflowServiceImpl. start(Context context, WorkspaceItem wsi)BasicWorkflowItemBasicWorkflowServiceImpl. startWithoutNotify(Context c, WorkspaceItem wsi)Methods in org.dspace.workflowbasic that return types with arguments of type BasicWorkflowItem Modifier and Type Method Description List<BasicWorkflowItem>BasicWorkflowItemServiceImpl. findAll(Context context)List<BasicWorkflowItem>BasicWorkflowItemServiceImpl. findByCollection(Context context, Collection collection)List<BasicWorkflowItem>BasicWorkflowItemServiceImpl. findByOwner(Context context, EPerson ePerson)List<BasicWorkflowItem>BasicWorkflowItemServiceImpl. findBySubmitter(Context context, EPerson ep)List<BasicWorkflowItem>BasicWorkflowItemServiceImpl. findPooledTasks(Context context, EPerson ePerson)List<BasicWorkflowItem>BasicWorkflowServiceImpl. getOwnedTasks(Context context, EPerson e)List<BasicWorkflowItem>BasicWorkflowServiceImpl. getPooledTasks(Context context, EPerson e)Methods in org.dspace.workflowbasic with parameters of type BasicWorkflowItem Modifier and Type Method Description WorkspaceItemBasicWorkflowServiceImpl. abort(Context context, BasicWorkflowItem workflowItem, EPerson e)voidBasicWorkflowServiceImpl. advance(Context context, BasicWorkflowItem workflowItem, EPerson e)booleanBasicWorkflowServiceImpl. advance(Context context, BasicWorkflowItem workflowItem, EPerson e, boolean curate, boolean record)protected ItemBasicWorkflowServiceImpl. archive(Context context, BasicWorkflowItem workflowItem)Commit the contained item to the main archive.protected voidBasicWorkflowServiceImpl. assignToReviewer(Context context, BasicWorkflowItem workflowItem, int step, EPerson newowner)Helper method to take an item out of the pool, to assign it to a reviewer and to deal with reviewer policies.voidBasicWorkflowServiceImpl. claim(Context context, BasicWorkflowItem workflowItem, EPerson e)TaskListItemTaskListItemServiceImpl. create(Context context, BasicWorkflowItem workflowItem, EPerson ePerson)protected voidBasicWorkflowServiceImpl. createTasks(Context c, BasicWorkflowItem wi, List<EPerson> epa)voidBasicWorkflowItemServiceImpl. delete(Context context, BasicWorkflowItem workflowItem)voidTaskListItemServiceImpl. deleteByWorkflowItem(Context context, BasicWorkflowItem workflowItem)voidBasicWorkflowItemServiceImpl. deleteWrapper(Context context, BasicWorkflowItem workflowItem)protected booleanBasicWorkflowServiceImpl. doState(Context context, BasicWorkflowItem workflowItem, int newstate, EPerson newowner)StringBasicWorkflowServiceImpl. getItemTitle(BasicWorkflowItem wi)StringBasicWorkflowServiceImpl. getSubmitterName(BasicWorkflowItem wi)protected voidBasicWorkflowServiceImpl. grantReviewerPolicies(Context context, BasicWorkflowItem wfi, EPerson reviewer)This methods grants the appropriate permissions to reviewers so that they can read and edit metadata and read files and edit files if allowed by configuration.protected voidBasicWorkflowServiceImpl. logWorkflowEvent(Context context, Item item, BasicWorkflowItem workflowItem, EPerson actor, int newstate, EPerson newOwner, Collection mycollection, int oldState, Group newOwnerGroup)voidBasicWorkflowItemServiceImpl. move(Context context, BasicWorkflowItem inProgressSubmission, Collection fromCollection, Collection toCollection)protected voidBasicWorkflowServiceImpl. notifyGroupOfTask(Context c, BasicWorkflowItem wi, Group mygroup, List<EPerson> epa)voidBasicWorkflowServiceImpl. notifyOfCuration(Context c, BasicWorkflowItem wi, List<EPerson> ePeople, String taskName, String action, String message)protected voidBasicWorkflowServiceImpl. notifyOfReject(Context context, BasicWorkflowItem workflowItem, EPerson e, String reason)protected booleanBasicWorkflowServiceImpl. pool(Context context, BasicWorkflowItem workflowItem, int step)Helper method that manages state, policies, owner, notifies, tasklistitems and so on whenever an WorkflowItem should be added to a workflow step pool.protected voidBasicWorkflowServiceImpl. recordApproval(Context context, BasicWorkflowItem workflowItem, EPerson e)protected WorkspaceItemBasicWorkflowServiceImpl. returnToWorkspace(Context c, BasicWorkflowItem wfi)Return the workflow item to the workspace of the submitter.WorkspaceItemBasicWorkflowServiceImpl. sendWorkflowItemBackSubmission(Context context, BasicWorkflowItem workflowItem, EPerson ePerson, String provenancePrefix, String rejection_message)voidBasicWorkflowServiceImpl. unclaim(Context context, BasicWorkflowItem workflowItem, EPerson e)voidBasicWorkflowItemServiceImpl. update(Context context, BasicWorkflowItem workflowItem) -
Uses of BasicWorkflowItem in org.dspace.workflowbasic.dao
Methods in org.dspace.workflowbasic.dao that return BasicWorkflowItem Modifier and Type Method Description BasicWorkflowItemBasicWorkflowItemDAO. findByItem(Context context, Item i)Methods in org.dspace.workflowbasic.dao that return types with arguments of type BasicWorkflowItem Modifier and Type Method Description List<BasicWorkflowItem>BasicWorkflowItemDAO. findByCollection(Context context, Collection c)List<BasicWorkflowItem>BasicWorkflowItemDAO. findByOwner(Context context, EPerson ePerson)List<BasicWorkflowItem>BasicWorkflowItemDAO. findByPooledTasks(Context context, EPerson ePerson)List<BasicWorkflowItem>BasicWorkflowItemDAO. findBySubmitter(Context context, EPerson ep)Methods in org.dspace.workflowbasic.dao with parameters of type BasicWorkflowItem Modifier and Type Method Description voidTaskListItemDAO. deleteByWorkflowItem(Context context, BasicWorkflowItem workflowItem) -
Uses of BasicWorkflowItem in org.dspace.workflowbasic.dao.impl
Methods in org.dspace.workflowbasic.dao.impl that return BasicWorkflowItem Modifier and Type Method Description BasicWorkflowItemBasicWorkflowItemDAOImpl. findByItem(Context context, Item i)Methods in org.dspace.workflowbasic.dao.impl that return types with arguments of type BasicWorkflowItem Modifier and Type Method Description List<BasicWorkflowItem>BasicWorkflowItemDAOImpl. findByCollection(Context context, Collection c)List<BasicWorkflowItem>BasicWorkflowItemDAOImpl. findByOwner(Context context, EPerson ePerson)List<BasicWorkflowItem>BasicWorkflowItemDAOImpl. findByPooledTasks(Context context, EPerson ePerson)List<BasicWorkflowItem>BasicWorkflowItemDAOImpl. findBySubmitter(Context context, EPerson ep)Methods in org.dspace.workflowbasic.dao.impl with parameters of type BasicWorkflowItem Modifier and Type Method Description voidTaskListItemDAOImpl. deleteByWorkflowItem(Context context, BasicWorkflowItem workflowItem) -
Uses of BasicWorkflowItem in org.dspace.workflowbasic.service
Methods in org.dspace.workflowbasic.service that return types with arguments of type BasicWorkflowItem Modifier and Type Method Description List<BasicWorkflowItem>BasicWorkflowItemService. findByOwner(Context context, EPerson ePerson)Retrieve the list of BasicWorkflowItems that the given EPerson is owner of (owner == claimed for review)List<BasicWorkflowItem>BasicWorkflowItemService. findPooledTasks(Context context, EPerson ePerson)List<BasicWorkflowItem>BasicWorkflowService. getOwnedTasks(Context context, EPerson e)getOwnedTasks() returns a List of WorkflowItems containing the tasks claimed and owned by an EPerson.List<BasicWorkflowItem>BasicWorkflowService. getPooledTasks(Context context, EPerson e)getPooledTasks() returns a List of WorkflowItems an EPerson could claim (as a reviewer, etc.) for display on a user's MyDSpace page.Methods in org.dspace.workflowbasic.service with parameters of type BasicWorkflowItem Modifier and Type Method Description voidBasicWorkflowService. advance(Context context, BasicWorkflowItem workflowItem, EPerson e)advance() sends an item forward in the workflow (reviewers, approvers, and editors all do an 'approve' to move the item forward) if the item arrives at the submit state, then remove the WorkflowItem and call the archive() method to put it in the archive, and email notify the submitter of a successful submissionbooleanBasicWorkflowService. advance(Context context, BasicWorkflowItem workflowItem, EPerson e, boolean curate, boolean record)advance() sends an item forward in the workflow (reviewers, approvers, and editors all do an 'approve' to move the item forward) if the item arrives at the submit state, then remove the WorkflowItem and call the archive() method to put it in the archive, and email notify the submitter of a successful submissionvoidBasicWorkflowService. claim(Context context, BasicWorkflowItem workflowItem, EPerson e)claim() claims a workflow task for an EPersonTaskListItemTaskListItemService. create(Context context, BasicWorkflowItem workflowItem, EPerson ePerson)voidTaskListItemService. deleteByWorkflowItem(Context context, BasicWorkflowItem workflowItem)StringBasicWorkflowService. getItemTitle(BasicWorkflowItem wi)get the title of the item in this workflowStringBasicWorkflowService. getSubmitterName(BasicWorkflowItem wi)get the name of the eperson who started this workflowvoidBasicWorkflowService. notifyOfCuration(Context c, BasicWorkflowItem wi, List<EPerson> ePeople, String taskName, String action, String message)voidBasicWorkflowService. unclaim(Context context, BasicWorkflowItem workflowItem, EPerson e)unclaim() returns an owned task/item to the pool
-