Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Rajath Shashidhara
Hello Juergen, Thank you for your previous mail. If I create a CMIS UCP for OpenOffice: What are the functions it is expected to have? As in open/close/modify are the basic functions it is supposed to have. But, modify to what extent? My questions might be too basic. Sorry. I would like to

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Rob Weir
On Wed, May 1, 2013 at 7:23 AM, Rajath Shashidhara rajaths.raja...@gmail.com wrote: Hello Juergen, Thank you for your previous mail. If I create a CMIS UCP for OpenOffice: What are the functions it is expected to have? As in open/close/modify are the basic functions it is supposed to have.

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Ariel Constenla-Haile
Hi Rajath, On Wed, May 01, 2013 at 04:53:49PM +0530, Rajath Shashidhara wrote: Hello Juergen, Thank you for your previous mail. If I create a CMIS UCP for OpenOffice: What are the functions it is expected to have? You have to design a UNO component that provides an implementation of a

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Rajath Shashidhara
Hi Ariel, Thanks. As far as I have understood: A CMIS is a repository to store files and folders. I have to make a UCP which integrates into the existing UCB that provides editing access to files stored in the the CMIS repository by implementing XContentProvider interface. The things that I have

RE: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Dennis E. Hamilton
Content Provider (UCP) for Apache OpenOffice Hi Ariel, Thanks. As far as I have understood: A CMIS is a repository to store files and folders. I have to make a UCP which integrates into the existing UCB that provides editing access to files stored in the the CMIS repository by implementing

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Rajath Shashidhara
08:35 To: dev Subject: Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice Hi Ariel, Thanks. As far as I have understood: A CMIS is a repository to store files and folders. I have to make a UCP which integrates into the existing UCB that provides editing access to files

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Ariel Constenla-Haile
Hi Rajath, On Wed, May 01, 2013 at 09:04:55PM +0530, Rajath Shashidhara wrote: Hi Ariel, Thanks. As far as I have understood: A CMIS is a repository to store files and folders. I have to make a UCP which integrates into the existing UCB that provides editing access to files stored in

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Rajath Shashidhara
Hello Ariel, So if a document of unsupported type is selected for editing, The UCB will automatically reject it / display an error message. I don't have to do the filtering then? On Thu, May 2, 2013 at 3:03 AM, Ariel Constenla-Haile arie...@apache.orgwrote: Hi Rajath, On Wed, May 01, 2013

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Ariel Constenla-Haile
On Thu, May 02, 2013 at 03:25:54AM +0530, Rajath Shashidhara wrote: Hello Ariel, So if a document of unsupported type is selected for editing, The UCB will automatically reject it / display an error message. It's not the UCB, but a higher layer, that we usually call the application

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Rajath Shashidhara
Hello, I found some information on: http://www.openoffice.org/ucb/ I'll go through this. On Thu, May 2, 2013 at 9:46 AM, Rajath Shashidhara rajaths.raja...@gmail.com wrote: Hello Ariel, Thanks. UCP is not a user-level application. My concept about UCP was not clear. I'll find out more

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-05-01 Thread Jürgen Schmidt
there. - Dennis -Original Message- From: Rajath Shashidhara [mailto:rajaths.raja...@gmail.com] Sent: Wednesday, May 01, 2013 08:35 To: dev Subject: Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice Hi Ariel, Thanks. As far as I have understood: A CMIS

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-04-30 Thread Juergen Schmidt
Hi Rajath, the UCB (universal content broker) defines an API to access files in whatever file system, file storage etc. For each file store/system a UCP (universal content provider) has to be implemented that implements the UCP API. A UCP defines a special URL schema that triggers in the end

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-04-30 Thread Rob Weir
On Tue, Apr 30, 2013 at 2:12 AM, Juergen Schmidt jogischm...@gmail.com wrote: Hi Rajath, the UCB (universal content broker) defines an API to access files in whatever file system, file storage etc. For each file store/system a UCP (universal content provider) has to be implemented that

Re: CMIS Universal Content Provider (UCP) for Apache OpenOffice

2013-04-29 Thread Rajath Shashidhara
Hello Juergen, What are the things that must be implemented in the new ucp using apache chemistry cmis? On Tue, Apr 30, 2013 at 11:16 AM, Rajath Shashidhara rajaths.raja...@gmail.com wrote: Hello Juergen, I was suggested to look upon this idea by ariel because there are no mentors