Create

Description

Creates objects, such as communities and asset types, in a Rational Asset Manager repository

Parameters

Attribute Description Required
failOnError If false, the build continues execution when an error occurs. Otherwise, the build fails. No. Default is true.
server The ID of the server that connects to Rational Asset Manager Yes

Parameters specified as nested elements

assetType

You can specify individual asset types to be created.

attribute

You can specify individual attributes to be created.

community

You can specify individual communities to be created.

relationshipType

You can specify individual relationship types to be created.

Example

Create a community

<create server="ramServer">
   <community>
      <name>My Community</name>
   </community>
</create>