SlideShare una empresa de Scribd logo
1 de 15
Alfresco Tech Talk Live CMIS
CMIS – What is it? ,[object Object]
CMIS – ATOM ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
ATOM – Entry <entry> <title>Atom-Powered Robots Run Amok</title> <link href=&quot;http://example.org/2003/12/13/atom03&quot;/> <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> <updated>2003-12-13T18:30:02Z</updated> <summary>Some text.</summary> </entry>
ATOM – Feed <?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?> <feed xmlns=&quot;http://www.w3.org/2005/Atom&quot;> <title>Example Feed</title> <link href=&quot;http://example.org/&quot;/> <updated>2003-12-13T18:30:02Z</updated> <author> <name>John Doe</name> </author> <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> <entry> <title>Atom-Powered Robots Run Amok</title> <link href=&quot;http://example.org/2003/12/13/atom03&quot;/> <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> <updated>2003-12-13T18:30:02Z</updated> <summary>Some text.</summary> </entry> </feed>
ATOM – Collection <collection href=&quot;http://example.org/blog/main&quot; > <atom:title>My Blog Entries</atom:title> <categories href=&quot;http://example.com/cats/forMain.cats&quot; /> </collection>
ATOM - Workspace <workspace> <atom:title>Main Site</atom:title> <collection href=&quot;http://example.org/blog/main&quot; > <atom:title>My Blog Entries</atom:title> <categories href=&quot;http://example.com/cats/forMain.cats&quot; /> </collection> <collection href=&quot;http://example.org/blog/pic&quot; > <atom:title>Pictures</atom:title> <accept>image/png</accept> <accept>image/jpeg</accept> <accept>image/gif</accept> </collection> </workspace>
ATOM - Services <?xml version=&quot;1.0&quot; encoding='utf-8'?> <service xmlns=&quot;http://www.w3.org/2007/app&quot; xmlns:atom=&quot;http://www.w3.org/2005/Atom&quot;> <workspace> <atom:title>Main Site</atom:title> <collection href=&quot;http://example.org/blog/main&quot; > <atom:title>My Blog Entries</atom:title> <categories href=&quot;http://example.com/cats/forMain.cats&quot; /> </collection> <collection href=&quot;http://example.org/blog/pic&quot; > <atom:title>Pictures</atom:title> <accept>image/png</accept> <accept>image/jpeg</accept> <accept>image/gif</accept> </collection> </workspace> </service>
CMIS – Repository Info <?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?>  < service   xmlns =&quot;http://www.w3.org/2007/app&quot;  xmlns:atom =&quot;http://www.w3.org/2005/Atom&quot;  xmlns:cmis =&quot;http://www.cmis.org/2008/05&quot;  xmlns:alf =&quot;http://www.alfresco.org&quot;> < workspace  cmis:repositoryRelationship=&quot;self&quot;> <atom:title>Main Repository</atom:title> <cmis:repositoryInfo>  <cmis:repositoryId>9920fa2a-7a3c-4161-a108-0bd4172ff898</cmis:repositoryId> <cmis:repositoryName>Main Repository</cmis:repositoryName> <cmis:capabilities> <cmis:capabilityUnfiling>false</cmis:capabilityUnfiling> <cmis:capabilityQuery>both</cmis:capabilityQuery> </cmis:capabilities>  </cmis:repositoryInfo> < collection   href=&quot;http://localhost:8080/alfresco/service/api/path/workspace/SpacesStore/Company%20Home/children&quot;  cmis:collectionType=&quot;root-children&quot;>  <atom:title>root collection</atom:title>  </collection>  </workspace>  </service>
CMIS – Get Children <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <feed xmlns=&quot;http://www.w3.org/2005/Atom&quot; xmlns:app=&quot;http://www.w3.org/2007/app&quot; xmlns:cmis=&quot;http://www.cmis.org/2008/05&quot;  xmlns:alf=&quot;http://www.alfresco.org&quot; xmlns:opensearch=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;> <id>urn:uuid:4c7c569d-49a5-4d95-9315-5ac38687819a-children</id> <link rel=&quot;last&quot; href=&quot;.../children?pageNo=1&amp;pageSize=0&amp;guest=&amp;format=atomfeed&quot; /> <title>Email Templates Children</title> <entry> <content type=&quot;text/plain&quot; src=&quot;.../ccd2ca82-a8fb-4fb7-9575-d28667acd032/content.notify_user_email.ftl&quot;/> <link rel=&quot;cmis-allversions&quot; href=&quot;.../ccd2ca82-a8fb-4fb7-9575-d28667acd032/versions&quot;/> <summary>Email template for notifying users from a rule or action</summary> <title>notify_user_email.ftl</title> <cmis:object> <cmis:properties> <cmis:propertyString cmis:name=&quot;ObjectTypeId&quot;><cmis:value>document</cmis:value></cmis:propertyString> <cmis:propertyInteger cmis:name=&quot;ContentStreamLength&quot;><cmis:value>553</cmis:value></cmis:propertyInteger> </cmis:properties> </cmis:object> <cmis:terminator/> <alf:icon>http://localhost:8080/alfresco/images/filetypes/ftl.gif</alf:icon> </entry> <cmis:hasMoreItems>false</cmis:hasMoreItems> <opensearch:totalResults>3</opensearch:totalResults> <opensearch:startIndex>0</opensearch:startIndex> <opensearch:itemsPerPage>0</opensearch:itemsPerPage> </feed>
CMIS – Model ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CMIS – Capabilities ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CMIS – Options ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CMIS – Services ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CMIS – Services (Continued) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Más contenido relacionado

Similar a Alfresco Tech Talk - CMIS

GTAC: AtomPub, testing your server implementation
GTAC: AtomPub, testing your server implementationGTAC: AtomPub, testing your server implementation
GTAC: AtomPub, testing your server implementation
David Calavera
 

Similar a Alfresco Tech Talk - CMIS (20)

Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
Living in the Cloud: Hosting Data & Apps Using the Google InfrastructureLiving in the Cloud: Hosting Data & Apps Using the Google Infrastructure
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
 
RESTFul IDEAS
RESTFul IDEASRESTFul IDEAS
RESTFul IDEAS
 
Windows Azure - Automating app lifecycle
Windows Azure - Automating app lifecycleWindows Azure - Automating app lifecycle
Windows Azure - Automating app lifecycle
 
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
Living in the Cloud: Hosting Data & Apps Using the Google InfrastructureLiving in the Cloud: Hosting Data & Apps Using the Google Infrastructure
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
 
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
Living in the Cloud: Hosting Data & Apps Using the Google InfrastructureLiving in the Cloud: Hosting Data & Apps Using the Google Infrastructure
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
 
GTAC: AtomPub, testing your server implementation
GTAC: AtomPub, testing your server implementationGTAC: AtomPub, testing your server implementation
GTAC: AtomPub, testing your server implementation
 
Lecture1 B Frames&Forms
Lecture1 B  Frames&FormsLecture1 B  Frames&Forms
Lecture1 B Frames&Forms
 
HTML5 Overview
HTML5 OverviewHTML5 Overview
HTML5 Overview
 
Kurzeinführung: Atom Publishing Protocol
Kurzeinführung: Atom Publishing ProtocolKurzeinführung: Atom Publishing Protocol
Kurzeinführung: Atom Publishing Protocol
 
Struts2 course chapter 2: installation and configuration
Struts2 course chapter 2: installation and configurationStruts2 course chapter 2: installation and configuration
Struts2 course chapter 2: installation and configuration
 
Local seo
Local seoLocal seo
Local seo
 
Local seo
Local seoLocal seo
Local seo
 
Expanding a tree node
Expanding a tree nodeExpanding a tree node
Expanding a tree node
 
DevDays09 Internet Explorer 8
DevDays09 Internet Explorer 8DevDays09 Internet Explorer 8
DevDays09 Internet Explorer 8
 
Html5 Overview
Html5 OverviewHtml5 Overview
Html5 Overview
 
HTML5: 5 Quick Wins
HTML5:  5 Quick WinsHTML5:  5 Quick Wins
HTML5: 5 Quick Wins
 
Hybrid cloud
Hybrid cloudHybrid cloud
Hybrid cloud
 
XML Sitemaps 101
XML Sitemaps 101XML Sitemaps 101
XML Sitemaps 101
 
Html5
Html5 Html5
Html5
 
Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM
Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM
Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM
 

Último

Último (20)

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Alfresco Tech Talk - CMIS

  • 1. Alfresco Tech Talk Live CMIS
  • 2.
  • 3.
  • 4. ATOM – Entry <entry> <title>Atom-Powered Robots Run Amok</title> <link href=&quot;http://example.org/2003/12/13/atom03&quot;/> <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> <updated>2003-12-13T18:30:02Z</updated> <summary>Some text.</summary> </entry>
  • 5. ATOM – Feed <?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?> <feed xmlns=&quot;http://www.w3.org/2005/Atom&quot;> <title>Example Feed</title> <link href=&quot;http://example.org/&quot;/> <updated>2003-12-13T18:30:02Z</updated> <author> <name>John Doe</name> </author> <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> <entry> <title>Atom-Powered Robots Run Amok</title> <link href=&quot;http://example.org/2003/12/13/atom03&quot;/> <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> <updated>2003-12-13T18:30:02Z</updated> <summary>Some text.</summary> </entry> </feed>
  • 6. ATOM – Collection <collection href=&quot;http://example.org/blog/main&quot; > <atom:title>My Blog Entries</atom:title> <categories href=&quot;http://example.com/cats/forMain.cats&quot; /> </collection>
  • 7. ATOM - Workspace <workspace> <atom:title>Main Site</atom:title> <collection href=&quot;http://example.org/blog/main&quot; > <atom:title>My Blog Entries</atom:title> <categories href=&quot;http://example.com/cats/forMain.cats&quot; /> </collection> <collection href=&quot;http://example.org/blog/pic&quot; > <atom:title>Pictures</atom:title> <accept>image/png</accept> <accept>image/jpeg</accept> <accept>image/gif</accept> </collection> </workspace>
  • 8. ATOM - Services <?xml version=&quot;1.0&quot; encoding='utf-8'?> <service xmlns=&quot;http://www.w3.org/2007/app&quot; xmlns:atom=&quot;http://www.w3.org/2005/Atom&quot;> <workspace> <atom:title>Main Site</atom:title> <collection href=&quot;http://example.org/blog/main&quot; > <atom:title>My Blog Entries</atom:title> <categories href=&quot;http://example.com/cats/forMain.cats&quot; /> </collection> <collection href=&quot;http://example.org/blog/pic&quot; > <atom:title>Pictures</atom:title> <accept>image/png</accept> <accept>image/jpeg</accept> <accept>image/gif</accept> </collection> </workspace> </service>
  • 9. CMIS – Repository Info <?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?> < service xmlns =&quot;http://www.w3.org/2007/app&quot; xmlns:atom =&quot;http://www.w3.org/2005/Atom&quot; xmlns:cmis =&quot;http://www.cmis.org/2008/05&quot; xmlns:alf =&quot;http://www.alfresco.org&quot;> < workspace cmis:repositoryRelationship=&quot;self&quot;> <atom:title>Main Repository</atom:title> <cmis:repositoryInfo> <cmis:repositoryId>9920fa2a-7a3c-4161-a108-0bd4172ff898</cmis:repositoryId> <cmis:repositoryName>Main Repository</cmis:repositoryName> <cmis:capabilities> <cmis:capabilityUnfiling>false</cmis:capabilityUnfiling> <cmis:capabilityQuery>both</cmis:capabilityQuery> </cmis:capabilities> </cmis:repositoryInfo> < collection href=&quot;http://localhost:8080/alfresco/service/api/path/workspace/SpacesStore/Company%20Home/children&quot; cmis:collectionType=&quot;root-children&quot;> <atom:title>root collection</atom:title> </collection> </workspace> </service>
  • 10. CMIS – Get Children <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <feed xmlns=&quot;http://www.w3.org/2005/Atom&quot; xmlns:app=&quot;http://www.w3.org/2007/app&quot; xmlns:cmis=&quot;http://www.cmis.org/2008/05&quot; xmlns:alf=&quot;http://www.alfresco.org&quot; xmlns:opensearch=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;> <id>urn:uuid:4c7c569d-49a5-4d95-9315-5ac38687819a-children</id> <link rel=&quot;last&quot; href=&quot;.../children?pageNo=1&amp;pageSize=0&amp;guest=&amp;format=atomfeed&quot; /> <title>Email Templates Children</title> <entry> <content type=&quot;text/plain&quot; src=&quot;.../ccd2ca82-a8fb-4fb7-9575-d28667acd032/content.notify_user_email.ftl&quot;/> <link rel=&quot;cmis-allversions&quot; href=&quot;.../ccd2ca82-a8fb-4fb7-9575-d28667acd032/versions&quot;/> <summary>Email template for notifying users from a rule or action</summary> <title>notify_user_email.ftl</title> <cmis:object> <cmis:properties> <cmis:propertyString cmis:name=&quot;ObjectTypeId&quot;><cmis:value>document</cmis:value></cmis:propertyString> <cmis:propertyInteger cmis:name=&quot;ContentStreamLength&quot;><cmis:value>553</cmis:value></cmis:propertyInteger> </cmis:properties> </cmis:object> <cmis:terminator/> <alf:icon>http://localhost:8080/alfresco/images/filetypes/ftl.gif</alf:icon> </entry> <cmis:hasMoreItems>false</cmis:hasMoreItems> <opensearch:totalResults>3</opensearch:totalResults> <opensearch:startIndex>0</opensearch:startIndex> <opensearch:itemsPerPage>0</opensearch:itemsPerPage> </feed>
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.