Font size:
Object-Remove
Description
Removes object in specified project.
Parameters
| Attribute | Description | Required |
|---|---|---|
| depot | The project to update | Yes |
| resultproperty | Property to set with success/fail value | Yes |
| comment | Text describing purpose of update | Yes |
| passfile | File containing authentication info to server. If passfile is not specified, information from the framework.properties file is used instead. | No |
Parameters specified as nested elements
entityreference
An entityreference specifying object to remove.
Examples
Remove object with maprefUri set to http://www.opendepo.org/MyOrg#MyProj_001
<object-remove depot="MyProj"
resultproperty="result"
comment="Removed object because it was obsolete">
<entityreference maprefuri="http://www.opendepo.org/MyOrg#MyProj_001"/>
</object-remove>


