Package wt.ixb.step
Interface STEPGeneratedIdHandler
public interface STEPGeneratedIdHandler
This interface is used to determine the methods that need to be implemented in order to handle generated ids that can
be found within the WNC EDM model.
In a non-Windchill to Windchill import scenario, certain Windchill specific values such as "ufid" on the WTPart will not be set. Because of this generated id values are added into the WNC EDM models during the EXPRESS mapping which contain information specific to the WTPart in this example. This generated id is then parsed and the information in the id can then be used to query a Windchill database in order to fetch the Windchill specific values (such as the "ufid") needed for the import to work correctly.
An example implementation of this interface can be found at STEPGeneratedIdHandlerImpl.java.
Supported API: true
Extendable: true
In a non-Windchill to Windchill import scenario, certain Windchill specific values such as "ufid" on the WTPart will not be set. Because of this generated id values are added into the WNC EDM models during the EXPRESS mapping which contain information specific to the WTPart in this example. This generated id is then parsed and the information in the id can then be used to query a Windchill database in order to fetch the Windchill specific values (such as the "ufid") needed for the import to work correctly.
An example implementation of this interface can be found at STEPGeneratedIdHandlerImpl.java.
Supported API: true
Extendable: true