The getPlaceTypes action retrieves specified attributes from all PlaceTypes on a server. The "standard" PlaceType is h_StdPlaceType.
Syntax
<?xml version="1.0"?>
<service>
<server action="getPlaceTypes"><hostname>www.acme.com</hostname>
</server>
</service>
or
<service>
<server action="getPlaceTypes" local="true">
</server>
</service>
Supported attributes
The getPlaceTypes action supports the following attributes in the results:
id
Unique ID to identify the PlaceType. This value is guaranteed to be unique.
Supported elements
The getPlaceTypes action supports the following elements in the results:
<name>
Specifies the name of the PlaceType.
<description>
Provides a description of the PlaceType. This value is set in the IBM Lotus Quickr UI. It is displayed during the creation of a place.
<addition_information_url>
Provides an addition information url. This value is set in the Lotus Quickr UI. It is displayed during the creation of a place.
Results
PlaceTypes are listed by server name. The following example demonstrates the results of the getPlaceTypes action:
<?xml version="1.0"?>
<service>
<server local="true">
<placetypes>
<placetype id="8912471890219238">
<name>ACMETeamPlacetype</name>
<description>The ACME Team's Placetype</description>
<additional_information_url>
http://www.acme.com/acmeteaminfo
</additional_information_url>
</placetype>
<placetype>
......
</placetype>
</placetypes>
</server>
</service>
Return to the
Java API overview and index.