Uses of Class
org.dspace.workflow.WorkflowException
-
Packages that use WorkflowException Package Description org.dspace.content.packager Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)org.dspace.workflow DSpace's workflow systemorg.dspace.xmlworkflow org.dspace.xmlworkflow.service org.dspace.xmlworkflow.state.actions org.dspace.xmlworkflow.state.actions.userassignment -
-
Uses of WorkflowException in org.dspace.content.packager
Methods in org.dspace.content.packager that throw WorkflowException Modifier and Type Method Description static ItemPackageUtils. finishCreateItem(Context context, WorkspaceItem wsi, String handle, PackageParameters params)Perform any final tasks on a newly created WorkspaceItem in order to finish ingestion of an Item.DSpaceObjectAbstractMETSIngester. ingest(Context context, DSpaceObject parent, File pkgFile, PackageParameters params, String license)Create a new DSpace object out of a METS content package.DSpaceObjectPackageIngester. ingest(Context context, DSpaceObject parent, File pkgFile, PackageParameters params, String license)Create new DSpaceObject out of the ingested package.DSpaceObjectPDFPackager. ingest(Context context, DSpaceObject parent, File pkgFile, PackageParameters params, String license)Create new Item out of the ingested package, in the indicated collection.List<String>AbstractPackageIngester. ingestAll(Context context, DSpaceObject parent, File pkgFile, PackageParameters params, String license)Recursively create one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).List<String>PackageIngester. ingestAll(Context context, DSpaceObject parent, File pkgFile, PackageParameters params, String license)Recursively create one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).protected DSpaceObjectAbstractMETSIngester. ingestObject(Context context, DSpaceObject parent, METSManifest manifest, File pkgFile, PackageParameters params, String license)Ingest/import a single DSpace Object, based on the associated METS Manifest and the parameters passed to the METSIngesterDSpaceObjectAbstractMETSIngester. replace(Context context, DSpaceObject dsoToReplace, File pkgFile, PackageParameters params)Replace an existing DSpace object with the contents of a METS-based package.DSpaceObjectPackageIngester. replace(Context context, DSpaceObject dso, File pkgFile, PackageParameters params)Replace an existing DSpace Object with contents of the ingested package.List<String>AbstractPackageIngester. replaceAll(Context context, DSpaceObject dso, File pkgFile, PackageParameters params)Recursively replace one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).List<String>PackageIngester. replaceAll(Context context, DSpaceObject dso, File pkgFile, PackageParameters params)Recursively replace one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages). -
Uses of WorkflowException in org.dspace.workflow
Methods in org.dspace.workflow that throw WorkflowException Modifier and Type Method Description GroupWorkflowService. getWorkflowRoleGroup(Context context, Collection collection, String roleName, Group roleGroup)TWorkflowService. start(Context context, WorkspaceItem wsi)startWorkflow() begins a workflow - in a single transaction do away with the PersonalWorkspace entry and turn it into a WorkflowItem.TWorkflowService. startWithoutNotify(Context c, WorkspaceItem wsi)startWithoutNotify() starts the workflow normally, but disables notifications (useful for large imports,) for the first workflow step - subsequent notifications happen normally -
Uses of WorkflowException in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that throw WorkflowException Modifier and Type Method Description protected voidXmlWorkflowServiceImpl. activateFirstStep(Context context, Workflow wf, Step firstStep, XmlWorkflowItem wfi)WorkflowActionConfigXmlWorkflowServiceImpl. doState(Context c, EPerson user, javax.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig)GroupXmlWorkflowServiceImpl. getWorkflowRoleGroup(Context context, Collection collection, String roleName, Group roleGroup)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)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 normally -
Uses of WorkflowException in org.dspace.xmlworkflow.service
Methods in org.dspace.xmlworkflow.service that throw WorkflowException Modifier and Type Method Description WorkflowActionConfigXmlWorkflowService. doState(Context c, EPerson user, javax.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig)WorkflowActionConfigXmlWorkflowService. processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep) -
Uses of WorkflowException in org.dspace.xmlworkflow.state.actions
Methods in org.dspace.xmlworkflow.state.actions that throw WorkflowException Modifier and Type Method Description abstract voidAction. activate(Context c, XmlWorkflowItem wf)abstract ActionResultAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request) -
Uses of WorkflowException in org.dspace.xmlworkflow.state.actions.userassignment
Methods in org.dspace.xmlworkflow.state.actions.userassignment that throw WorkflowException Modifier and Type Method Description ActionResultAssignOriginalSubmitterAction. execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
-