[OGo-XML-RPC] Determining object type from id
Adam Tauno Williams
xmlrpc@opengroupware.org
Sat, 05 Aug 2006 14:14:52 -0400
On Mon, 2006-03-13 at 08:06 -0500, Adam Tauno Williams wrote:
> > > - which is good. But is there a mechanism for determining what
> > > type of
> > > object (appointment, contact, enterprise, etc...) that
> > > "skyrix://.../669160" is?
> > This can be done using LSTypeManager in LSFoundation. But apparently
> > its operations are not exposed in XML-RPC ...
> Grrr
> > bug report? ;-)
> http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1708
To anyone interested, a patch that adds a generic.GetTypeById(objectId)
method has been attached to this bug.