[dspace-tech] Re: Accessing item metadata with Jython

2016-07-13 Thread Ari
Hi Andrea, thank you for putting me on the right track. In DSpace 6 metadata values can be accessed via itemService property: from org.dspace.curate import ScriptedTask from java.lang import Class from org.dspace.content import DSpaceObject class MyTask(ScriptedTask): def init(self,

Re: [dspace-tech] Accessing item metadata with Jython

2016-07-13 Thread Andrea Schweer
Hi Ari, On 13/07/16 18:07, Ari wrote: Hi, I just found that one can write curator tasks with Jython. This seems to be an ideal way for us to do some task without need to code in Java. However, I'm not a java programmer and haven't used Jython before and I'm completely stuck with it and there

[dspace-tech] Accessing item metadata with Jython

2016-07-13 Thread Ari
Hi, I just found that one can write curator tasks with Jython. This seems to be an ideal way for us to do some task without need to code in Java. However, I'm not a java programmer and haven't used Jython before and I'm completely stuck with it and there is very little examples around (I have