Uses of Interface
org.dspace.authorize.service.ResourcePolicyService
-
Packages that use ResourcePolicyService Package Description org.dspace.access.status Access status allows the users to view the bitstreams availability before browsing into the item itself.org.dspace.app.itemimport org.dspace.app.requestitem Feature for conveying a request that materials forbidden to the requester by resource policy be made available by other means.org.dspace.authorize Represents permissions for access to DSpace content.org.dspace.authorize.factory org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.crosswalk Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.org.dspace.ctask.general org.dspace.discovery org.dspace.embargo Embargo allows the deposit of Items whose content should not be made visible until later.org.dspace.eperson Provides classes representing e-people and groups of e-people. -
-
Uses of ResourcePolicyService in org.dspace.access.status
Fields in org.dspace.access.status declared as ResourcePolicyService Modifier and Type Field Description protected ResourcePolicyServiceDefaultAccessStatusHelper. resourcePolicyService -
Uses of ResourcePolicyService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as ResourcePolicyService Modifier and Type Field Description protected ResourcePolicyServiceItemImportServiceImpl. resourcePolicyService -
Uses of ResourcePolicyService in org.dspace.app.requestitem
Fields in org.dspace.app.requestitem declared as ResourcePolicyService Modifier and Type Field Description protected ResourcePolicyServiceRequestItemServiceImpl. resourcePolicyService -
Uses of ResourcePolicyService in org.dspace.authorize
Classes in org.dspace.authorize that implement ResourcePolicyService Modifier and Type Class Description classResourcePolicyServiceImplService implementation for the ResourcePolicy object.Fields in org.dspace.authorize declared as ResourcePolicyService Modifier and Type Field Description protected ResourcePolicyServiceAuthorizeServiceImpl. resourcePolicyService -
Uses of ResourcePolicyService in org.dspace.authorize.factory
Methods in org.dspace.authorize.factory that return ResourcePolicyService Modifier and Type Method Description abstract ResourcePolicyServiceAuthorizeServiceFactory. getResourcePolicyService()ResourcePolicyServiceAuthorizeServiceFactoryImpl. getResourcePolicyService() -
Uses of ResourcePolicyService in org.dspace.content
Fields in org.dspace.content declared as ResourcePolicyService Modifier and Type Field Description protected ResourcePolicyServiceBundleServiceImpl. resourcePolicyServiceprotected ResourcePolicyServiceCollectionServiceImpl. resourcePolicyServiceprotected ResourcePolicyServiceItemServiceImpl. resourcePolicyService -
Uses of ResourcePolicyService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as ResourcePolicyService Modifier and Type Field Description protected ResourcePolicyServiceMETSRightsCrosswalk. resourcePolicyService -
Uses of ResourcePolicyService in org.dspace.ctask.general
Fields in org.dspace.ctask.general declared as ResourcePolicyService Modifier and Type Field Description protected ResourcePolicyServiceCitationPage. resourcePolicyService -
Uses of ResourcePolicyService in org.dspace.discovery
Fields in org.dspace.discovery declared as ResourcePolicyService Modifier and Type Field Description protected ResourcePolicyServiceSolrServiceResourceRestrictionPlugin. resourcePolicyService -
Uses of ResourcePolicyService in org.dspace.embargo
Fields in org.dspace.embargo declared as ResourcePolicyService Modifier and Type Field Description protected ResourcePolicyServiceDefaultEmbargoSetter. resourcePolicyService -
Uses of ResourcePolicyService in org.dspace.eperson
Fields in org.dspace.eperson declared as ResourcePolicyService Modifier and Type Field Description protected ResourcePolicyServiceGroupServiceImpl. resourcePolicyService
-