1 / 33

CMIS + Documentum Web Services

CMIS + Documentum Web Services. Integrations, Extensions and Mash-Ups... But Which Should You Use When? Ameet Jani 12.11.2009. Goal for Today.

reynaldoc
Télécharger la présentation

CMIS + Documentum Web Services

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CMIS + Documentum Web Services Integrations, Extensions and Mash-Ups... But Which Should You Use When? Ameet Jani 12.11.2009

  2. Goal for Today See how Documentum’s web services pulls together CMIS for standards based interoperability and integrations, DFS for building and extending your client applications, and RESTful services for Rich Internet Application mash-ups.

  3. Overview • Web Service • Technical Detail of each service • Roadmap • Examples • Ideal use case

  4. About your Presenters AMEET JANI Principal Product Manager The son of Zeus and Hera. He is also the product manager for Web Services at Documentum, including DFS and CMIS services; He has been with EMC since 2007.

  5. DOCUMENTUMRESTful SERVICES DOCUMENTUMFOUNDATIONSERVICES CMIS Enterprise Content Services Overview DOCUMENTUM WEB SERVICES • Interoperability standard for ECM • Allows for basic operations on content • Documentum’s existing Web Services API • Rich set of functionality • REST based services • Exposes functionality as Resources

  6. Centerstage Media Workspace Custom C# App FILE STORE RDBMS FULL TEXT XML STORE Services Architecture DOCUMENTUM PLATFORM Documentum Foundation Services & CMIS Documentum Foundation Classes Content Server

  7. DOCUMENTUMRESTful SERVICES DOCUMENTUMFOUNDATIONSERVICES CMIS Enterprise Content Services Overview DOCUMENTUM WEB SERVICES • Interoperability standard for ECM • Allows for basic operations on content • SOAP/WSDL based • Provides out of the box services to quickly build applications • REST based services • Exposes functionality as Resources

  8. Documentum Foundation Services Exposing Documentum Functionality as Services: • Exposes APIs as Web Services • Content Services delivered first • Deconstruct functionality and re-aggregate APIs at higher level • Standards-based interface • Greatly shortens time to develop • Easily content-enable applications Documentum Foundation Services • Schema Service Data Dictionary Support • Object Servicecreate, update, delete, copy, move,etc. • Version Control Servicecheckin, checkout, cancelCheckout, etc • Query Service • Search Service supports multiple repositories • Workflow Service startProcess, getProcessInfo, etc

  9. Full Documentum Functionality • Access Control Service create, update, delete, get ACL • Lifecycle Service attach, detach, execute, getLifecycle • Virtual Document Service create, retrieve, addChildren, etc. • Query Store Service saveQuery, loadSavedQuery, etc. • Task Management Service start, stop, release, suspend, etc. • Comment Service create, enum, markRead, markUnread, etc. • Analytics Serviceanalyze • Content Delivery Service publish, ingest, etc • Profile Service (CTS) add, get, remove, update, etc. • Transformation Service transformJob, addJob, deleteJob, etc. • Policy Service apply, remove, getAppliedPolicies, etc. • Electronic Signature Service add, verify • ERP Integration Services executeAction, executeAgent, etc. • Formal Record Service createFormalRecord, declare, etc.

  10. DFS Technology Documentum Foundation Services are SOAP-based services { DataObject(folderIdentity, "dm_folder"); PropertySet properties = new PropertySet(); String folderName = "aTestFolder“; properties.set("object_name", folderName); dataObject.setProperties(properties); DataPackage dataPackage = new DataPackage(dataObject); return objectService.create(dataPackage, operationOptions); }

  11. What’s Next for DFS? • Short-term • Administration services • Collaboration services • Search services • XML services • BPM services • Long-term • “xCP services” • Business services • Easy composition of services

  12. Ideal DFS Usage Characteristics • Documentum Foundation Services are ideal for • System to System integration • Strongly typed languages • Applications that need an explicit contract • WSDL, policies, security • Example Applications • Business Process Management

  13. DOCUMENTUMRESTful SERVICES DOCUMENTUMFOUNDATIONSERVICES CMIS Enterprise Content Services Overview DOCUMENTUM WEB SERVICES • Interoperability standard for ECM • Allows for basic operations on content • SOAP/WSDL based • Provides out of the box services to quickly build applications • REST based services • Exposes functionality as Resources

  14. Documentum RESTful Services • It is a new RESTful HTTP interface to Documentum • The Documentum REST API builds on the DFS conceptual model and semantics • It supports XML and JSON resource representation • Any Language with HTTP and XML or JSON capability could consume the REST API

  15. RESTful Service Example Top resource is Repositories http://server/resources/core/repositories.xml <core:representation> <core:repository href="http://server/resources/core/repositories/TaskSpace.xml"> <core:name>TaskSpace</core:name> <core:repositoryType>managed</core:repositoryType> <core:uri> http://server/resources/core/repositories/TaskSpace.xml </core:uri> <core:objects href="http://server/resources/core/repositories/TaskSpace/objects.xml"/> <core:folders href="http://server/resources/core/repositories/TaskSpace/folders.xml"/> <core:queries href="http://server/resources/core/repositories/TaskSpace/queries.xml"/> <core:types href="http://server/resources/core/repositories/TaskSpace/types.xml"/> </core:repository> </core:representation>

  16. Documentum RESTful Services Core Resources Objects Repositories Folders Folder Repository Queries Query Versions Types Type Object RelationshipTypes relationshipType Formats Format Relationships Users User Relationship Groups Group Content Checkedout

  17. RESTful copies the Internet Linking Model Internet action follows concept of “linking” Bank Account Balance History

  18. Documentum RESTful Services • Today: • “Core” RESTful resources available on Early Access community on EMC Community • Basic Content Management functionality • Tomorrow: • Customer feedback to update services • More product functionality exposed as RESTful services • xCP • BPM • Important note: Goal is not parity between DFS and REST. Often, these services serve very different purposes

  19. Ideal RESTful Usage Characteristics • RESTful Services are ideal for • System to Application integration • Dynamic Languages • Applications that can discover next resource • Example Applications • Mobile Clients

  20. DOCUMENTUMRESTful SERVICES DOCUMENTUMFOUNDATIONSERVICES CMIS Enterprise Content Services Overview DOCUMENTUM WEB SERVICES • Interoperability standard for ECM • Allows for basic operations on content • SOAP/WSDL based • Provides out of the box services to quickly build applications • REST based services • Exposes functionality as Resources

  21. Tech Pubs Engineering Sales Content Management Interoperability Standard • Web services standard for exchanging content with multiple Enterprise Content Management (ECM) systems • Oasis standard • currently v0.9 spec • EMC, IBM, Microsoft founding members • OpenText, Alfresco, SAP, Oracle, etc invited to join

  22. CMIS Value • CMIS functionality includes: • Create, Read, Update and Delete • Security • CMIS includes both a SOAP and REST interface for developers

  23. Ideal CMIS Usage Characteristics CMIS Interoperability

  24. Documentum Services and CMIS • DFS: • Rich security model • ACLs • Workflows of content stored in Documentum • Collaboration Services • XML • Full Text Search • Compliance • Interactive MediaERP • CMIS • Basic object svcs • Read, write • Basic security model

  25. Application + ECM Integration Multi-Repository Build Once, Use Often Migration Four Main Use Cases of CMIS

  26. Multi-Repository Four Main Use Cases of CMIS • Typical User: Corporate IT • An organization that has multiple types of repositories • Acquisitions, homegrown ECMs, intra-departmental • Some content stored in multiple places, need to consolidate into one place

  27. Application + ECM Integration Four Main Use Cases of CMIS • Typical User: Application Developer • Combine Content with Business Data • Example: • Combine Invoice number stored in SAP ERP system with invoice stored in ECM

  28. Build Once, Use Often Four Main Use Cases of CMIS • Typical User: System Integrations (e.g. Capgemini) • System Integrator builds ECM Solution they want to reuse at many customers, regardless of customer ECM choice

  29. Migration Four Main Use Cases of CMIS • Typical User: Documentum Administrator • Need to migrate content from multiple ECM systems into one • Any CMIS supported vendor can read content from another CMIS vendor into their local ECM system

  30. Documentum usage of CMIS Virtual Content Management uses CMIS to find content in other repositories and put retention rules through Documentum DOCUMENTUM CLIENT Documentum acts as a “master” repository – a centralized view of all content DCTM CMIS Adapter Content continues to be stored in local CMIS - supported repositories

  31. SOAP REST CMIS Summary Documentum web services layer • SOAP • Server based applications • WSDL is an explicit contract • Such as messages, operations, bindings, and location of the web service. • Not restricted to HTTP protocol (applicable for Java/ .NET) • Documentum REST API • Client application (Requires less client-side software to be written) • Simple CRUD type of application • No resource discovery mechanism required (hyperlinks in resources) • CMIS • CMIS is about interoperability • Content collaboration / aggregation; BCS Basic content services (CRUD+ Query) • ISV applications that plug into multiple repositories

  32. Get Active in the EMC CMA Communities WHY? Collaborate and share best practices Network with other innovators across the globe, 24/7 Help shape the direction of EMC products Join Now!! community.EMC.com/go/Documentum community.EMC.com/go/SourceOne developer.EMC.com/Documentum developer.EMC.com/XMLtech

  33. Thank you

More Related