← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Created: (ODATA-372) Addressing Derived Types

From
OASIS Issues Tracker <>
Date
2013-05-07T07:05:55+00:00
ID
1125715918.7641367910344063.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Created: (ODATA-372) Addressing Derived Types
Addressing Derived Types
-------------------------

                 Key: ODATA-372
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-372
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Task
          Components: OData URL Conventions 
    Affects Versions: V4.0_WD01
            Reporter: Ramanjaneyulu Malisetti 
            Priority: Minor


I would like to seek clarification on below scenario....

 Suppose, I have 3 entity types 1) VirtualSystem 2) HyperVSystem and 3) VMWareSystem. Here, VirtualSystem is the base EntityType for both HyperVSystem and VMWareSystem. Now, if I define EntityContainer having only EnitySet for VirtualSystem. Are the following URLs  correct?
 
 1) http://host/service/VirtualSystems
    Returns only instances of EntityType VirtualSystem
 
 2) http://host/service/VirtualSystems/HyperVSystem
    Returns only instances of EntityType HyperVSystem
 
 3) http://host/service/VirtualSystems/VMWareSystem
    Returns only instances of EntityType VMWareSystem
 
 How to get all instances of  VirtualSystem, HyperVSystem and VMWareSystem in a single query?
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →