| Package | Description |
|---|---|
| org.dspace.xmlworkflow | |
| org.dspace.xmlworkflow.state |
| Modifier and Type | Method and Description |
|---|---|
static Workflow |
WorkflowFactory.getWorkflow(Collection collection) |
| Modifier and Type | Method and Description |
|---|---|
static Step |
WorkflowFactory.createStep(Workflow workflow,
String stepID) |
static WorkflowActionConfig |
XmlWorkflowManager.doState(Context c,
EPerson user,
javax.servlet.http.HttpServletRequest request,
int workflowItemId,
Workflow workflow,
WorkflowActionConfig currentActionConfig) |
static WorkflowActionConfig |
XmlWorkflowManager.processOutcome(Context c,
EPerson user,
Workflow workflow,
Step currentStep,
WorkflowActionConfig currentActionConfig,
ActionResult currentOutcome,
XmlWorkflowItem wfi,
boolean enteredNewStep) |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
Step.getWorkflow() |
| Constructor and Description |
|---|
Step(String id,
Workflow workflow,
Role role,
UserSelectionActionConfig userSelectionMethod,
List<String> actionConfigsList,
Map<Integer,String> outcomes,
int requiredUsers) |
Copyright © 2013 DuraSpace. All Rights Reserved.