> On Nov. 8, 2014, 5:02 p.m., Chris Mattmann wrote: > > trunk/curator/src/main/java/org/apache/oodt/cas/curation/service/MetadataResource.java, > > line 874 > > <https://reviews.apache.org/r/14626/diff/2/?file=754937#file754937line874> > > > > "/elements/remove/{list of ids, comma separated?}"
Keeping this one as /elements/remove with elementIds being a @FormParam (in case there are lots of elements, the @PathParam might not be sufficiently long) > On Nov. 8, 2014, 5:02 p.m., Chris Mattmann wrote: > > trunk/curator/src/main/java/org/apache/oodt/cas/curation/service/MetadataResource.java, > > line 852 > > <https://reviews.apache.org/r/14626/diff/2/?file=754937#file754937line852> > > > > "/elements/remove" (and if you want to remove a specific one, do > > "/elements/remove/{elementid}" Changed this to /elements/remove/all (See comment below where /elements/remove was used for removing specified elements) - Varun ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14626/#review60485 ----------------------------------------------------------- On Nov. 11, 2014, 3:14 p.m., Varun Ratnakar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/14626/ > ----------------------------------------------------------- > > (Updated Nov. 11, 2014, 3:14 p.m.) > > > Review request for oodt and Chris Mattmann. > > > Bugs: OODT-562 > https://issues.apache.org/jira/browse/OODT-562 > > > Repository: oodt > > > Description > ------- > > This patch is for https://issues.apache.org/jira/browse/OODT-562 > > 1. It adds some functions to the cas-curator's Metadata service > 2. Added functions to the file-manager in XMLValidationLayer for > adding/removing/retrieving parents of product types) > > > Diffs > ----- > > > trunk/curator/src/main/java/org/apache/oodt/cas/curation/service/MetadataResource.java > 1636677 > > trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/XmlStructFactory.java > 1636677 > > trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/XMLValidationLayer.java > 1636677 > > Diff: https://reviews.apache.org/r/14626/diff/ > > > Testing > ------- > > > Thanks, > > Varun Ratnakar > >
