Uses of Interface
org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
-
Packages that use InProgressUserService Package Description org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace.org.dspace.xmlworkflow.factory org.dspace.xmlworkflow.state A workflow consists of a sequence of steps.org.dspace.xmlworkflow.storedcomponents The state of an item in a workflow is persisted in a number of objects. -
-
Uses of InProgressUserService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as InProgressUserService Modifier and Type Field Description protected InProgressUserServiceWorkflowRequirementsServiceImpl. inProgressUserService -
Uses of InProgressUserService in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return InProgressUserService Modifier and Type Method Description abstract InProgressUserServiceXmlWorkflowServiceFactory. getInProgressUserService()InProgressUserServiceXmlWorkflowServiceFactoryImpl. getInProgressUserService() -
Uses of InProgressUserService in org.dspace.xmlworkflow.state
Fields in org.dspace.xmlworkflow.state declared as InProgressUserService Modifier and Type Field Description protected InProgressUserServiceStep. inProgressUserService -
Uses of InProgressUserService in org.dspace.xmlworkflow.storedcomponents
Classes in org.dspace.xmlworkflow.storedcomponents that implement InProgressUserService Modifier and Type Class Description classInProgressUserServiceImplService implementation for the InProgressUser object.Fields in org.dspace.xmlworkflow.storedcomponents declared as InProgressUserService Modifier and Type Field Description protected InProgressUserServicePoolTaskServiceImpl. inProgressUserService
-