|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTProductInstanceMaster | |
wt.clients.prodmgmt | |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
Uses of WTProductInstanceMaster in wt.clients.prodmgmt |
Fields in wt.clients.prodmgmt declared as WTProductInstanceMaster | |
(package private) WTProductInstanceMaster |
AllocateInstanceDialog.subInstanceMaster
|
Methods in wt.clients.prodmgmt that return WTProductInstanceMaster | |
WTProductInstanceMaster |
InstanceMasterItem.getInstanceMaster()
Return the contained WTPart object. |
private static WTProductInstanceMaster |
AllocatedPartHelper.getInstanceMaster(PartPathOccurrence path_occurrence,
WTProductInstance2 current_instance)
|
Methods in wt.clients.prodmgmt with parameters of type WTProductInstanceMaster | |
void |
InstanceMasterItem.setInstanceMaster(WTProductInstanceMaster instance)
Sets the contained instance. |
protected void |
InstanceMasterItem.setInstanceSimply(WTProductInstanceMaster instance)
Sets the contained instance without any side effect. |
protected void |
InstanceExplorer.replaceOccurrence(InstanceItem instance,
WTProductInstanceMaster prod_instance,
InstanceMasterItem new_version_item)
|
void |
AllocateInstanceDialog.setSubInstanceMaster(WTProductInstanceMaster master)
|
Constructors in wt.clients.prodmgmt with parameters of type WTProductInstanceMaster | |
InstanceMasterItem(WTProductInstanceMaster instance)
Constructs a new InstanceMasterItem. |
Uses of WTProductInstanceMaster in wt.part |
Methods in wt.part that return WTProductInstanceMaster | |
static WTProductInstanceMaster |
WTProductInstanceMaster.newWTProductInstanceMaster()
Default factory for the class. |
WTProductInstanceMaster |
ProductProductInstance.getInstance()
Gets the object for the association that plays role: INSTANCE_ROLE. |
WTProductInstanceMaster |
ProductInstanceMasterProductInstance.getMaster()
Gets the object for the association that plays role: MASTER_ROLE. |
Methods in wt.part with parameters of type WTProductInstanceMaster | |
protected boolean |
WTProductInstanceMaster.readVersion(WTProductInstanceMaster thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
SerialNumberMapping |
WTPartServiceFwd.littleMap(WTProductInstance2 productInstance,
PathOccurrence path,
WTProductInstanceMaster instanceToAllocate)
Supported API: false |
SerialNumberMapping |
WTPartServiceFwd.littleRemap(SerialNumberMapping mapping,
WTProductInstanceMaster newInstance)
Supported API: false |
SerialNumberMapping |
WTPartService.littleMap(WTProductInstance2 productInstance,
PathOccurrence path,
WTProductInstanceMaster instanceToAllocate)
Supported API: false |
SerialNumberMapping |
WTPartService.littleRemap(SerialNumberMapping mapping,
WTProductInstanceMaster newInstance)
Supported API: false |
SerialNumberMapping |
StandardWTPartService.littleMap(WTProductInstance2 productInstance,
PathOccurrence path,
WTProductInstanceMaster instanceToAllocate)
Supported API: false |
SerialNumberMapping |
StandardWTPartService.littleRemap(SerialNumberMapping mapping,
WTProductInstanceMaster newInstance)
Supported API: false |
void |
ProductProductInstance.setInstance(WTProductInstanceMaster instance)
Sets the object for the association that plays role: INSTANCE_ROLE. |
static ProductProductInstance |
ProductProductInstance.newProductProductInstance(WTProductMaster instanceOf,
WTProductInstanceMaster instance)
Default factory for the class. |
void |
ProductInstanceMasterProductInstance.setMaster(WTProductInstanceMaster master)
Sets the object for the association that plays role: MASTER_ROLE. |
static ProductInstanceMasterProductInstance |
ProductInstanceMasterProductInstance.newProductInstanceMasterProductInstance(WTProductInstanceMaster master,
WTProductInstance2 iteration)
Default factory for the class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |