| Package | Description |
|---|---|
| org.dspace.app.itemimport | |
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| org.dspace.workflow.factory | |
| org.dspace.workflowbasic | |
| org.dspace.workflowbasic.factory | |
| org.dspace.workflowbasic.service | |
| org.dspace.xmlworkflow | |
| org.dspace.xmlworkflow.factory | |
| org.dspace.xmlworkflow.service |
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowService |
ItemImportServiceImpl.workflowService |
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowService |
WorkspaceItemServiceImpl.workflowService |
| Modifier and Type | Method and Description |
|---|---|
abstract WorkflowService |
WorkflowServiceFactory.getWorkflowService() |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicWorkflowServiceImpl |
| Modifier and Type | Method and Description |
|---|---|
WorkflowService |
BasicWorkflowServiceFactoryImpl.getWorkflowService() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicWorkflowService
Workflow state machine
Notes:
Determining item status from the database:
When an item has not been submitted yet, it is in the user's personal
workspace (there is a row in PersonalWorkspace pointing to it.)
When an item is submitted and is somewhere in a workflow, it has a row in the
WorkflowItem table pointing to it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlWorkflowServiceImpl
When an item is submitted and is somewhere in a workflow, it has a row in the
WorkflowItem table pointing to it.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowService |
XmlWorkflowServiceFactoryImpl.getWorkflowService() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlWorkflowService
When an item is submitted and is somewhere in a workflow, it has a row in the
WorkflowItem table pointing to it.
|
Copyright © 2016 DuraSpace. All Rights Reserved.