与其他应用程序集成 > 集成的软件管理 > 《PTC Windchill Integration for Software Build Tools 开发人员指南》 > 使用 Windchill Integration for Software Build Tools 命令 > UpdateObject
  
UpdateObject
UpdateObject 命令会通过查询对象更新指定对象的属性。
命令行语法
java —jar RBMWebServiceCore.jar —ServiceName UpdateObject —ContainerType —ContainerName —ObjectName [—Location] —Attribute —Revision
自变量
说明
—ContainerType
LIBRARY、PRODUCT 或 PROJECT 中的一个。
—ContainerName
容器名称。
—ObjectName
对象的名称。
—Location
指定容器中对象的位置。
—Attributes
需要更新的由分号隔开的关键值对的列表。有关用法,请参阅“示例”一节。
—Revision
对象修订版本 ID。如未指定修订版本,则使用最新小版本。
配置文件模板
<service>
<ServiceName>UpdateObject</ServiceName>
<ContainerType>...</ContainerType>
<ContainerName>...</ContainerName>
<ObjectName>...</ObjectName>
<Location>...</Location>
<Attributes>...</Attributes>
<Revision>...</Revision>
</service>
示例
要更新位于产品 GOLF_CART 容器内的 Test Folder 中的对象的版次说明和版次标签,请键入:
java —jar RBMWebServiceCore.jar —ServiceName UpdateObject —ContainerType PRODUCT —ContainerName GOLF_CART —ObjectName TestSWBld3 —Location Test Folder —Attributes BuildDescription=Testing Update Service1;BuildLabel=TestLabel1 —Revision A