Uses of Class
org.dspace.xmlworkflow.WorkflowConfigurationException
-
Packages that use WorkflowConfigurationException Package Description org.dspace.workflow DSpace has a simple workflow system, which models the workflows as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE.org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace.org.dspace.xmlworkflow.factory org.dspace.xmlworkflow.service org.dspace.xmlworkflow.state A workflow consists of a sequence of steps.org.dspace.xmlworkflow.state.actions AnActionchanges the state of an object in a workflow.org.dspace.xmlworkflow.state.actions.userassignment -
-
Uses of WorkflowConfigurationException in org.dspace.workflow
Methods in org.dspace.workflow that throw WorkflowConfigurationException Modifier and Type Method Description GroupWorkflowService. createWorkflowRoleGroup(Context context, Collection collection, String roleName)This method will create the workflowRoleGroup for a collection and the given rolenameGroupWorkflowService. getWorkflowRoleGroup(Context context, Collection collection, String roleName, Group roleGroup) -
Uses of WorkflowConfigurationException in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that throw WorkflowConfigurationException Modifier and Type Method Description protected voidXmlWorkflowServiceImpl. activateFirstStep(Context context, Workflow wf, Step firstStep, XmlWorkflowItem wfi)Activate the first step in a workflow for a WorkflowItem.GroupXmlWorkflowServiceImpl. createWorkflowRoleGroup(Context context, Collection collection, String roleName)static voidWorkflowUtils. deleteRoleGroup(Context context, Collection collection, String roleID)static Map<String,Role>WorkflowUtils. getAllExternalRoles(Collection thisCollection)static Map<String,Role>WorkflowUtils. getCollectionAndRepositoryRoles(Collection thisCollection)static Map<String,Role>WorkflowUtils. getCollectionRoles(Collection thisCollection)WorkflowXmlWorkflowFactoryImpl. getWorkflow(Collection collection)WorkflowXmlWorkflowFactoryImpl. 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 WorkflowConfigurationException Modifier and Type Method Description WorkflowXmlWorkflowFactory. getWorkflow(Collection collection)Retrieve the workflow configuration for a single collectionWorkflowXmlWorkflowFactory. 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 WorkflowConfigurationException Modifier and Type Method Description voidWorkflowRequirementsService. 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 WorkflowConfigurationException Modifier and Type Method Description WorkflowActionConfigStep. getActionConfig(String actionID)Get an WorkflowActionConfiguration object for the provided action identifierStepWorkflow. getNextStep(Context context, XmlWorkflowItem wfi, Step currentStep, int outcome)Find the Step that follows a given Step given an outcome.StepWorkflow. getStep(String stepID)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 WorkflowConfigurationException Modifier and Type Method Description abstract booleanAction. isAuthorized(Context context, javax.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 WorkflowConfigurationException Modifier and Type Method Description booleanUserSelectionAction. isAuthorized(Context context, javax.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, ...).
-