Uses of Interface
org.dspace.service.DSpaceCRUDService
-
Packages that use DSpaceCRUDService Package Description org.dspace.authorize Represents permissions for access to DSpace content.org.dspace.authorize.service org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.service org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.eperson.service org.dspace.supervision org.dspace.supervision.service org.dspace.versioning org.dspace.versioning.service org.dspace.xmlworkflow.storedcomponents The state of an item in a workflow is persisted in a number of objects.org.dspace.xmlworkflow.storedcomponents.service -
-
Uses of DSpaceCRUDService in org.dspace.authorize
Classes in org.dspace.authorize that implement DSpaceCRUDService Modifier and Type Class Description classResourcePolicyServiceImplService implementation for the ResourcePolicy object. -
Uses of DSpaceCRUDService in org.dspace.authorize.service
Subinterfaces of DSpaceCRUDService in org.dspace.authorize.service Modifier and Type Interface Description interfaceResourcePolicyServiceService interface class for the ResourcePolicy object. -
Uses of DSpaceCRUDService in org.dspace.content
Classes in org.dspace.content that implement DSpaceCRUDService Modifier and Type Class Description classBitstreamFormatServiceImplService implementation for the BitstreamFormat object.classEntityTypeServiceImplclassRelationshipServiceImplclassRelationshipTypeServiceImpl -
Uses of DSpaceCRUDService in org.dspace.content.service
Subinterfaces of DSpaceCRUDService in org.dspace.content.service Modifier and Type Interface Description interfaceBitstreamFormatServiceService interface class for the BitstreamFormat object.interfaceEntityTypeServiceThis Service is used to access the data for EntityTypes through the DAO objectsinterfaceRelationshipServiceThis Service will use the DAO classes to access the information about Relationships from the databaseinterfaceRelationshipTypeServiceThis Service uses DAOs to access information on the database objects for the RelationshipTypes -
Uses of DSpaceCRUDService in org.dspace.eperson
Classes in org.dspace.eperson that implement DSpaceCRUDService Modifier and Type Class Description classRegistrationDataServiceImplService implementation for the RegistrationData object. -
Uses of DSpaceCRUDService in org.dspace.eperson.service
Subinterfaces of DSpaceCRUDService in org.dspace.eperson.service Modifier and Type Interface Description interfaceRegistrationDataServiceService interface class for the RegistrationData object. -
Uses of DSpaceCRUDService in org.dspace.supervision
Classes in org.dspace.supervision that implement DSpaceCRUDService Modifier and Type Class Description classSupervisionOrderServiceImplImplementation ofSupervisionOrderService -
Uses of DSpaceCRUDService in org.dspace.supervision.service
Subinterfaces of DSpaceCRUDService in org.dspace.supervision.service Modifier and Type Interface Description interfaceSupervisionOrderServiceService interface class for the SupervisionOrder object. -
Uses of DSpaceCRUDService in org.dspace.versioning
Classes in org.dspace.versioning that implement DSpaceCRUDService Modifier and Type Class Description classVersionHistoryServiceImpl -
Uses of DSpaceCRUDService in org.dspace.versioning.service
Subinterfaces of DSpaceCRUDService in org.dspace.versioning.service Modifier and Type Interface Description interfaceVersionHistoryService -
Uses of DSpaceCRUDService in org.dspace.xmlworkflow.storedcomponents
Classes in org.dspace.xmlworkflow.storedcomponents that implement DSpaceCRUDService Modifier and Type Class Description classClaimedTaskServiceImplService implementation for the ClaimedTask object.classInProgressUserServiceImplService implementation for the InProgressUser object.classPoolTaskServiceImplService implementation for the PoolTask object.classWorkflowItemRoleServiceImplService implementation for the WorkflowItemRole object. -
Uses of DSpaceCRUDService in org.dspace.xmlworkflow.storedcomponents.service
Subinterfaces of DSpaceCRUDService in org.dspace.xmlworkflow.storedcomponents.service Modifier and Type Interface Description interfaceClaimedTaskServiceService interface class for the ClaimedTask object.interfaceInProgressUserServiceService interface class for the InProgressUser object.interfacePoolTaskServiceService interface class for the PoolTask object.interfaceWorkflowItemRoleServiceService interface class for the WorkflowItemRole object.
-