Beispielcode
Aktualisierte Objektinitialisierungsregeln (OIR) in der Datei ChangeMgmtInitRules.xml:
|
Änderungsnachricht- oder Aufgabenvorlage
|
Reguläre Änderungsnachricht oder Aufgabe
|
Lebenszyklusvorlage
|
Einfach
|
Änderungsnachricht-Lebenszyklus
|
Nummer
|
10-stellige Zahl
|
5-stellige Zahl
|
<!-- 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>
Verwendungsbeispiele im Windchill Code
• <Windchill>/loadFiles/pdmlink/ChangeMgmtInitRules.xml