Uses of Interface
org.dspace.workflow.WorkflowService
-
Packages that use WorkflowService 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 -
-
Uses of WorkflowService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as WorkflowService Modifier and Type Field Description protected WorkflowServiceItemImportServiceImpl. workflowService -
Uses of WorkflowService in org.dspace.content
Fields in org.dspace.content declared as WorkflowService Modifier and Type Field Description protected WorkflowServiceWorkspaceItemServiceImpl. workflowService -
Uses of WorkflowService in org.dspace.workflow.factory
Methods in org.dspace.workflow.factory that return WorkflowService Modifier and Type Method Description abstract WorkflowServiceWorkflowServiceFactory. getWorkflowService() -
Uses of WorkflowService in org.dspace.workflowbasic
Classes in org.dspace.workflowbasic that implement WorkflowService Modifier and Type Class Description classBasicWorkflowServiceImpl -
Uses of WorkflowService in org.dspace.workflowbasic.factory
Methods in org.dspace.workflowbasic.factory that return WorkflowService Modifier and Type Method Description WorkflowServiceBasicWorkflowServiceFactoryImpl. getWorkflowService() -
Uses of WorkflowService in org.dspace.workflowbasic.service
Subinterfaces of WorkflowService in org.dspace.workflowbasic.service Modifier and Type Interface Description interfaceBasicWorkflowServiceWorkflow 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. -
Uses of WorkflowService in org.dspace.xmlworkflow
Classes in org.dspace.xmlworkflow that implement WorkflowService Modifier and Type Class Description classXmlWorkflowServiceImplWhen an item is submitted and is somewhere in a workflow, it has a row in the WorkflowItem table pointing to it. -
Uses of WorkflowService in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return WorkflowService Modifier and Type Method Description WorkflowServiceXmlWorkflowServiceFactoryImpl. getWorkflowService() -
Uses of WorkflowService in org.dspace.xmlworkflow.service
Subinterfaces of WorkflowService in org.dspace.xmlworkflow.service Modifier and Type Interface Description interfaceXmlWorkflowServiceWhen an item is submitted and is somewhere in a workflow, it has a row in the WorkflowItem table pointing to it.
-