|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathOccurrenceMasterContext | |
wt.configuration | |
wt.occurrence | Defines the capability to uniquely distinguish one occurrence of an object
within some complex structure from another occurrence of that same object within the same structure using OccurrenceService . |
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 PathOccurrenceMasterContext in wt.configuration |
Subinterfaces of PathOccurrenceMasterContext in wt.configuration | |
interface |
BaselineConfigurationMaster
An internal object which associates a version (BaselineConfigurationVersion) with the {@link ConfiguredMaster}. |
interface |
SerialNumberedConfiguredInstanceMaster
An instance of a SerialNumberedConfiguredMaster . |
Uses of PathOccurrenceMasterContext in wt.occurrence |
Methods in wt.occurrence that return PathOccurrenceMasterContext | |
PathOccurrenceMasterContext |
PathParentableOccurrence.getContext()
Supported API: false |
PathOccurrenceMasterContext |
PathOccurrence.getContext()
Gets the object for the association that plays role: CONTEXT. |
PathOccurrenceMasterContext |
ContextTheCombinedPathOccurrence.getContext()
Gets the object for the association that plays role: CONTEXT_ROLE. |
PathOccurrenceMasterContext |
ContextPathOccurrence.getContext()
Gets the object for the association that plays role: CONTEXT_ROLE. |
PathOccurrenceMasterContext |
CombinedPathOccurrence.getContext()
Gets the object for the association that plays role: CONTEXT. |
Methods in wt.occurrence with parameters of type PathOccurrenceMasterContext | |
QueryResult |
StandardOccurrenceService.getCombinedPathOccurrences(PathOccurrenceMasterContext context)
Returns a QueryResult of CombinedPathOccurrence s
having the given context. |
QueryResult |
StandardOccurrenceService.getPathOccurrences(PathOccurrenceMasterContext context)
Returns a QueryResult of PathOccurrence s having
the given context. |
protected void |
StandardOccurrenceService.propagateDeleteToPathOccurrences(PathOccurrenceMasterContext deleteTarget)
|
void |
PathOccurrence.setContext(PathOccurrenceMasterContext a_Context)
Sets the object for the association that plays role: CONTEXT. |
QueryResult |
OccurrenceServiceFwd.getCombinedPathOccurrences(PathOccurrenceMasterContext context)
Returns a QueryResult of CombinedPathOccurrence s
having the given context. |
QueryResult |
OccurrenceServiceFwd.getPathOccurrences(PathOccurrenceMasterContext context)
Returns a QueryResult of PathOccurrence s having
the given context. |
QueryResult |
OccurrenceService.getCombinedPathOccurrences(PathOccurrenceMasterContext context)
Returns a QueryResult of CombinedPathOccurrence s
having the given context. |
QueryResult |
OccurrenceService.getPathOccurrences(PathOccurrenceMasterContext context)
Returns a QueryResult of PathOccurrence s having
the given context. |
void |
ContextTheCombinedPathOccurrence.setContext(PathOccurrenceMasterContext context)
Sets the object for the association that plays role: CONTEXT_ROLE. |
static ContextTheCombinedPathOccurrence |
ContextTheCombinedPathOccurrence.newContextTheCombinedPathOccurrence(PathOccurrenceMasterContext context,
CombinedPathOccurrence theCombinedPathOccurrence)
Default factory for the class. |
void |
ContextPathOccurrence.setContext(PathOccurrenceMasterContext context)
Sets the object for the association that plays role: CONTEXT_ROLE. |
static ContextPathOccurrence |
ContextPathOccurrence.newContextPathOccurrence(PathOccurrenceMasterContext context,
PathOccurrence pathOccurrence)
Default factory for the class. |
void |
CombinedPathOccurrence.setContext(PathOccurrenceMasterContext a_Context)
Sets the object for the association that plays role: CONTEXT. |
Uses of PathOccurrenceMasterContext in wt.part |
Classes in wt.part that implement PathOccurrenceMasterContext | |
class |
WTProductConfigurationMaster
Use the newWTProductConfigurationMaster static factory method(s),
not the WTProductConfigurationMaster constructor, to construct
instances of this class. |
class |
WTProductInstanceMaster
Use the newWTProductInstanceMaster static factory method(s),
not the WTProductInstanceMaster constructor, to construct
instances of this class. |
class |
WTProductMaster
Use the newWTProductMaster static factory method(s), not
the WTProductMaster constructor, to construct instances
of this class. |
Methods in wt.part that return PathOccurrenceMasterContext | |
PathOccurrenceMasterContext |
PartPathOccurrence.getContext()
Gets the object for the association that plays role: CONTEXT. |
Methods in wt.part with parameters of type PathOccurrenceMasterContext | |
static PartPathOccurrence |
PartPathOccurrence.newPartPathOccurrence(PartUsesOccurrence partUsesOccurrence,
PathOccurrenceMasterContext context)
This constructor returns a PartPathOccurrence with the
given PartUsesOccurrence , the given PathOccurrenceMasterContext
(normally a WTProductMaster ) and no subPath . |
protected void |
PartPathOccurrence.initialize(PartUsesOccurrence partUsesOccurrence,
PathOccurrenceMasterContext context)
Supports initialization, following construction of an instance. |
void |
PartPathOccurrence.setContext(PathOccurrenceMasterContext a_Context)
Sets the object for the association that plays role: CONTEXT. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |