Class ESIAlternatePart

java.lang.Object
com.ptc.windchill.esi.esipart.ESIAbstractPart
com.ptc.windchill.esi.esipart.ESIAlternatePart

public class ESIAlternatePart extends ESIAbstractPart
Manages the relationships for part that are alternates to the set of parts to be processed.

Supported API: true

Extendable: false
  • Constructor Details

    • ESIAlternatePart

      public ESIAlternatePart(WTPart previousPart, WTPart currentPart)
      Create an instance that is properly initialized.

      Supported API: true
      Parameters:
      previousPart - The part that is the last published iteration of the part that to be processed. May be null.
      currentPart - The part that is the current iteration to be processed.
    • ESIAlternatePart

      public ESIAlternatePart()
      Declare a default constructor so static methods newInstance() can be called.

      Supported API: true