mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
Request-a-copy improvement: Package info and POM changes
This commit is contained in:
@@ -8,13 +8,19 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Feature for conveying a request that materials forbidden to the requester
|
* Feature for conveying a request that materials forbidden to the requester
|
||||||
* by resource policy be made available by other means. The request will be
|
* by resource policy be made available by other means.
|
||||||
* e-mailed to a responsible party for consideration and action. Find details
|
*
|
||||||
* in the user documentation under the rubric "Request a Copy".
|
* There are several methods of making the resource(s) available to the requester:
|
||||||
|
* 1. The request will be e-mailed to a responsible party for consideration and action.
|
||||||
|
* Find details in the user documentation under the rubric "Request a Copy".
|
||||||
*
|
*
|
||||||
* <p>Mailing is handled by {@link RequestItemEmailNotifier}. Responsible
|
* <p>Mailing is handled by {@link RequestItemEmailNotifier}. Responsible
|
||||||
* parties are represented by {@link RequestItemAuthor}
|
* parties are represented by {@link RequestItemAuthor}
|
||||||
*
|
*
|
||||||
|
* 2. A unique 48-char token will be generated and included in a special weblink emailed to the requester.
|
||||||
|
* This link will provide access to the requester as though they had READ policy access while the access period
|
||||||
|
* has not expired, or forever if the access period is null.
|
||||||
|
*
|
||||||
* <p>This package includes several "strategy" classes which discover
|
* <p>This package includes several "strategy" classes which discover
|
||||||
* responsible parties in various ways. See
|
* responsible parties in various ways. See
|
||||||
* {@link RequestItemSubmitterStrategy} and the classes which extend it, and
|
* {@link RequestItemSubmitterStrategy} and the classes which extend it, and
|
||||||
|
@@ -338,6 +338,13 @@
|
|||||||
<artifactId>lucene-analyzers-icu</artifactId>
|
<artifactId>lucene-analyzers-icu</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- Include hamcrest exparity for date matcher in overlay tests -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.exparity</groupId>
|
||||||
|
<artifactId>hamcrest-date</artifactId>
|
||||||
|
<version>2.0.8</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user