Timothy.gabes
Timothy.gabes

Reputation: 1

Aspect's properties extractor - Alfresco

I am new to alfresco, I want to create a program that is capable of extracting a custom aspect's properties metadata, I've found people talking about Alfresco opencmis extension but i didn't know how to use it, is there any tutorial i can follow?

Upvotes: 0

Views: 205

Answers (1)

Jeff Potts
Jeff Potts

Reputation: 10538

You should not need the opencmis extension if you are using a reasonably new release of Alfresco and the CMIS version 1.1 binding. All you need is a CMIS client for your favorite language.

You can take a look at this project for Alfresco Public API examples, keeping in mind that what you want is the on-prem use case, not the cloud use case.

This page also has good resources: https://www.alfresco.com/cmis

Upvotes: 2

Related Questions