ObjectRepositoryUtil Object
AddObject | Adds the specified object to the object repository under the specified parent object. |
Convert | Converts the specified object repository file (version 8.2.1 or earlier) to the current format. |
CopyObject | Creates a copy of the specified object in the object repository. |
ExportToXML | Exports the specified object repository to the specified XML file. |
GetAllObjects | Retrieves all objects under the specified parent object. |
GetAllObjectsByClass | Retrieves all objects of the specified class under the specified parent object. |
GetChildren | Retrieves all direct children of the specified parent object. |
GetChildrenByClass | Retrieves all direct children of the specified class under a specified parent. |
GetLogicalName | Retrieves the name of the specified object. |
GetObject | Retrieves the object according to the specified path. |
GetObjectByParent | Retrieves the object according to the specified parent object and object name. |
ImportFromXML | Imports the specified XML file to the specified object repository. |
Load | Loads the specified object repository file. |
RemoveObject | Removes the specified object from the object repository. |
RenameObject | Renames the specified object in the object repository. |
Save | Saves any changes made while running an object repository automation script. |
UpdateObject | Updates the object repository with any changes made to the specified object. |