|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.components.forms.DefaultAttributePopulator
com.ptc.windchill.enterprise.doc.forms.CreateFromTemplateAttributePopulator
public class CreateFromTemplateAttributePopulator
Populator class for creating a document from template.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
TypeInstance |
prePopulateAttributeDisplayValues(TypeInstance ti,
NmCommandBean cb)
Prepopulates attribute values for the document created from the template. |
protected void |
setAttribute(TypeInstance ti,
AttributeIdentifier ai,
Object value)
Set the value specified against the attribute identifier in the TypeInstance. |
protected void |
setNewAttribute(TypeInstance ti,
AttributeIdentifier ai,
Object value)
Set the value specified against the attribute identifier in the TypeInstance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public TypeInstance prePopulateAttributeDisplayValues(TypeInstance ti,
NmCommandBean cb)
prePopulateAttributeDisplayValues in class com.ptc.core.components.forms.DefaultAttributePopulatorti - - type instancecb - - command bean.
protected void setNewAttribute(TypeInstance ti,
AttributeIdentifier ai,
Object value)
throws WTException
State.NEW.
ti - The type instance.ai - The attribute to set in the type instancevalue - The value to set for the attribute in the type instance.
WTException
protected void setAttribute(TypeInstance ti,
AttributeIdentifier ai,
Object value)
throws WTException
State.DEFAULT.
ti - The type instance.ai - The attribute to set in the type instancevalue - The value to set for the attribute in the type instance.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||