OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

regrep message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: FW: [JIRA] Created: (REGREPTC-79) Replace queryGetClassificationNodesByParentId with GetTaxonomyElementsByParentId


I believe this message should have gone to the ebXML Reg Rep list...



Kathryn Breininger
Manager, Release & Delivery Services
CIMS - Center for Information Management Services

MC 62-LC
425-965-0242 desk
425-512-4281 cell
425-237-4582 fax


-----Original Message-----
From: WxForge JIRA [mailto:jirauser@mailhub.wx.ll.mit.edu] 
Sent: Monday, February 09, 2009 9:23 AM
To: Breininger, Kathryn R
Subject: [JIRA] Created: (REGREPTC-79) Replace
queryGetClassificationNodesByParentId with GetTaxonomyElementsByParentId

Replace query GetClassificationNodesByParentId with
GetTaxonomyElementsByParentId
------------------------------------------------------------------------
---------

                 Key: REGREPTC-79
                 URL:
http://wxforge.wx.ll.mit.edu:8080/jira/browse/REGREPTC-79
             Project: ebXML RegRep TC
          Issue Type: Improvement
    Affects Versions: 4.0-cd1
            Reporter: Farrukh Najmi
            Assignee: Kathryn Breininger
            Priority: Minor


In implementing a Web GUI using current REST interface there is a need
for a single query to get all levels of the ClassificationSchemes tree.
Currently we need two sepratae queries GetClassificationSchemesById and
GetClassificationNodesByParentId.

We can replace the GetClassificationNodesByParentId with a new
GetTaxonomyElementsByParentId which is defined as follows:

    <rim:RegistryObject xsi:type="rim:QueryDefinitionType"
lid="urn:oasis:names:tc:ebxml-regrep:query:GetTaxonomyElementsByParentId
"
id="urn:oasis:names:tc:ebxml-regrep:query:GetTaxonomyElementsByParentId"
>
      <rim:Name>
        <rim:LocalizedString charset="UTF-8" value="Find Taxonomy Values
By Parent Id"/>
      </rim:Name>
      <rim:Description>
        <rim:LocalizedString charset="UTF-8" value="Gets child taxonomy
elements for specified parent taxonomy element."/>
      </rim:Description>
      <rim:Parameter parameterName="parentId" dataType="string"
minOccurs="0">
        <rim:Name>
          <rim:LocalizedString charset="UTF-8" value="Parent ID"/>
        </rim:Name>
        <rim:Description>
          <rim:LocalizedString charset="UTF-8" value="ID of parent
taxonomy element. No wildcards allowed. If none is specified then match
all ClassificationSchemes."/>
        </rim:Description>
      </rim:Parameter>
    </rim:RegistryObject>


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://wxforge.wx.ll.mit.edu:8080/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]