Uses of Class
wt.ixb.mapping.UfidMapping

Packages that use UfidMapping
wt.ixb.epm.handlers.forclasses   
wt.ixb.mapping   
 

Uses of UfidMapping in wt.ixb.epm.handlers.forclasses
 

Methods in wt.ixb.epm.handlers.forclasses that return UfidMapping
private  UfidMapping ExpImpForEPMSepFamilyTable.getUfidMapping(String birthUfid, String containerId)
          Returns the UfidMapping object for a given birth ufid in the container.
 

Uses of UfidMapping in wt.ixb.mapping
 

Methods in wt.ixb.mapping that return UfidMapping
static UfidMapping UfidMapping.newUfidMapping()
          Default factory for the class.
static UfidMapping UfidMapping.newUfidMapping(String localUfid, String birthUfid, String containerId)
           
private static UfidMapping IxbUfidHelper.getUfidMappingByLocalUfid(String localUfid)
           
private static UfidMapping IxbUfidHelper.getUfidMappingByBirthUfidAndContainer(String birthUfid, String containerId)
           
 

Methods in wt.ixb.mapping with parameters of type UfidMapping
protected  boolean UfidMapping.readVersion(UfidMapping thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.