高度なカスタマイズ > ビジネスロジックのカスタマイズ > 変更管理のカスタマイズ > テンプレート初期化規則の変更 > サンプルコード
  
サンプルコード
ファイル ChangeMgmtInitRules.xml 内の更新されたオブジェクト初期化規則 (OIR):
変更通知またはタスクテンプレート
通常の変更通知またはタスク
ライフサイクルテンプレート
Basic
Change Notice Life Cycle
番号
10 桁の番号
5 桁の番号
<!-- set the lifecycle -->
<AttrValue id="lifeCycle.id" algorithm="com.ptc.core.foundation.lifecycle.server.impl.LifeCycleTemplateAttributeAlgorithm">
<!-- if (template.templated) -->
<Value algorithm="wt.rule.algorithm.BooleanBranch">
<!-- test this value -->
<Attr id="template.templated"/>
<!-- if true -->
<Arg>Basic</Arg>
<!-- if false -->
<Arg>Change Notice Life Cycle</Arg>
</Value>
</AttrValue>
<!-- set the number to a generated number -->
<AttrValue id="number" algorithm="com.ptc.windchill.enterprise.revisionControlled.server.impl.NumberGenerator">
<!-- if (template.templated) -->
<Value algorithm="wt.rule.algorithm.BooleanBranch">
<!-- test this value -->
<Attr id="template.templated"/>
<!-- if true -->
<Arg>{GEN:wt.enterprise.SequenceGenerator:WTCHANGEORDERID_seq:10:0} </Arg>
<!-- if false -->
<Arg>{GEN:wt.enterprise.SequenceGenerator:WTCHANGEORDERID_seq:5:0} </Arg>
</Value>
</AttrValue>
Windchill コードでの使用例
<Windchill>/loadFiles/pdmlink/ChangeMgmtInitRules.xml