Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration properties involved:



coar-notify.enabled = true|false

show/hide the COAR Notify logo in the footer linked to the informative page;  used also in the authorization feature at java class org.dspace.app.rest.authorization.impl.CoarNotifyEnabled 

ldn.enabled = true|false

true => message is received and managed
false => message is refuced and the server respond with an HTTP 404

ldn.notify.inbox = DSpace\url\address\

where the ldn inbox rest service is mapped on the current DSpace instance. IE:   ${dspace.server.url}/ldn/inbox

coar-notify.ip-range.enabled = true|false

enables the filter on the IP of the sender (external) for received ldn message (into the DSpace ldn inbox)

...

score <= rejection deletes the QAEvent;  score <= ignore discards the QAEvent;  score >= approval accepts the QAEvent automatically, so nobody will see it from the Quality Assurance Page because it’s created and right after approved.


WORK IN PROGRESS Test calls: Request Review (send automatic LDN Message on item submission)

Let's configure a new Notify Service such as:

Image Added




Test calls: Announce Relationship

Let's trigger an Announce Relationship (see COAR official pattern documentation here).

...