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:
  • Name
  • Description
  • Need Date
If additional fields are desired, the getAttributeList() and processAttribute() methods should be overloaded and provided with the additional implementation.

Supported API: true

Extendable: true
See Also:
  • 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

      public void setAttributeList(List<String> atts)
      Set the attribute list to process.

      Supported API: true
      Parameters:
      atts - The attribute list to process