[OASIS Issue Tracker] (ODATA-774) Qualifiers for annotations: Preference odata.include-annotations

From
OASIS Issues Tracker <>
Date
2015-01-19T12:18:02+00:00
ID
Thread
[OASIS Issue Tracker] (ODATA-774) Qualifiers for annotations: Preference odata.include-annotations
[ https://issues.oasis-open.org/browse/ODATA-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Zurmuehl updated ODATA-774:
----------------------------------

    Description: 
Qualifiers are not supported by the preference odata.include-annotations, which is a kind of omission. 
If a consumer is only interested in annotations with a specific qualifier like #mobile, he can't express this today. 
Currently we can express:
  ns.term
  ns.*
  *
and combined with the excludeoperator -
  -ns.term
  -ns.*
  -*
Any existing qualifiers are ignored by the matching operator. E.g. if you use odata.description#mobile and odata.description#desktop as annotations, you can only include or exclude all qualifiers together.

  was:adapt the definition of  the Preference odata.include-annotations.

       Proposal: 
Adapt the definition of  the Preference odata.include-annotations:
Allow in addition to the current definition
  ns.term#qualifier
  ns.*#qualifier
  *#qualifier
and combined with the excludeoperator -
  -ns.term#qualifier
  -ns.*#qualifier
  -*#qualifier

> Qualifiers for annotations:  Preference odata.include-annotations
> -----------------------------------------------------------------
>
>                 Key: ODATA-774
>                 URL: https://issues.oasis-open.org/browse/ODATA-774
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Bug
>          Components: OData ABNF Construction Rules, OData Protocol
>    Affects Versions: V4.0_ERRATA02
>         Environment: [Proposed]
>            Reporter: Martin Zurmuehl
>             Fix For: V4.0_ERRATA03
>
>
> Qualifiers are not supported by the preference odata.include-annotations, which is a kind of omission. 
> If a consumer is only interested in annotations with a specific qualifier like #mobile, he can't express this today. 
> Currently we can express:
>   ns.term
>   ns.*
>   *
> and combined with the excludeoperator -
>   -ns.term
>   -ns.*
>   -*
> Any existing qualifiers are ignored by the matching operator. E.g. if you use odata.description#mobile and odata.description#desktop as annotations, you can only include or exclude all qualifiers together.



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)