Package com.ptc.windchill.esi.tgt
Interface ESITargetInfoFinder
public interface ESITargetInfoFinder
Interface for implementations that find distribution target information.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the <Destination> element that gets sent with the ESI response for the input distribution target.getPlantName(ESITarget tgt) Returns the plant name for the input distribution target.
-
Method Details
-
getDestinationId
Returns the value of the <Destination> element that gets sent with the ESI response for the input distribution target. A definition for this method needs to be provided by the implementing class and will be invoked for ERP Connector and custom type distribution targets.
Supported API: true- Parameters:
tgt- - Input distribution target for which to fetch the <Destination> value.- Returns:
- - Value of the <Destination> element.
- Throws:
ESIException
-
getPlantName
Returns the plant name for the input distribution target. A definition for this method needs to be provided by the implementing class and will be invoked for ERP Connector and custom type distribution targets.
Supported API: true- Parameters:
tgt- - Input distribution target for which to fetch the plant name.- Returns:
- - The plant name.
- Throws:
ESIException
-