<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mapping d:content in CMIS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/mapping-d-content-in-cmis/m-p/280144#M233274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid you can't do it using alfresco open cmis extension,cmis dose not support document with two properties with&amp;nbsp; d:content type. but you can do it with alfresco native webservice or data webscript api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can do it like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;define an custom type that inherit cm:content type and add a property of type d:content,or define a custom aspect with a property of type d:content and apply it to cm:content type .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then operate this type or aspect with alfresco native webservice or data webscript api.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Aug 2013 15:38:00 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2013-08-24T15:38:00Z</dc:date>
    <item>
      <title>Mapping d:content in CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mapping-d-content-in-cmis/m-p/280143#M233273</link>
      <description>Hello,I am migrating a connector API from JSR-170+Jackrabbit to CMIS. The application have a custom model, where two properties are "d:content" type.As I can see, CMIS don't map d:content properties, so it can't be read or write with CMIS connector. Do you know how to have more than one content per</description>
      <pubDate>Fri, 23 Aug 2013 08:11:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mapping-d-content-in-cmis/m-p/280143#M233273</guid>
      <dc:creator>victorba</dc:creator>
      <dc:date>2013-08-23T08:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping d:content in CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mapping-d-content-in-cmis/m-p/280144#M233274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid you can't do it using alfresco open cmis extension,cmis dose not support document with two properties with&amp;nbsp; d:content type. but you can do it with alfresco native webservice or data webscript api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can do it like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;define an custom type that inherit cm:content type and add a property of type d:content,or define a custom aspect with a property of type d:content and apply it to cm:content type .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then operate this type or aspect with alfresco native webservice or data webscript api.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 15:38:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mapping-d-content-in-cmis/m-p/280144#M233274</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-08-24T15:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping d:content in CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mapping-d-content-in-cmis/m-p/280145#M233275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks kaynezhang.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I could see, Alfresco native webservice is no longer developed, and all work and effort is moved to CMIS, this is the comment in alfresco WIKI: "Please note that this API has been superceded by CMIS (specifically, the CMIS SOAP binding). It's use is no longer recommended.". &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know if it's a good idea start a new API over something that is marked as deprecated, because maybe in new versions of Alfresco something will stop working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That means that in future, CMIS will never offer compatibility with d:content type? What happens with people that had this type in some property in their custom content model? They would never be able to use CMIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 15:36:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mapping-d-content-in-cmis/m-p/280145#M233275</guid>
      <dc:creator>victorba</dc:creator>
      <dc:date>2013-08-25T15:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping d:content in CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mapping-d-content-in-cmis/m-p/280146#M233276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Now in cmis1.1 specification a document object at most have one content stream,and we could only add string/boolean/decimal/integer/datetime/uri/id/html/ property type to a custom Type or second Type.It dosen't support add content property to cmis object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe&amp;nbsp; CMIS 2.0 or higher version will offer compatibility with d:content type.But now if you want add d:conent type to your&amp;nbsp; custom content model,you can't use cmis api.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 14:17:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mapping-d-content-in-cmis/m-p/280146#M233276</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-08-26T14:17:50Z</dc:date>
    </item>
  </channel>
</rss>

