|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Representation | |
com.ptc.wvs.server.loader | |
com.ptc.wvs.server.publish | |
com.ptc.wvs.server.ui | |
com.ptc.wvs.server.util | |
wt.ixb.handlers.forclasses | |
wt.representation | |
wt.viewmarkup | Uses the
ViewMarkUpService
to view and add
MarkUp to
Viewable objects and to publish
DerivedImage s. |
Uses of Representation in com.ptc.wvs.server.loader |
Fields in com.ptc.wvs.server.loader declared as Representation | |
private Representation |
EDRLoader.createdRepresentation
|
private Representation |
EdFile.toRep
|
Methods in com.ptc.wvs.server.loader that return Representation | |
Representation |
EDRLoader.getCreatedRepresentation()
|
static Representation |
EDRHelper.startCreateRepresentation(Representable part,
RepresentationContributor doc,
ConfigSpec configSpec,
ConfigSpec partConfigSpec,
String repName,
String repDesc,
int structureType)
|
static Representation |
EDRHelper.startCreateRepresentation(Representable part,
RepresentationContributor doc,
ConfigSpec configSpec,
ConfigSpec partConfigSpec,
String repName,
String repDesc,
int structureType,
String cadPartName,
String cadFormName,
boolean isPosAssy)
|
static Representation |
EDRHelper.endCreateRepresentation(Representable part,
Representation newRep,
boolean repDefault)
|
static Representation |
EDRHelper.endCreateRepresentation(Representable part,
Representation newRep,
boolean repDefault,
Vector newMarkupSavedVector)
|
Uses of Representation in com.ptc.wvs.server.publish |
Fields in com.ptc.wvs.server.publish declared as Representation | |
(package private) Representation |
PublishJob.createdRepresentation
|
Methods in com.ptc.wvs.server.publish that return Representation | |
Representation |
PublishJob.getCreatedRepresentation()
|
private Representation |
CadGenericStructure.processDoc(CadConvert conv,
EPMDocument doc,
Representable part,
DefaultMutableTreeNode n,
boolean store,
boolean merge,
Representation rep)
|
Methods in com.ptc.wvs.server.publish with parameters of type Representation | |
void |
PublishJob.setCreatedRepresentation(Representation r)
|
private void |
PublishJob.setVisualData(Representable part,
Representation representation)
|
private static boolean |
PublishHelper.checkRepresentationForOutOfDate(EPMDocument epmdoc,
Representation rep,
String matchString,
Timestamp timestamp,
EPMDocument reasonEPMDoc,
WTContainerRef reasonProject)
|
static Boolean |
PublishHelper.markRepublishNone(EPMDocument epmdoc,
Representation rep,
EPMDocument reasonEPMDoc)
|
static Boolean |
PublishHelper.markRepublishAll(EPMDocument epmdoc,
Representation rep,
EPMDocument reasonEPMDoc)
|
static Object[] |
Publish.republishRepresentation(Representation rep)
Recreate the existing representation Supported API: false |
static Object[] |
Publish.republishRepresentation(Representable object,
Representation rep)
Recreate the existing representation Supported API: false |
static Object[] |
Publish.republishRepresentation(Representable object,
Representation rep,
int jobSource)
|
private Representation |
CadGenericStructure.processDoc(CadConvert conv,
EPMDocument doc,
Representable part,
DefaultMutableTreeNode n,
boolean store,
boolean merge,
Representation rep)
|
private Hashtable |
CadConvertACAD.copyAutoCadXREFs(Representation rep)
|
Uses of Representation in com.ptc.wvs.server.ui |
Methods in com.ptc.wvs.server.ui with parameters of type Representation | |
static String[] |
UIHelper.getVisualizationData(String objRef,
Representation representation,
Boolean forListing,
Locale locale,
Boolean includeRepInfo)
|
static String[] |
UIHelper.getVisualizationData(Persistable p,
Representation representation,
Boolean forListing)
|
static String[] |
UIHelper.getVisualizationData(Persistable p,
Representation representation,
Boolean forListing,
Locale locale)
|
static String[] |
UIHelper.getVisualizationData(Persistable p,
Representation representation,
Boolean forListing,
Locale locale,
Boolean includeRepInfo)
|
static String[] |
UIHelper.getVisualizationData(Persistable p,
Representation representation,
Boolean forListing,
Locale locale,
Boolean includeRepInfo,
Boolean findDefaultRep)
|
static String |
UIHelper.getConfigSpecDescription(Representation rep,
boolean full,
Locale locale)
|
static boolean |
UIHelper.isRepresentationCopied(Representation rep,
Representable representable,
boolean derivedFromSupplied,
Class derivedFromClass,
ObjectReference derivedFromRef,
boolean epmDocSupplied,
EPMDocument epmDoc)
|
static void |
RepHelper.saveAsZIP(Representation rep,
boolean outputJar,
boolean includeAnnotations,
OutputStream os)
general method a save a representation to an OutputStream Supported API: false |
static void |
RepHelper.saveAsZIP(Representation rep,
boolean outputJar,
boolean includeAnnotations,
OutputStream os,
boolean deleteIgnoreOnMerge,
boolean includeMkDesc)
|
Uses of Representation in com.ptc.wvs.server.util |
Methods in com.ptc.wvs.server.util that return Representation | |
static Representation |
PublishUtils.getRepresentation(Persistable d)
|
static Representation |
PublishUtils.getRepresentation(Persistable d,
String repName)
|
static Representation |
PublishUtils.getRepresentation(Persistable d,
boolean defaultRep,
String repName)
|
static Representation |
PublishUtils.getRepresentation(Persistable d,
boolean defaultRep,
String repName,
boolean doFindRepresentable)
|
Methods in com.ptc.wvs.server.util with parameters of type Representation | |
static ApplicationData |
RepUpdateUtils.updateRepresentation(Representation rep,
Persistable updateFor,
Hashtable contentLookup,
String locIDProp,
Hashtable locationLookup,
boolean addNewTypeProps,
boolean forCopyPaste)
|
static ApplicationData |
RepUpdateUtils.updateRepresentation(Representation rep,
Persistable[] updateFor,
Hashtable contentLookup,
String locIDProp,
Hashtable locationLookup,
boolean[] addNewTypeProps,
boolean forCopyPaste)
|
static ContentItem |
RepUpdateUtils.addDeferredUpdateRepresentation(Representation rep,
Persistable updateFor,
boolean addNewTypeProps)
|
static String |
PublishUtils.getPreferedViewURL(Representation rep)
|
static String |
PublishUtils.getPreferedViewURL(Representation rep,
boolean addOutOfDate)
|
static boolean |
PublishUtils.isMakeDefaultRepresentationAllowed(Representable repable,
Representation rep)
|
static boolean |
PublishUtils.isDeleteRepresentationAllowed(Representable repable,
Representation rep)
|
static boolean |
PublishUtils.isRepresentationPositioningAssembly(Representation rep)
|
Uses of Representation in wt.ixb.handlers.forclasses |
Methods in wt.ixb.handlers.forclasses that return Representation | |
private Representation |
ExpImpForRepresentation.createRepresentation(IxbElement fileXML,
Importer importer)
|
private Representation |
ExpImpForRepresentation.createRepresentation(String repName,
IxbElement fileXML,
Importer importer)
|
private Representation |
ExpImpForRepresentation._findAmongExistingRepresentations(Representable repable,
IxbElement fileXML,
Importer importer)
|
Methods in wt.ixb.handlers.forclasses with parameters of type Representation | |
private void |
ExpImpForRepresentation.exportRepresentable(Representation object,
IxbElement element,
Exporter exporter)
|
Uses of Representation in wt.representation |
Methods in wt.representation that return Representation | |
Representation |
StandardRepresentationService.storeRepresentation(Representation representation,
Representable representable,
String representationName,
String representationDescription,
RepresentationType representationType)
Sets the representation attributes of the passed Representation and stores it in the database without any content. |
Representation |
StandardRepresentationService.getDefaultRepresentation(Representable representable)
Get the default Representation for the passed Representable. |
Representation |
StandardRepresentationService.makeDefaultRepresentation(Representable representable,
Representation representation)
Makes the passed Representation the default representation for the passed Representable. |
Representation |
RepresentationServiceFwd.storeRepresentation(Representation representation,
Representable representable,
String representationName,
String representationDescription,
RepresentationType representationType)
Sets the representation attributes of the passed Representation and stores it in the database without any content. |
Representation |
RepresentationServiceFwd.getDefaultRepresentation(Representable representable)
Get the default Representation for the passed Representable. |
Representation |
RepresentationServiceFwd.makeDefaultRepresentation(Representable representable,
Representation representation)
Makes the passed Representation the default representation for the passed Representable. |
Representation |
RepresentationService.storeRepresentation(Representation representation,
Representable representable,
String representationName,
String representationDescription,
RepresentationType representationType)
Sets the representation attributes of the passed Representation and stores it in the database without any content. |
Representation |
RepresentationService.getDefaultRepresentation(Representable representable)
Get the default Representation for the passed Representable. |
Representation |
RepresentationService.makeDefaultRepresentation(Representable representable,
Representation representation)
Makes the passed Representation the default representation for the passed Representable. |
Representation |
RepresentableLink.getRepresentation()
Gets the object for the association that plays role: REPRESENTATION_ROLE. |
Representation |
OutOfDateRepresentationLink.getRepresentation()
Gets the object for the association that plays role: REPRESENTATION_ROLE. |
Methods in wt.representation with parameters of type Representation | |
ApplicationData |
StandardRepresentationService.getThumbnail(Representation representation)
Get the associated Thumbnail for the passed Representation. |
QueryResult |
StandardRepresentationService.getOutOfDateRepresentationContributors(Representation representation)
Return all the associated RepresentationContributors that are responsible for making the Representation out of date. |
Representable |
StandardRepresentationService.getRepresentable(Representation representation)
Get the Representable for the passed Representation Supported API: false |
Representation |
StandardRepresentationService.storeRepresentation(Representation representation,
Representable representable,
String representationName,
String representationDescription,
RepresentationType representationType)
Sets the representation attributes of the passed Representation and stores it in the database without any content. |
Void |
StandardRepresentationService.deleteRepresentation(Representation representation)
Deletes the passed Representation, unless it is the default representation for the associated Representable. |
Void |
StandardRepresentationService.deleteRepresentation(Representation representation,
boolean noDefaultsOK)
If the noDefaultsOK argument is true, unconditionally deletes the passed Representation. |
Representation |
StandardRepresentationService.makeDefaultRepresentation(Representable representable,
Representation representation)
Makes the passed Representation the default representation for the passed Representable. |
ApplicationData |
StandardRepresentationService.get3DThumbnail(Representation representation)
Get the associated Thumbnail for the passed Representation. |
ApplicationData |
StandardRepresentationService.storeThumbnail(Representation representation,
ApplicationData thumbnail,
InputStream is)
Store the thumbnail for the passed Representation. |
Representable |
StandardRepresentationService.copyThumbnail(Representable representable,
Representation representation)
Copies the thumbnail content item in the passed Representation, if any, to the passed Representable. |
ApplicationData |
StandardRepresentationService.store3DThumbnail(Representation representation,
ApplicationData thumbnail,
InputStream is)
Store the thumbnail for the passed Representation. |
ApplicationData |
StandardRepresentationService.getThumbnail(Representation representation,
ContentRoleType roleType)
|
ApplicationData |
RepresentationServiceSvr.storeThumbnail(Representation representation,
ApplicationData thumbnail,
InputStream is)
Store the thumbnail for the passed Representation. |
Representable |
RepresentationServiceSvr.copyThumbnail(Representable representable,
Representation representation)
Copies the thumbnail content item in the passed Representation, if any, to the passed Representable. |
ApplicationData |
RepresentationServiceSvr.store3DThumbnail(Representation representation,
ApplicationData thumbnail,
InputStream is)
Store the thumbnail for the passed Representation. |
ApplicationData |
RepresentationServiceFwd.getThumbnail(Representation representation)
Get the associated Thumbnail for the passed Representation. |
QueryResult |
RepresentationServiceFwd.getOutOfDateRepresentationContributors(Representation representation)
Return all the associated RepresentationContributors that are responsible for making the Representation out of date. |
Representable |
RepresentationServiceFwd.getRepresentable(Representation representation)
Get the Representable for the passed Representation Supported API: false |
Representation |
RepresentationServiceFwd.storeRepresentation(Representation representation,
Representable representable,
String representationName,
String representationDescription,
RepresentationType representationType)
Sets the representation attributes of the passed Representation and stores it in the database without any content. |
Void |
RepresentationServiceFwd.deleteRepresentation(Representation representation)
Deletes the passed Representation, unless it is the default representation for the associated Representable. |
Void |
RepresentationServiceFwd.deleteRepresentation(Representation representation,
boolean noDefaultsOK)
If the noDefaultsOK argument is true, unconditionally deletes the passed Representation. |
Representation |
RepresentationServiceFwd.makeDefaultRepresentation(Representable representable,
Representation representation)
Makes the passed Representation the default representation for the passed Representable. |
ApplicationData |
RepresentationServiceFwd.get3DThumbnail(Representation representation)
Get the associated Thumbnail for the passed Representation. |
ApplicationData |
RepresentationService.getThumbnail(Representation representation)
Get the associated Thumbnail for the passed Representation. |
QueryResult |
RepresentationService.getOutOfDateRepresentationContributors(Representation representation)
Return all the associated RepresentationContributors that are responsible for making the Representation out of date. |
Representable |
RepresentationService.getRepresentable(Representation representation)
Get the Representable for the passed Representation Supported API: false |
Representation |
RepresentationService.storeRepresentation(Representation representation,
Representable representable,
String representationName,
String representationDescription,
RepresentationType representationType)
Sets the representation attributes of the passed Representation and stores it in the database without any content. |
Void |
RepresentationService.deleteRepresentation(Representation representation)
Deletes the passed Representation, unless it is the default representation for the associated Representable. |
Void |
RepresentationService.deleteRepresentation(Representation representation,
boolean noDefaultsOK)
If the noDefaultsOK argument is true, unconditionally deletes the passed Representation. |
Representation |
RepresentationService.makeDefaultRepresentation(Representable representable,
Representation representation)
Makes the passed Representation the default representation for the passed Representable. |
ApplicationData |
RepresentationService.get3DThumbnail(Representation representation)
Get the associated Thumbnail for the passed Representation. |
static URL |
RepresentationHelper.getThumbnailURL(Representation representation,
ApplicationData thumbnail)
Get the URL to download the passed thumbnail for the passed Representation. |
void |
RepresentableLink.setRepresentation(Representation theRepresentation)
Sets the object for the association that plays role: REPRESENTATION_ROLE. |
static RepresentableLink |
RepresentableLink.newRepresentableLink(Representation theRepresentation,
Representable theRepresentable)
Default factory for the class. |
void |
OutOfDateRepresentationLink.setRepresentation(Representation theRepresentation)
Sets the object for the association that plays role: REPRESENTATION_ROLE. |
static OutOfDateRepresentationLink |
OutOfDateRepresentationLink.newOutOfDateRepresentationLink(RepresentationContributor theRepresentationContributor,
Representation theRepresentation)
Default factory for the class. |
Uses of Representation in wt.viewmarkup |
Classes in wt.viewmarkup that implement Representation | |
class |
DerivedImage
A Representation viewable in ProductView that is generated (derived) from an object or information outside of the Representable. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |