Community

Description

Represents a community in a Rational Asset Manager repository

Parameters

Attribute Description Required
server The ID of the server that connects to Rational Asset Manager Yes, unless it is nested within an element that specified a server.
name The name of the community Yes, unless it is included in a character section within this element.

Parameters specified as nested elements

description

Specifies the description of the community. This attribute is used only if it is nested within a create task.

name

Specifies the name of the community. This attribute is used only if it is nested within a create task.

Examples

Submit an asset in the Software Development community

<submit server="ramServer">
   <asset>
      <name>My Asset</name>
      <version>1.0</version>
      <community>Software Development</community>
      <assetType>Component</assetType>
      <shortDescription>This is my asset!</shortDescription>
   </asset>
</submit>

Get the Software Development community from a Rational Asset Manager repository

<community server="ramServer" name="Software Development" />