|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Viewable | |
com.ptc.netmarkets.project | |
com.ptc.wvs.server.loader | |
com.ptc.wvs.server.ui | |
com.ptc.wvs.server.util | |
wt.doc | |
wt.federation | The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. |
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.viewmarkup | Uses the
ViewMarkUpService
to view and add
MarkUp to
Viewable objects and to publish
DerivedImage s. |
Uses of Viewable in com.ptc.netmarkets.project |
Methods in com.ptc.netmarkets.project with parameters of type Viewable | |
static void |
StandardNmProjectService.deleteContentsOfViewable(Viewable viewable)
|
Uses of Viewable in com.ptc.wvs.server.loader |
Methods in com.ptc.wvs.server.loader with parameters of type Viewable | |
int |
EDRLoader.loadMarkups(Viewable v)
|
private void |
EDRLoader.createMarkupsFromETB(File etbFile,
String[] listing,
Persistable part,
Viewable rep,
Vector newMarkupSavedVector)
|
private WTMarkUp |
EDRLoader.createMarkupFromETB(Viewable rep,
Vector names,
ETB etb,
Properties mkdesc,
String idString)
|
Uses of Viewable in com.ptc.wvs.server.ui |
Methods in com.ptc.wvs.server.ui with parameters of type Viewable | |
private static boolean |
UIHelper.hasDerivedImageMarkups(Viewable viewable)
|
private static int |
UIHelper.countMarkups(Viewable viewable)
|
static void |
RepHelper.saveMarkupsAsZIP(Viewable viewable,
QueryResult qr,
boolean outputJar,
OutputStream os,
String charset,
boolean includeMkDesc)
|
private static void |
RepHelper.addMarkupsToZip(Viewable viewable,
QueryResult qr,
ZipOutputStream zos,
String etbFileName,
String charset,
boolean includeMkDesc)
|
private static Object[] |
MarkupHelper.createMarkup(Viewable obj,
String name,
String description,
String tag,
Locale locale)
Create a new markup Supported API: false |
Uses of Viewable in com.ptc.wvs.server.util |
Methods in com.ptc.wvs.server.util with parameters of type Viewable | |
static void |
RepUpdateUtils.copyAllMarkups(Viewable di,
Viewable newdi,
boolean forceAllMarkups,
boolean setOwnerAndLock)
|
static void |
RepUpdateUtils.copyAllMarkups(Viewable di,
Viewable newdi,
boolean forceAllMarkups,
boolean setOwnerAndLock,
WTKeyedMap oldMarkups,
WTValuedMap repables,
WTValuedMap viewablesMap,
WTValuedMap frommkMap)
|
static WTMarkUp |
RepUpdateUtils.copyMarkup(WTMarkUp mk,
Viewable newdi,
boolean setOwnerAndLock)
|
static WTMarkUp |
RepUpdateUtils.copyMarkup(WTMarkUp mk,
Viewable newdi,
String newName,
boolean setOwnerAndLock)
|
static WTMarkUp |
RepUpdateUtils.copyMarkup(WTMarkUp mk,
Viewable newdi,
String newName,
String fromNodeText,
String toNodeText,
boolean setOwnerAndLock)
|
Uses of Viewable in wt.doc |
Classes in wt.doc that implement Viewable | |
class |
WTDocument
The reference implementation of a DocumentVersion. |
Uses of Viewable in wt.federation |
Classes in wt.federation that implement Viewable | |
class |
ProxyDocument
Use the newProxyDocument static factory method(s), not the
ProxyDocument constructor, to construct instances of this
class. |
Uses of Viewable in wt.part |
Classes in wt.part that implement Viewable | |
class |
WTPart
This reference implementation of a PartVersion represents
a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents
the unchanging aspects of this part. |
class |
WTProduct
Use the newWTProduct static factory method(s), not the WTProduct
constructor, to construct instances of this class. |
class |
WTProductConfiguration
Use the newWTProductConfiguration static factory method(s),
not the WTProductConfiguration constructor, to construct
instances of this class. |
class |
WTProductInstance2
Use the newWTProductInstance2 static factory method(s),
not the WTProductInstance2 constructor, to construct instances
of this class. |
class |
WTSerialNumberedPart
Use the newWTSerialNumberedPart static factory method(s),
not the WTSerialNumberedPart constructor, to construct instances
of this class. |
Uses of Viewable in wt.viewmarkup |
Classes in wt.viewmarkup that implement Viewable | |
class |
DerivedImage
A Representation viewable in ProductView that is generated (derived) from an object or information outside of the Representable. |
Methods in wt.viewmarkup that return Viewable | |
Viewable |
ViewMarkUpServiceFwd.getViewable(MarkUp markUp)
Get the Viewable for the passed MarkUp Supported API: false |
Viewable |
ViewMarkUpService.getViewable(MarkUp markUp)
Get the Viewable for the passed MarkUp Supported API: false |
Viewable |
TheMarkUpTheViewable.getViewable()
Gets the object for the association that plays role: VIEWABLE_ROLE. |
Viewable |
StandardViewMarkUpService.getViewable(MarkUp markUp)
Get the Viewable for the passed MarkUp Supported API: false |
Viewable |
ViewMarkUpServiceFwd.getViewable(MarkUp markUp)
Get the Viewable for the passed MarkUp Supported API: false |
Viewable |
ViewMarkUpService.getViewable(MarkUp markUp)
Get the Viewable for the passed MarkUp Supported API: false |
Viewable |
TheMarkUpTheViewable.getViewable()
Gets the object for the association that plays role: VIEWABLE_ROLE. |
Viewable |
StandardViewMarkUpService.getViewable(MarkUp markUp)
Get the Viewable for the passed MarkUp Supported API: false |
Methods in wt.viewmarkup with parameters of type Viewable | |
MarkUp |
ViewMarkUpServiceFwd.storeMarkUp(Viewable viewable,
MarkUp markUp)
Store a MarkUp for the passed Viewable. |
QueryResult |
ViewMarkUpServiceFwd.getMarkUps(Viewable viewable)
Get all the associated MarkUps of a Viewable Supported API: false |
MarkUp |
ViewMarkUpService.storeMarkUp(Viewable viewable,
MarkUp markUp)
Store a MarkUp for the passed Viewable. |
QueryResult |
ViewMarkUpService.getMarkUps(Viewable viewable)
Get all the associated MarkUps of a Viewable Supported API: false |
static URL |
ViewMarkUpHelper.launchViewableURL(Viewable viewable)
Generates a URL to launch the passed Viewable in Product View. |
void |
TheMarkUpTheViewable.setViewable(Viewable theViewable)
Sets the object for the association that plays role: VIEWABLE_ROLE. |
static TheMarkUpTheViewable |
TheMarkUpTheViewable.newTheMarkUpTheViewable(MarkUp theMarkUp,
Viewable theViewable)
Default factory for the class. |
MarkUp |
StandardViewMarkUpService.storeMarkUp(Viewable viewable,
MarkUp markUp)
Store a MarkUp for the passed Viewable. |
QueryResult |
StandardViewMarkUpService.getMarkUps(Viewable viewable)
Get all the associated MarkUps of a Viewable Supported API: false |
private void |
StandardViewMarkUpService.postMakeUnrestorable(Viewable viewable)
|
MarkUp |
ViewMarkUpServiceFwd.storeMarkUp(Viewable viewable,
MarkUp markUp)
Store a MarkUp for the passed Viewable. |
QueryResult |
ViewMarkUpServiceFwd.getMarkUps(Viewable viewable)
Get all the associated MarkUps of a Viewable Supported API: false |
MarkUp |
ViewMarkUpService.storeMarkUp(Viewable viewable,
MarkUp markUp)
Store a MarkUp for the passed Viewable. |
QueryResult |
ViewMarkUpService.getMarkUps(Viewable viewable)
Get all the associated MarkUps of a Viewable Supported API: false |
static URL |
ViewMarkUpHelper.launchViewableURL(Viewable viewable)
Generates a URL to launch the passed Viewable in Product View. |
void |
TheMarkUpTheViewable.setViewable(Viewable theViewable)
Sets the object for the association that plays role: VIEWABLE_ROLE. |
static TheMarkUpTheViewable |
TheMarkUpTheViewable.newTheMarkUpTheViewable(MarkUp theMarkUp,
Viewable theViewable)
Default factory for the class. |
MarkUp |
StandardViewMarkUpService.storeMarkUp(Viewable viewable,
MarkUp markUp)
Store a MarkUp for the passed Viewable. |
QueryResult |
StandardViewMarkUpService.getMarkUps(Viewable viewable)
Get all the associated MarkUps of a Viewable Supported API: false |
private void |
StandardViewMarkUpService.postMakeUnrestorable(Viewable viewable)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |