Class ChangeTaskAttributePopulator
java.lang.Object
com.ptc.core.components.forms.DefaultAttributePopulator
com.ptc.windchill.enterprise.change2.forms.populators.ChangeObjectAttributePopulator
com.ptc.windchill.enterprise.change2.forms.populators.ChangeTaskAttributePopulator
- All Implemented Interfaces:
com.ptc.core.components.forms.AttributePopulator,Externalizable,Serializable
public class ChangeTaskAttributePopulator
extends com.ptc.windchill.enterprise.change2.forms.populators.ChangeObjectAttributePopulator
Prepopulate the TypeInstance of the Change Task based on the launching change
notice. If the launching point object is not a default change task, this
method will return the unmodified TypeInstance.
The following fields will be propagated:
Supported API: true
Extendable: true
The following fields will be propagated:
- Name
- Description
- Need Date
getAttributeList() and
processAttribute() methods should be overloaded and provided
with the additional implementation.
Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from class com.ptc.core.components.forms.DefaultAttributePopulator
EXTERNALIZATION_VERSION_UID -
Constructor Summary
ConstructorsConstructorDescriptionPopulating attribute list of the change task attributes that will be populated with change notice attribute values. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttributeList(List<String> atts) Set the attribute list to process.Methods inherited from class com.ptc.windchill.enterprise.change2.forms.populators.ChangeObjectAttributePopulator
getContainerRef, getFolderFromLaunchContext, getSystemCabinet, getTemplateAttributeValue, isValidContainer, prePopulateAttributeDisplayValues, propagateAttributesFromObject, propagateTemplateAttributes, renderHTMLContent, setAttribute, setAttributeMethods inherited from class com.ptc.core.components.forms.DefaultAttributePopulator
attemptToSetAttrValueFromFormData, getAllValueChangedAttributes, getAttrValueFromFormData, getContainerRef, isContainerOverridable, readExternal, setAttributeState, setAttributeValues, writeExternal
-
Constructor Details
-
ChangeTaskAttributePopulator
public ChangeTaskAttributePopulator()Populating attribute list of the change task attributes that will be populated with change notice attribute values.
Supported API: true
-
-
Method Details
-
setAttributeList
Set the attribute list to process.
Supported API: true- Parameters:
atts- The attribute list to process
-