Uses of Interface
org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
-
Packages that use CollectionRoleService Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace.org.dspace.xmlworkflow.factory org.dspace.xmlworkflow.storedcomponents The state of an item in a workflow is persisted in a number of objects. -
-
Uses of CollectionRoleService in org.dspace.content
Fields in org.dspace.content declared as CollectionRoleService Modifier and Type Field Description protected CollectionRoleServiceCollectionServiceImpl. collectionRoleService -
Uses of CollectionRoleService in org.dspace.eperson
Fields in org.dspace.eperson declared as CollectionRoleService Modifier and Type Field Description protected CollectionRoleServiceGroupServiceImpl. collectionRoleService -
Uses of CollectionRoleService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as CollectionRoleService Modifier and Type Field Description protected static CollectionRoleServiceWorkflowUtils. collectionRoleServiceprotected CollectionRoleServiceXmlWorkflowServiceImpl. collectionRoleService -
Uses of CollectionRoleService in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return CollectionRoleService Modifier and Type Method Description abstract CollectionRoleServiceXmlWorkflowServiceFactory. getCollectionRoleService()CollectionRoleServiceXmlWorkflowServiceFactoryImpl. getCollectionRoleService() -
Uses of CollectionRoleService in org.dspace.xmlworkflow.storedcomponents
Classes in org.dspace.xmlworkflow.storedcomponents that implement CollectionRoleService Modifier and Type Class Description classCollectionRoleServiceImplService implementation for the CollectionRole object.
-