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


Method Summary
 WTChangeOrder2 createChangeOrder(Changeable2 item)
          Wrap the given changeable in a change order.
 

Method Detail

createChangeOrder

public WTChangeOrder2 createChangeOrder(Changeable2 item)
                                 throws ESIException
Wrap the given changeable in a change order.

Supported API: true

Parameters:
item -
Returns:
WTChangeOrder2
Throws:
ESIException