|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewReference | |
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. |
wt.sandbox | This package provides "sandbox" container functionality. A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees). The package provides the following core capabilities: |
wt.vc.config | |
wt.vc.views |
Uses of ViewReference in wt.part |
Fields in wt.part declared as ViewReference | |
private ViewReference |
WTProductConfiguration.view
|
private ViewReference |
WTPartStandardConfigSpec.viewRef
|
private ViewReference |
WTPartEffectivityConfigSpec.viewRef
|
private ViewReference |
WTPart.view
|
private ViewReference |
PublishedLineNumber.view
|
Methods in wt.part that return ViewReference | |
ViewReference |
WTProductConfiguration.getView()
Gets the object for the association that plays role: VIEW. |
ViewReference |
WTPart.getView()
Gets the object for the association that plays role: VIEW. |
ViewReference |
PublishedLineNumber.getView()
Gets the object for the association that plays role: VIEW. |
Methods in wt.part with parameters of type ViewReference | |
void |
WTSerialNumberedPart.setView(ViewReference a_View)
|
void |
WTProductConfiguration.setView(ViewReference a_View)
Sets the object for the association that plays role: VIEW. |
void |
WTPart.setView(ViewReference a_View)
Sets the object for the association that plays role: VIEW. |
void |
PublishedLineNumber.setView(ViewReference a_View)
Sets the object for the association that plays role: VIEW. |
private void |
PublishedLineNumber.viewValidate(ViewReference a_View)
|
Uses of ViewReference in wt.sandbox |
Fields in wt.sandbox declared as ViewReference | |
private ViewReference |
InitialCheckinData.view
|
Methods in wt.sandbox that return ViewReference | |
ViewReference |
InitialCheckinData.getView()
Gets the value of the attribute: view; view object is to be assigned to (ignored if object is not ViewManaged) Supported API: false |
Methods in wt.sandbox with parameters of type ViewReference | |
void |
InitialCheckinData.setView(ViewReference a_View)
Sets the value of the attribute: view; view object is to be assigned to (ignored if object is not ViewManaged) Supported API: false |
Uses of ViewReference in wt.vc.config |
Fields in wt.vc.config declared as ViewReference | |
private ViewReference |
ViewConfigSpec.viewRef
|
Uses of ViewReference in wt.vc.views |
Methods in wt.vc.views that return ViewReference | |
static ViewReference |
ViewReference.newViewReference()
Supported API: true |
static ViewReference |
ViewReference.newViewReference(View obj)
Supported API: true |
static ViewReference |
ViewReference.newViewReference(ViewReference viewReference)
Supported API: true |
static ViewReference |
ViewReference.newViewReference(ObjectIdentifier objId)
Supported API: true |
ViewReference |
ViewManageable.getView()
Gets the object for the association that plays role: VIEW. |
Methods in wt.vc.views with parameters of type ViewReference | |
protected boolean |
ViewReference.readVersion(ViewReference thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static ViewReference |
ViewReference.newViewReference(ViewReference viewReference)
Supported API: true |
protected void |
ViewReference.initialize(ViewReference viewReference)
Supports initialization, following construction of an instance. |
void |
ViewManageable.setView(ViewReference a_View)
Sets the object for the association that plays role: VIEW. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |