<!ELEMENT add-item (set-property*)>

Parent: <gsa-template>, <transaction>, <<import-items>>

Attributes

Attribute

Description

item-descriptor

The name of the item descriptor to use when adding items to the repository (required)

id

The RepositoryId to use for the added item. The value must be unique among all items.

repository

The Nucleus address of the repository where the item is to be added, optional if the item is added to the base repository specified in the startSQLRepository command.

on-commit

Boolean. If set to true, indicates to add the item only after the transaction is committed.

skip-add

Boolean. If set to true, indicates not to add the item when the transaction is committed. Use this attribute to create transient items.

tag

Use this to add a new item with a guaranteed unique RepositoryId . You can refer to this item with this tag attribute in print-item and update-item tags within the same XML file. This is useful for writing test scripts that are run over and over again on the same database, each time operating on different items.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices