com.ptc.windchill.esi.esipart
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 Summary |
ESIAlternatePart()
Declare a default constructor so static methods newInstance() can
be called. |
ESIAlternatePart(WTPart previousPart,
WTPart currentPart)
Create an instance that is properly initialized. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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