Hello,

I read the wikipages about UCB and UCP(all the links in these mails), One
thing I did not understand is:
What functions are called under what situations from the UCP?
What are those functions supposed to do?

For example:
what is the function:
registerInstance() supposed to do?

What should be implemented in each of these methods?


On Sat, Jun 1, 2013 at 10:34 PM, Ariel Constenla-Haile
<arie...@apache.org>wrote:

> Hi Rajath,
>
> On Sat, Jun 01, 2013 at 09:05:34PM +0530, Rajath Shashidhara wrote:
> > Hello Ariel,
> >
> > Your code has these lines in queryContent() method:
> > System.out.printf("queryContent()\n");
> > System.out.printf("Identifier: %s\n",
> xIdentifier.getContentIdentifier());
> > System.out.printf("Scheme: \n", xIdentifier.getContentProviderScheme());
> >
> > So, when I try to open a file from CMIS repository,
> > does it mean that these print statements should be executed?
> > So, I will be able to see the print statements on the terminal when I
> start
> > openoffice from terminal?
>
> This is just for dummy debugging, you have to avoid printing to standard
> output in your final extension, use a logger instead or AOO logging API.
>
>
> Regards
> --
> Ariel Constenla-Haile
> La Plata, Argentina
>



-- 
Rajath S,
M.Sc(Hons.) Physics,
Birla Institute of Technology and Science - Pilani,
Pilani

Reply via email to