[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Updated: (ODATA-524) properties in [propertyList] of context URL may be qualified with type
[ http://tools.oasis-open.org/issues/browse/ODATA-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Pizzo updated ODATA-524:
--------------------------------
Environment: [Applied] (was: [Proposed])
Ralf already applied to ABNF:
propertyListItem = STAR ; all structural properties
/ [ qualifiedEntityTypeName "/" ] propertyListProperty
I added clarification to Section 10.7 and 10.8 of [Protocol]:
"Properties defined on types derived from the type of the entity-set (or type specified in the type-cast segment if specified) are prefixed with the qualified name of the derived type as defined in [OData-ABNF]. "
> properties in [propertyList] of context URL may be qualified with type
> ----------------------------------------------------------------------
>
> Key: ODATA-524
> URL: http://tools.oasis-open.org/issues/browse/ODATA-524
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Bug
> Components: OData ABNF Construction Rules, OData Protocol
> Affects Versions: V4.0_CS01
> Environment: [Applied]
> Reporter: Michael Pizzo
> Fix For: V4.0_CSD03
>
>
> Our current context URL for projected entities includes the selected properties:
> {context-url}#{entity-set}{/type-name}{property-list}
> The abnf for property-list is:
> propertyList = OPEN propertyListItem *( COMMA propertyListItem ) CLOSE
> propertyListItem = STAR ; all structural properties
> / propertyListProperty
> propertyListProperty = primitiveProperty
> / primitiveColProperty
> / navigationProperty [ '+' ] [ propertyList ]
> / selectPath [ "/" propertyListProperty ]
> However, we need to be able to support properties being prefixed with type for the following types of queries:
> ~People?$select=ns.SalesPerson/Department,ns.Cashier/Register
> Which should yield:
> http://host/service/$metadata#People(ns.SalesPerson/Department,ns.Cashier/Register)
--
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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]