Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] DoorsOauthSample query with wildcards

Hi Robert,

According to the DOORS 9 Team, wildcards are not supported in the OSLC RM V2 implementation in DOORS 9.

Thanks,
Paul


Paul Slauenwhite 
Development Team Lead, IBM Rational Quality Manager 
IBM Systems 
Phone:905-413-3861 
Tie-Line:313-3861 
Mobile:902-221-6721 
E-mail:paules@xxxxxxxxxx 
 
 

Inactive hide details for Robert Kerr ---05/27/2015 09:35:11 PM---Hi, I've spend most of my day today trying to figure out how Robert Kerr ---05/27/2015 09:35:11 PM---Hi, I've spend most of my day today trying to figure out how to use

From: Robert Kerr <rakerr@xxxxxxxxxx>
To: <lyo-dev@xxxxxxxxxxx>
Date: 05/27/2015 09:35 PM
Subject: [lyo-dev] DoorsOauthSample query with wildcards
Sent by: lyo-dev-bounces@xxxxxxxxxxx





Hi,
I've spend most of my day today trying to figure out how to use
wildcards in the lyo DoorsOauthSample project.
I can query for a specific identifier:

queryParams.setPrefix("dcterms=<
http://purl.org/dc/terms/>");
queryParams.setWhere("dcterms:identifier=\"58\"");

and I can query for a specific title:

queryParams.setPrefix("dcterms=<
http://purl.org/dc/terms/>");
queryParams.setWhere("dcterms:title=\"Weather\""); //Returns one result

but I want to be able to find all the items that have "Weather" in their
description.  I was hoping for something like:

queryParams.setWhere("dcterms:title=\"*Weather*\"");

but it doesn't return any results.


It doesn't help that the example in the code-base:

//SCENARIO A: Run a query for all Requirements modified since 08/02/2010
with OSLC paging of 10 items per
                //page turned on and list the members of the result
OslcQueryParameters queryParamsN = new
OslcQueryParameters("dcterms:modified>=\"2010-08-01T21:51:40.979Z\"xsd:dateTime",null,null,
null,"dcterms=<
http://purl.org/dc/terms/>");
OslcQuery queryN = new OslcQuery(client, queryCapability, 10, queryParamsN);
OslcQueryResult resultN = queryN.submit();

doesn't return any results.

Can someone perchance give some guidance?

Thanks


--
-bob

Q: What would be the best language to build a crawler out of?
A: Jawa
**********************************************************************
*      Robert Kerr  SSPS Developer and CUBIT Support Manager         *
*      rakerr@xxxxxxxxxx          |    PO Box 5800,  MS 0125         *
*      Phone: (505) 844-8606      |    Sandia National Labs          *
*       Fax: (505) 844-2018       |  Albuquerque, NM 87185-0125      *
**********************************************************************


--
-bob

Seen on the Physics Dept. notice board:
WANTED, Schroedinger's Cat, DEAD OR ALIVE.
**********************************************************************
*      Robert Kerr  SSPS Developer and CUBIT Support Manager         *
*      rakerr@xxxxxxxxxx          |    PO Box 5800,  MS 0125         *
*      Phone: (505) 844-8606      |    Sandia National Labs          *
*       Fax: (505) 844-2018       |  Albuquerque, NM 87185-0125      *
**********************************************************************




--
-bob

16.5 feet in the Twilight Zone  = 1 Rod Serling
**********************************************************************
*      Robert Kerr  SSPS Developer and CUBIT Support Manager         *
*      rakerr@xxxxxxxxxx          |    PO Box 5800,  MS 0125         *
*      Phone: (505) 844-8606      |    Sandia National Labs          *
*       Fax: (505) 844-2018       |  Albuquerque, NM 87185-0125      *
**********************************************************************



_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/lyo-dev


GIF image

GIF image

JPEG image

GIF image

GIF image


Back to the top