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

 


Help: OASIS Mailing Lists Help | MarkMail Help

cmis message

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


Subject: [OASIS Issue Tracker] Commented: (CMIS-698) Add Maps to Orderly



    [ http://tools.oasis-open.org/issues/browse/CMIS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24401#action_24401 ] 

Gregory Melahn commented on CMIS-698:
-------------------------------------

Florian to add a proposal

> Add Maps to Orderly
> -------------------
>
>                 Key: CMIS-698
>                 URL: http://tools.oasis-open.org/issues/browse/CMIS-698
>             Project: OASIS Content Management Interoperability Services (CMIS) TC
>          Issue Type: Improvement
>          Components: Browser Binding
>    Affects Versions: Browser Binding Proposal
>            Reporter: Florian Mueller
>            Assignee: Florian Mueller
>             Fix For: Browser Binding Proposal
>
>
> Orderly doesn't define a map or dictionary kind of structure that we need for properties.
> Orderly maps could look like this:
> map { string => boolean }  isAllowed;   // keys are strings and values are booleans
> map { string => union { string; integer; null; } }  things;   // keys are strings and values can be strings, integers or null
> map { [ "happy", "sad", "meh" ] => integer } intMapping;   // keys are one of enum values and values are integers
>  
> Grammar:
> 'map' '{' unnamed_entries '=>' unnamed_entries '}' optional_optional_marker

-- 
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]