Re: [Dspace-tech] collection permission

2013-05-19 Thread Matthew Drover
Hi, login to your dspace, navigate to your collection, then ³edit collection². Under the ³Assign Roles² tab, edit the ŒDefault Read Access¹ section. Matthew Drover Programmer Consultant Immersive Technology Distance Education, Learning and Teaching Support Memorial University of Newfoundland On

Re: [Dspace-tech] Context and mets

2013-04-18 Thread Matthew Drover
I was doing context.complete() instead of context.abort(). Thanks Andrea! On 2013-04-18 7:23 PM, "Andrea Schweer" wrote: >Hi Matt, > > > On 19/04/13 06:18, Drover, Matt wrote: > > >> >> Context context = new Context(); >> >> String query = "select metadatavalue.text_value fro

Re: [Dspace-tech] hide communities/collecitons from discovery search

2013-04-11 Thread Matthew Drover
Yes, I¹m using Mirage. On a side note, is it possible to exclude results form a public user so they do not see items they have no access to. I was thinking of editing the indexing method to not index them, but I¹m hoping there is another way. Any ideas. -Matthew On 2013-04-11 10:56 AM, "helix84

Re: [Dspace-tech] Access bitstream information from search results

2013-02-17 Thread Matthew Drover
Hi Andrea, I wanted to display which Collection an item was in from within in the search results. I looked at the mets and didn¹t see it at all, so I assume it¹s not available. Thanks -Matthew On 2013-02-17 5:08 PM, "Andrea Schweer" wrote: >Hi Matt, > > > On 16/02/13 03:18, Drover, Ma

Re: [Dspace-tech] Getting mimetype from ancestor::mets:METS//mets:fileGrp[@USE='THUMBNAIL']...

2013-02-13 Thread Matthew Drover
Does it make a diffference that my template is matching dim:dim ? -Matthew On 2013-02-13 8:58 AM, "helix84" wrote: > On Tue, Feb 12, 2013 at 8:47 PM, Drover, Matt wrote: >> Here is an update, the @THUMBNAIL is only available for bitstreams that have >> a thumbnail generated by the system. See