[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (ODATA-1069) New term Capabiliies.OperationAvailable
[ https://issues.oasis-open.org/browse/ODATA-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=66781#comment-66781 ]
Michael Pizzo edited comment on ODATA-1069 at 7/6/17 4:59 PM:
--------------------------------------------------------------
Usefulness of term is when you supply an expression rather than a simple true/false value. Example:
<Annotation Term="Capabilties.OperationAvailable">
<Ne>
<Path>bindingParam/OrderStatus</Path>
<String>SHIPPED</String>
</Ne>
</Annotation>
was (Author: mikep):
Example:
<Annotation Term="Capabilties.OperationAvailable">
<Ne>
<Path>bindingParam/OrderStatus</Path>
<String>SHIPPED</String>
</Ne>
</Annotation>
> New term Capabiliies.OperationAvailable
> ---------------------------------------
>
> Key: ODATA-1069
> URL: https://issues.oasis-open.org/browse/ODATA-1069
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: New Feature
> Components: Vocabularies
> Affects Versions: V4.0_CSD01
> Environment: Proposed
> Reporter: Ralf Handl
> Fix For: V4.0_CSD02
>
>
> Availability of actions and functions can be advertised in response payloads using special name-value pairs starting with a # character.
> Define a new term that allows to express availability of an action or function statically, with reference to "global" data, e.g. from a singleton, or with reference to data of the binding parameter.
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]