Hi John,
Some more info here:
https://wiki.lyrasis.org/display/DSDOC6x/Functional+Overview#FunctionalOverview-Authorization
Here’s a SQL case snippet you may find useful from one of my scripts:
case
when action_id=0 then 'READ'
when action_id=1 then 'WRITE'
when action_id=2 then 'DELETE'
when action_id=3 then 'ADD'
when action_id=4 then 'REMOVE'
when action_id=5 then 'WORKFLOW_STEP_1'
when action_id=6 then 'WORKFLOW_STEP_2'
when action_id=7 then 'WORKFLOW_STEP_3'
when action_id=8 then 'WORKFLOW_ABORT'
when action_id=9 then 'DEFAULT_BITSTREAM_READ'
when action_id=10 then 'DEFAULT_ITEM_READ'
when action_id=11 then 'ADMIN'
when action_id=12 then 'WITHDRAWN_READ'
else 'UNKNOWN'
end
Action constants are defined in this source file:
--
Sean
From:
dspac...@googlegroups.com <dspac...@googlegroups.com> on behalf of John Fitzgerald <iph...@gmail.com>
Date: Wednesday, July 27, 2022 at 1:28 PM
To: DSpace Technical Support <dspac...@googlegroups.com>
Subject: [dspace-tech] DS6 Database Question - "resourcepolicy" table
|
Caution: This message was sent from outside the University of Manitoba. |
--
All messages to this mailing list should adhere to the Code of Conduct:
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dspace-tech...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/dspace-tech/5ba40dcc-e3a4-4218-809d-d88f2c1ff3a8n%40googlegroups.com.