|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BuildableLink | |
wt.build | |
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 BuildableLink in wt.build |
Methods in wt.build that return BuildableLink | |
BuildableLink |
StandardBuildService.newBuildableLink(Class linkClass,
BuildTarget buildTargetRoleObject,
Persistable persistableRoleObject,
BuildReference buildReference)
Supported API: false |
BuildableLink |
StandardBuildService.storeBuildableLink(BuildableLink link)
Deprecated. |
BuildableLink |
StandardBuildService.getBuiltLink(BuildReference buildReference)
Deprecated. |
BuildableLink |
StandardBuildService.getBuiltLink(BuildTarget targetParent,
BuildReference buildReference)
Returns a "built" buildable link (if exists else null) with the given build reference. |
BuildableLink |
BuildServiceFwd.newBuildableLink(Class linkClass,
BuildTarget buildTargetRoleObject,
Persistable persistableRoleObject,
BuildReference buildReference)
Supported API: false |
BuildableLink |
BuildServiceFwd.storeBuildableLink(BuildableLink link)
Deprecated. |
BuildableLink |
BuildServiceFwd.getBuiltLink(BuildReference buildReference)
Deprecated. |
BuildableLink |
BuildServiceFwd.getBuiltLink(BuildTarget targetParent,
BuildReference buildReference)
Returns a "built" buildable link (if exists else null) with the given build reference. |
BuildableLink |
BuildService.newBuildableLink(Class linkClass,
BuildTarget buildTargetRoleObject,
Persistable persistableRoleObject,
BuildReference buildReference)
Supported API: false |
BuildableLink |
BuildService.storeBuildableLink(BuildableLink link)
Deprecated. |
BuildableLink |
BuildService.getBuiltLink(BuildReference buildReference)
Deprecated. |
BuildableLink |
BuildService.getBuiltLink(BuildTarget targetParent,
BuildReference buildReference)
Returns a "built" buildable link (if exists else null) with the given build reference. |
Methods in wt.build with parameters of type BuildableLink | |
BuildableLink |
StandardBuildService.storeBuildableLink(BuildableLink link)
Deprecated. |
void |
StandardBuildService.markAsBuilt(BuildableLink link,
BuildReference buildReference)
Deprecated. at R6. Please use BuildHelper.markAsBuilt(). |
BuildableLink |
BuildServiceFwd.storeBuildableLink(BuildableLink link)
Deprecated. |
void |
BuildServiceFwd.markAsBuilt(BuildableLink link,
BuildReference buildReference)
Deprecated. at R6. Please use BuildHelper.markAsBuilt(). |
BuildableLink |
BuildService.storeBuildableLink(BuildableLink link)
Deprecated. |
void |
BuildService.markAsBuilt(BuildableLink link,
BuildReference buildReference)
Deprecated. at R6. Please use BuildHelper.markAsBuilt(). |
Uses of BuildableLink in wt.part |
Classes in wt.part that implement BuildableLink | |
class |
WTPartUsageLink
This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the
WTPart s associated with the WTPartMaster based
on a config spec) and the part uses a specific Quantity (with
unit of measure) of the part master as a component of its structure. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |