Uses of Interface
org.dspace.workflow.WorkflowItem
-
Packages that use WorkflowItem Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.service org.dspace.discovery 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.storedcomponents 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 WorkflowItem Modifier and Type Method Description WorkspaceItemWorkspaceItemServiceImpl. create(Context c, WorkflowItem workflowItem) -
Uses of WorkflowItem in org.dspace.content.service
Methods in org.dspace.content.service with parameters of type WorkflowItem Modifier and Type Method Description WorkspaceItemWorkspaceItemService. create(Context c, WorkflowItem wfi) -
Uses of WorkflowItem in org.dspace.discovery
Methods in org.dspace.discovery with parameters of type WorkflowItem Modifier and Type Method Description static List<DiscoveryConfiguration>SearchUtils. getAllDiscoveryConfigurations(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 WorkflowItem Modifier and Type Interface Description interfaceWorkflowItemService<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 WorkflowItem Modifier and Type Class Description classXmlWorkflowItemClass representing an item going through the workflow process in DSpace
-