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-168) URL to id mapping



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

Al Brown commented on CMIS-168:
-------------------------------

Added to 62b and example service doc - excerpt:
        <cmisra:uritemplate>
            <cmisra:template>http://cmisexample.oasis-open.org/rep1/entrybyid/{id}</cmisra:template>
            <cmisra:type>entrybyid</cmisra:type>
            <cmisra:mediatype>application/atom+xml;type=entry</cmisra:mediatype>
        </cmisra:uritemplate>
        <cmisra:uritemplate>
            <cmisra:template>http://cmisexample.oasis-open.org/rep1/folderbypath/{path}</cmisra:template>
            <cmisra:type>folderbypath</cmisra:type>
            <cmisra:mediatype>application/atom+xml;type=entry</cmisra:mediatype>
        </cmisra:uritemplate>
        <cmisra:uritemplate>
            <cmisra:template>http://cmisexample.oasis-open.org/rep1/query?q={path}&amp;searchAllVersions={searchAllVersions}&amp;maxItems={maxItems}&amp;skipCount={skipCount}</cmisra:template>
            <cmisra:type>query</cmisra:type>
            <cmisra:mediatype>application/atom+xml;type=entry</cmisra:mediatype>
        </cmisra:uritemplate>

> URL to id mapping
> -----------------
>
>                 Key: CMIS-168
>                 URL: http://tools.oasis-open.org/issues/browse/CMIS-168
>             Project: OASIS Content Management Interoperability Services (CMIS) TC
>          Issue Type: Bug
>          Components: REST/AtomPub Binding
>    Affects Versions: Draft 0.61
>            Reporter: David Nuescheler
>            Assignee: Al Brown
>             Fix For: Draft 0.62
>
>
> reported in various discussions during the PlugFest in Basel, my interpretation may be off.
> Currently there is no way to map document and folder ids to urls on the client side.
> This will either lead to a large number of additional roundtrips or to very stateful clients
> that rely on the stability of that mapping (which i am not sure if this would be legal).
> So it would be great if there was a simple mapping from id's to URLs for both folders and
> documents.

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