> Why doesn't saveDocument also take a ProfileLocator? In
> order to write
> the document to a database or to LDAP, user information is
> needed. Am I
> missing something obvious here?
You get a document with:
doc = getDocument (
or create it with
doc = createDocument(
and then you store the document with
saveDocument(doc)
> -----Original Message-----
> From: McClelland, Mark [mailto:Mark.McClelland@divine.com]
> Sent: Tuesday, August 14, 2001 8:54 AM
> To: jetspeed-dev@jakarta.apache.org
> Subject: RE: Change to PSMLManagerService interface
>
>
> > There aren't a lot of methods left after we complete the
> deprecation:
> >
> > public PSMLDocument getDocument( ProfileLocator locator );
> > public boolean saveDocument(PSMLDocument doc);
> > public PSMLDocument createDocument( ProfileLocator locator );
> > public Iterator list( ProfileLocator locator );
>
> Why doesn't saveDocument also take a ProfileLocator? In
> order to write
> the document to a database or to LDAP, user information is
> needed. Am I
> missing something obvious here?
>
> -mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>
>
|