Package com.ptc.windchill.esi.ecn
Interface ESIECNFactory
- All Known Implementing Classes:
ESIStandardECNFactory
public interface ESIECNFactory
This interface defines the methods that ECN factory classes must implement.
ECN factories auto-generate a Windchill change order when change processing is not being used in the Windchill environment, but change processing is required by the target ERP system.
Supported API: true
Extendable: false
ECN factories auto-generate a Windchill change order when change processing is not being used in the Windchill environment, but change processing is required by the target ERP system.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptioncreateChangeOrder(Changeable2 item) Wrap the given changeable in a change order.
-
Method Details
-
createChangeOrder
Wrap the given changeable in a change order.
Supported API: true- Parameters:
item-- Returns:
- WTChangeOrder2
- Throws:
ESIException
-