Uses of Class
org.dspace.xmlworkflow.WorkflowConfigurationException
Packages that use WorkflowConfigurationException
Package
Description
DSpace has a simple workflow system, which models the workflows
as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE.
An Item submission begins as a
WorkspaceItem in some user's workspace.A workflow consists of a sequence of steps.
An
Action changes the state of an object in a workflow.-
Uses of WorkflowConfigurationException in org.dspace.workflow
Methods in org.dspace.workflow that throw WorkflowConfigurationExceptionModifier and TypeMethodDescriptionWorkflowService.createWorkflowRoleGroup(Context context, Collection collection, String roleName) This method will create the workflowRoleGroup for a collection and the given rolenameWorkflowService.getWorkflowRoleGroup(Context context, Collection collection, String roleName, Group roleGroup) -
Uses of WorkflowConfigurationException in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that throw WorkflowConfigurationExceptionModifier and TypeMethodDescriptionprotected voidXmlWorkflowServiceImpl.activateFirstStep(Context context, Workflow wf, Step firstStep, XmlWorkflowItem wfi) Activate the first step in a workflow for a WorkflowItem.XmlWorkflowServiceImpl.createWorkflowRoleGroup(Context context, Collection collection, String roleName) static voidWorkflowUtils.deleteRoleGroup(Context context, Collection collection, String roleID) WorkflowUtils.getAllExternalRoles(Collection thisCollection) WorkflowUtils.getCollectionAndRepositoryRoles(Collection thisCollection) WorkflowUtils.getCollectionRoles(Collection thisCollection) XmlWorkflowFactoryImpl.getWorkflow(Collection collection) XmlWorkflowFactoryImpl.getWorkflowByName(String workflowName) protected WorkflowActionConfigXmlWorkflowServiceImpl.processNextStep(Context c, EPerson user, Workflow workflow, ActionResult currentOutcome, XmlWorkflowItem wfi, Step nextStep) voidWorkflowRequirementsServiceImpl.removeClaimedUser(Context context, XmlWorkflowItem wfi, EPerson user, String stepID) -
Uses of WorkflowConfigurationException in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that throw WorkflowConfigurationExceptionModifier and TypeMethodDescriptionXmlWorkflowFactory.getWorkflow(Collection collection) Retrieve the workflow configuration for a single collectionXmlWorkflowFactory.getWorkflowByName(String workflowName) Retrieves the workflow configuration by name -
Uses of WorkflowConfigurationException in org.dspace.xmlworkflow.service
Methods in org.dspace.xmlworkflow.service that throw WorkflowConfigurationExceptionModifier and TypeMethodDescriptionvoidWorkflowRequirementsService.removeClaimedUser(Context context, XmlWorkflowItem wfi, EPerson user, String stepID) -
Uses of WorkflowConfigurationException in org.dspace.xmlworkflow.state
Methods in org.dspace.xmlworkflow.state that throw WorkflowConfigurationExceptionModifier and TypeMethodDescriptionStep.getActionConfig(String actionID) Get an WorkflowActionConfiguration object for the provided action identifierWorkflow.getNextStep(Context context, XmlWorkflowItem wfi, Step currentStep, int outcome) Find the Step that follows a given Step given an outcome.Return a step with a given name.booleanStep.isValidStep(Context context, XmlWorkflowItem wfi) Is this step "valid"? -
Uses of WorkflowConfigurationException in org.dspace.xmlworkflow.state.actions
Methods in org.dspace.xmlworkflow.state.actions that throw WorkflowConfigurationExceptionModifier and TypeMethodDescriptionabstract booleanAction.isAuthorized(Context context, jakarta.servlet.http.HttpServletRequest request, XmlWorkflowItem wfi) Is this client authorized to act on this item? -
Uses of WorkflowConfigurationException in org.dspace.xmlworkflow.state.actions.userassignment
Methods in org.dspace.xmlworkflow.state.actions.userassignment that throw WorkflowConfigurationExceptionModifier and TypeMethodDescriptionbooleanUserSelectionAction.isAuthorized(Context context, jakarta.servlet.http.HttpServletRequest request, 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) abstract booleanUserSelectionAction.isValidUserSelection(Context context, XmlWorkflowItem wfi, boolean hasUI) Check user constraints (enough users, group exists, ...).