與其他應用程式整合 > 整合的軟體管理 > 《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