Re: CMIS UCP getPropertyValues

2013-06-05 Thread Jürgen Schmidt
On 6/4/13 6:32 PM, Rajath Shashidhara wrote: Hello Juergen, I have tested the getPropertyValues command. It works pretty nicely. Please send me some pointers about my code so that I can improve. I will take a look in your code asap but currently I am also busy with the release. Please

Re: CMIS UCP getPropertyValues

2013-06-05 Thread Rajath Shashidhara
Ok.. I'll do it. As of now, I am not very clear about the project plan because I'm not sure how much time each module will take. I'll doucment about where to find my code and milestones. On Wed, Jun 5, 2013 at 12:53 PM, Jürgen Schmidt jogischm...@gmail.comwrote: On 6/4/13 6:32 PM, Rajath

Re: CMIS UCP getPropertyValues

2013-06-05 Thread Jürgen Schmidt
On 6/5/13 9:54 AM, Rajath Shashidhara wrote: Ok.. I'll do it. As of now, I am not very clear about the project plan because I'm not sure how much time each module will take. I'll doucment about where to find my code and milestones. we can adapt the plan accordingly when we get a clear picture

Re: CMIS UCP getPropertyValues

2013-06-05 Thread Rajath Shashidhara
Ok. I'll document the milestones. On Wed, Jun 5, 2013 at 1:35 PM, Jürgen Schmidt jogischm...@gmail.comwrote: On 6/5/13 9:54 AM, Rajath Shashidhara wrote: Ok.. I'll do it. As of now, I am not very clear about the project plan because I'm not sure how much time each module will take. I'll

Re: CMIS UCP getPropertyValues

2013-06-05 Thread Rajath Shashidhara
Hello, Is there any enumeration for different modes for OpenCommandArgument2 in open command implementation? Or is the mode implementation specific? On Wed, Jun 5, 2013 at 7:35 PM, Jürgen Schmidt jogischm...@gmail.comwrote: On 6/5/13 10:07 AM, Rajath Shashidhara wrote: Ok. I'll document the

CMIS UCP getPropertyValues

2013-06-04 Thread Rajath Shashidhara
Hello, I have successfully completed the implementation of getPropertyValues ucb command for cmis ucp. My ContentProvider repo: https://github.com/rajaths589/CMISContentProvider.git I wrote a client application to test my ucp: https://github.com/rajaths589/CMISContentProviderTest.git What is

Re: CMIS UCP getPropertyValues

2013-06-04 Thread Jürgen Schmidt
On 6/4/13 10:01 AM, Rajath Shashidhara wrote: Hello, I have successfully completed the implementation of getPropertyValues ucb command for cmis ucp. My ContentProvider repo: https://github.com/rajaths589/CMISContentProvider.git I wrote a client application to test my ucp:

Re: CMIS UCP getPropertyValues

2013-06-04 Thread Rajath Shashidhara
Hello Juergen, I think i'll have to more debugging. I'm facing some errors. I'll continue once I complete it. On Tue, Jun 4, 2013 at 1:50 PM, Jürgen Schmidt jogischm...@gmail.comwrote: On 6/4/13 10:01 AM, Rajath Shashidhara wrote: Hello, I have successfully completed the implementation

Re: CMIS UCP getPropertyValues

2013-06-04 Thread Rajath Shashidhara
Is this the right way to convert an any object to properties array: pRequest = (Property[]) AnyConverter.toArray(arg0.Argument); ? because I need to convert the any object to sequenceProperty . On Tue, Jun 4, 2013 at 2:23 PM, Rajath Shashidhara rajaths.raja...@gmail.com wrote: Hello Juergen,

Re: CMIS UCP getPropertyValues

2013-06-04 Thread Rajath Shashidhara
Hello Juergen, I have tested the getPropertyValues command. It works pretty nicely. Please send me some pointers about my code so that I can improve. On Tue, Jun 4, 2013 at 3:35 PM, Rajath Shashidhara rajaths.raja...@gmail.com wrote: Is this the right way to convert an any object to