Uses of Interface
org.dspace.workflow.WorkflowItem
Packages that use WorkflowItem
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
DSpace has a simple workflow system, which models the workflows
as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE.
The state of an item in a workflow is persisted in a number of objects.
-
Uses of WorkflowItem in org.dspace.content
Methods in org.dspace.content with parameters of type WorkflowItemModifier and TypeMethodDescriptionWorkspaceItemServiceImpl.create(Context c, WorkflowItem workflowItem) -
Uses of WorkflowItem in org.dspace.content.service
Methods in org.dspace.content.service with parameters of type WorkflowItem -
Uses of WorkflowItem in org.dspace.discovery
Methods in org.dspace.discovery with parameters of type WorkflowItemModifier and TypeMethodDescriptionstatic List<DiscoveryConfiguration>SearchUtils.getAllDiscoveryConfigurations(Context context, WorkflowItem witem) Return all the discovery configuration applicable to the provided workflow item -
Uses of WorkflowItem in org.dspace.workflow
Classes in org.dspace.workflow with type parameters of type WorkflowItemModifier and TypeInterfaceDescriptioninterfaceWorkflowItemService<T extends WorkflowItem>Service interface class for the Workflow items.interfaceWorkflowService<T extends WorkflowItem>Service interface class for the WorkflowService framework. -
Uses of WorkflowItem in org.dspace.xmlworkflow.storedcomponents
Classes in org.dspace.xmlworkflow.storedcomponents that implement WorkflowItemModifier and TypeClassDescriptionclassClass representing an item going through the workflow process in DSpace