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

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 Infrastructureguest517f2f
 
Windows Azure - Automating app lifecycle
Windows Azure - Automating app lifecycleWindows Azure - Automating app lifecycle
Windows Azure - Automating app lifecycleSriram Krishnan
 
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 InfrastructurePamela Fox
 
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 Infrastructureguest517f2f
 
GTAC: AtomPub, testing your server implementation
GTAC: AtomPub, testing your server implementationGTAC: AtomPub, testing your server implementation
GTAC: AtomPub, testing your server implementationDavid Calavera
 
HTML5 Overview
HTML5 OverviewHTML5 Overview
HTML5 Overviewreybango
 
Kurzeinführung: Atom Publishing Protocol
Kurzeinführung: Atom Publishing ProtocolKurzeinführung: Atom Publishing Protocol
Kurzeinführung: Atom Publishing ProtocolDirk Haun
 
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 configurationJavaEE Trainers
 
Local seo
Local seoLocal seo
Local seotens
 
Expanding a tree node
Expanding a tree nodeExpanding a tree node
Expanding a tree nodeHemakumar.S
 
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 Alfresco Software
 

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

Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
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 challengesrafiqahmad00786416
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
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...DianaGray10
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 

Último (20)

Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
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
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
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...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 

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.