引数名
|
説明
|
例
|
typeOfObjectToDelete
|
削除するオブジェクトのタイプ
|
BusinessRuleBusinessRuleSet BusinessRuleLink
|
キー
|
削除するオブジェクトの一意キー
|
CHECKOUT_RULE CHANGEABLE_PRE_RELEASE
|
containerPath
|
オブジェクトのコンテキストパス
|
/wt.inf.container.OrgContainer=PTC/wt.pdmlink.PDMLinkProduct=GOLF_CART
|
|
コンテキストパスにはスペースが含まれる場合があるため、削除するオブジェクトの引数は引用符で囲む必要があります。
|
ビジネス規則の削除
|
windchill wt.businessRules.DeleteBusinessRuleObjects
"BusinessRule:keyToDelete:/wt.inf.container.OrgContainer=Org Name/wt.pdmlink.PDMLinkProduct=Product Name" |
2 つのビジネス規則セットの削除
|
windchill wt.businessRules.DeleteBusinessRuleObjects
"BusinessRuleSet:keyToDelete:/wt.inf.container.OrgContainer= Org Name/wt.pdmlink.PDMLinkProduct=Product Name" "BusinessRuleSet:anotherKey:/wt.inf.container.OrgContainer= Org Name/wt.pdmlink.PDMLinkProduct=Product Name" |
ビジネス規則リンクの削除
|
windchill wt.businessRules.DeleteBusinessRuleObjects
"BusinessRuleLink:businessRuleSetKey:/wt.inf.container. OrgContainer=Org Name/wt.pdmlink.PDMLinkProduct=Product Name:businessRuleKey:/wt.inf.container.OrgContainer=Org Name/wt.pdmlink.PDMLinkProduct=Product Name" |