Uses of Interface
wt.representation.Representable

Packages that use Representable
com.ptc.netmarkets.project   
com.ptc.wvs.client.pview   
com.ptc.wvs.server.loader   
com.ptc.wvs.server.publish   
com.ptc.wvs.server.ui   
com.ptc.wvs.server.util   
wt.doc   
wt.epm
 
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.ixb.handlers.forclasses   
wt.part Defines WTParts and WTPartMasters ( 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.representation   
wt.templateutil.components Defines HTMLComponents that can be retrieved from the HTMLComponentFactory
wt.viewmarkup Uses the ViewMarkUpService to view and add MarkUp to Viewable objects and to publish DerivedImages. 
 

Uses of Representable in com.ptc.netmarkets.project
 

Methods in com.ptc.netmarkets.project with parameters of type Representable
static void StandardNmProjectService.deleteContentsOfRepresentable(Representable representable)
           
 

Uses of Representable in com.ptc.wvs.client.pview
 

Methods in com.ptc.wvs.client.pview with parameters of type Representable
static PViewOLData PViewHelper.getOLFileURL(Representable representable)
          Locates the URL to the viewable representation
static PViewOLData PViewHelper.getOLFileURL(Representable representable, boolean includeProperties)
          Locates the URL to the viewable representation
static PViewOLData PViewHelper.Server.getOLFileURL(Representable representable)
          Locates the URL to the viewable representation
static PViewOLData PViewHelper.Server.getOLFileURL(Representable representable, Boolean includeProperties)
          Locates the URL to the viewable representation
 

Uses of Representable in com.ptc.wvs.server.loader
 

Methods in com.ptc.wvs.server.loader that return Representable
 Representable EdFile.processEdFileCopyTransform(Representable part, int structureType)
          put content URL knowlege in PublishUtils **** private String processValueFromURL(String in) { //////////// this code requires knowlege of the content download URL from Windchill ////////////// StringTokenizer tok = new StringTokenizer(in, "?&="); String ciRef = null; while( tok.hasMoreTokens() ) { if( tok.nextToken().equalsIgnoreCase(ApplicationData.APP_DATA_KEY) ) { ciRef = Util.SandR(tok.nextToken(), "%3A", ":"); break; } } // if have not got content item then leave URL as is if( ciRef == null ) return in; try { ContentItem ci = (ContentItem)PublishUtils.getObjectFromRef("OR:"+ciRef); if( ci != null && (ci instanceof ApplicationData) ) { ApplicationData ad = (ApplicationData)ContentHelper.service.copyContentItem(toRep, ci); return ad.getFileName(); } } catch(Exception e) { e.printStackTrace(); return in; } return in; }
 

Methods in com.ptc.wvs.server.loader with parameters of type Representable
static void PartGenericStructure.addNonBuiltParts(DefaultMutableTreeNode n, Representable p, ConfigSpec partConfig)
           
static ConfigSpec EDRPartHelper.selectDefaultPartConfigSpec(Representable part, EDRLogger logger)
           
static ConfigSpec EDRPartHelper.selectDefaultPartConfigSpec(Representable part, EDRLogger logger, WTContainerRef currentContainerRef)
           
 int EDRLoader.start(Representable p, WTObject d, ConfigSpec configSpec, ConfigSpec partConfigSpec, int structureType)
           
 int EDRLoader.start(boolean calledFromPublisher, Representable p, WTObject d, ConfigSpec configSpec, ConfigSpec partConfigSpec, int structureType)
           
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)
           
static void EDRHelper.copyMarkupsFromPreviousIteration(Representable part, Representation newRep, Vector newMarkupSavedVector)
           
 void EdFile.processEdFileProperties(Representation toRep, Properties ext, Representable part, Persistable doc)
           
 void EdFile.processEdFileProperties(Representation toRep, Properties ext, Representable part, Persistable doc, boolean ignoreonmerge)
           
 void EdFile.processEdFileFromURLs(Representation toRep, Representable part, int structureType, ConfigSpec partConfigSpec, boolean deleteHtmldoc)
           
 void EdFile.processEdFileFromURLs(Representation toRep, Representable part, int structureType, ConfigSpec partConfigSpec, boolean deleteHtmldoc, boolean deleteIgnoreOnMerge)
           
 Representable EdFile.processEdFileCopyTransform(Representable part, int structureType)
          put content URL knowlege in PublishUtils **** private String processValueFromURL(String in) { //////////// this code requires knowlege of the content download URL from Windchill ////////////// StringTokenizer tok = new StringTokenizer(in, "?&="); String ciRef = null; while( tok.hasMoreTokens() ) { if( tok.nextToken().equalsIgnoreCase(ApplicationData.APP_DATA_KEY) ) { ciRef = Util.SandR(tok.nextToken(), "%3A", ":"); break; } } // if have not got content item then leave URL as is if( ciRef == null ) return in; try { ContentItem ci = (ContentItem)PublishUtils.getObjectFromRef("OR:"+ciRef); if( ci != null && (ci instanceof ApplicationData) ) { ApplicationData ad = (ApplicationData)ContentHelper.service.copyContentItem(toRep, ci); return ad.getFileName(); } } catch(Exception e) { e.printStackTrace(); return in; } return in; }
 

Uses of Representable in com.ptc.wvs.server.publish
 

Fields in com.ptc.wvs.server.publish declared as Representable
private  Representable ConvertDocument.part
           
protected  Representable CadGenericStructure.rootPart
           
protected  Representable CadConvertUG.part
           
protected  Representable CadConvertSOLIDWORKS.part
           
protected  Representable CadConvertSOLIDDESIGNER.part
           
protected  Representable CadConvertPROEForDLL.part
           
protected  Representable CadConvertPROE.part
           
protected  Representable CadConvertPRODESKTOP.part
           
protected  Representable CadConvertOTHER.part
           
protected  Representable CadConvertINVENTOR.part
           
protected  Representable CadConvertIDEAS.part
           
protected  Representable CadConvertECAD.part
           
protected  Representable CadConvertCATIAV5.part
           
protected  Representable CadConvertCATIA.part
           
protected  Representable CadConvertCADDS5.part
           
protected  Representable CadConvertACAD.part
           
 

Methods in com.ptc.wvs.server.publish with parameters of type Representable
protected  WTSet StandardPublishService.copyRepresentations(Representable oldIteration, Representable newIteration, EPMDocument oldDoc, EPMDocument newDoc, WTList oldReps, boolean forceCopyAll, boolean includeAllMarkups, WTKeyedMap newRepSavedMap)
           
private  void PublishJob.setVisualData(Representable part, Representation representation)
           
 int PublishJob.publishObject(CadConvert conv, EPMDocument epmDoc, Representable part, boolean cleanTemp, boolean getContent, boolean doConversion, boolean store, boolean doChildren)
           
 int PublishJob.convertPreconvertedEDZ(EPMDocument epmDoc, Representable part, boolean store)
           
private  int PublishJob.publishPreconvertedData(Representable part, boolean cleanTemp, boolean getContent, boolean doConversion, boolean store, boolean doChildren)
           
private  int PublishJob.publishPreconvertedData1(Representable part, boolean cleanTemp, boolean getContent, boolean doConversion, boolean store, boolean doChildren)
           
 CadConvert PublishJob.createCadConverter(EPMDocument doc, Representable part)
           
static int PublishHelper.storeRepresentation(WTObject doc, Representable part, File tempDir, boolean storeEDZ, boolean createThumbnail, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean repDefault, String repName, String repDescription, int structureType, PublishJob logger)
           
static int PublishHelper.storeRepresentation(WTObject doc, Representable part, File tempDir, boolean storeEDZ, boolean createThumbnail, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean repDefault, String repName, String repDescription, int structureType, PublishJob logger, String cadPartName, String cadFormName)
           
static int PublishHelper.storeRepresentation(WTObject doc, Representable part, File tempDir, boolean storeEDZ, boolean createThumbnail, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean repDefault, String repName, String repDescription, int structureType, PublishJob logger, String cadPartName, String cadFormName, boolean isPosAssy)
           
static void PublishHelper.markParentsOutOfDate(EPMDocument epmdoc, Representable repable, PublishJob publishJob)
           
static int PublishHelper.storePreconvertedData(PublishJob publishJob, Representable part, File outDir, boolean thumb)
           
static boolean PublishHelper.storeAdditionalFiles(Representable part, PublishJob publishJob, Object xmlDocument, File outDir)
           
static boolean PublishHelper.storeAdditionalFiles(Representable part, PublishJob publishJob, Object xmlDocument, File outDir, Hashtable fileLookup)
           
static void PublishHelper.storeAdditionalRepresentation(String typesString, String edProperty, String repName, Representable part, PublishJob publishJob, File outDir, Hashtable dstLookup)
           
static Object PublishHelper.getXMLFromAttributes(String options, String extension, EPMDocument doc, Representable part, String name, Hashtable fileLookup)
           
static ConfigSpec PublishConfigHelper.selectPublishPartConfigSpec(ConfigSpec incs, Representable part, PublishJob publishJob)
           
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)
           
static void CadPositioningAssembly.setBranchLink(Hashtable p, EPMDocument epmDoc, Representable repable, ConfigSpec cs)
           
private  Representation CadGenericStructure.processDoc(CadConvert conv, EPMDocument doc, Representable part, DefaultMutableTreeNode n, boolean store, boolean merge, Representation rep)
           
 boolean CadConvertUG.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertSOLIDWORKS.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertSOLIDDESIGNER.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertPROEForDLL.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertPROE.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertPRODESKTOP.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertOTHER.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertINVENTOR.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertIDEAS.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertECAD.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertCATIAV5.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertCATIA.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertCADDS5.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertACAD.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvert.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 

Constructors in com.ptc.wvs.server.publish with parameters of type Representable
ConvertDocument(PublishJob publishJob, WTDocument document, Representable part, String documentFile)
           
CadGenericStructure(PublishJob publishJob, EPMDocument rootDoc, Representable rootPart)
           
 

Uses of Representable in com.ptc.wvs.server.ui
 

Methods in com.ptc.wvs.server.ui with parameters of type Representable
private static String UIHelper.getPublishHTML(String objectReference, Representable representable, Boolean displayThumbnail, Boolean forListing, Locale locale, String tId)
           
private static String UIHelper.getConfigSpecInfo(DerivedImage i, String repref, Representable representable, EPMDocument epmDoc, Locale locale, String tId)
           
static boolean UIHelper.isRepresentationCopied(Representation rep, Representable representable, boolean derivedFromSupplied, Class derivedFromClass, ObjectReference derivedFromRef, boolean epmDocSupplied, EPMDocument epmDoc)
           
 

Uses of Representable in com.ptc.wvs.server.util
 

Methods in com.ptc.wvs.server.util that return Representable
static Representable PublishUtils.findRepresentable(Persistable d)
           
 

Methods in com.ptc.wvs.server.util with parameters of type Representable
static void RepUpdateUtils.copyAllDerivedImages(Representable fromRep, Representable toRep, boolean includeMarkups, boolean setOwnerAndLock)
           
static DerivedImage RepUpdateUtils.copyDerivedImage(DerivedImage di, Representable toRep, boolean includeMarkups, boolean includeAllMarkups, boolean setOwnerAndLock)
           
static DerivedImage RepUpdateUtils.copyDerivedImage(DerivedImage di, Representable toRep, boolean includeMarkups, boolean includeAllMarkups, boolean setOwnerAndLock, String newName, boolean allowDefault)
           
static DerivedImage RepUpdateUtils.copyDerivedImage(DerivedImage di, Representable toRep, boolean includeMarkups, boolean includeAllMarkups, boolean setOwnerAndLock, String newName, boolean allowDefault, boolean forCopyPaste)
           
static ConfigSpec RepUpdateUtils.prepareConfigSpec(ConfigSpec cs, Representable rep)
           
static void RepUpdateUtils.markRepresentationsOutOfDate(Representable p, String repName, String cadPartName, String cadFormName)
           
static boolean PublishUtils.isMakeDefaultRepresentationAllowed(Representable repable, Representation rep)
           
static boolean PublishUtils.isDeleteRepresentationAllowed(Representable repable, Representation rep)
           
 

Uses of Representable in wt.doc
 

Classes in wt.doc that implement Representable
 class WTDocument
          The reference implementation of a DocumentVersion.
 

Uses of Representable in wt.epm
 

Classes in wt.epm that implement Representable
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of Representable in wt.federation
 

Classes in wt.federation that implement Representable
 class ProxyDocument
           Use the newProxyDocument static factory method(s), not the ProxyDocument constructor, to construct instances of this class.
 

Uses of Representable in wt.ixb.handlers.forclasses
 

Methods in wt.ixb.handlers.forclasses that return Representable
private  Representable ExpImpForRepresentation.findRepresentable(IxbElement fileXML, Importer importer)
           
 

Methods in wt.ixb.handlers.forclasses with parameters of type Representable
private  Representation ExpImpForRepresentation._findAmongExistingRepresentations(Representable repable, IxbElement fileXML, Importer importer)
           
 

Uses of Representable in wt.part
 

Classes in wt.part that implement Representable
 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 WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.
 

Uses of Representable in wt.representation
 

Methods in wt.representation that return Representable
 Representable StandardRepresentationService.getRepresentable(Representation representation)
          Get the Representable for the passed Representation

Supported API: false
 Representable StandardRepresentationService.copyThumbnail(Representable representable, Representation representation)
          Copies the thumbnail content item in the passed Representation, if any, to the passed Representable.
 Representable RepresentationServiceSvr.copyThumbnail(Representable representable, Representation representation)
          Copies the thumbnail content item in the passed Representation, if any, to the passed Representable.
 Representable RepresentationServiceFwd.getRepresentable(Representation representation)
          Get the Representable for the passed Representation

Supported API: false
 Representable RepresentationService.getRepresentable(Representation representation)
          Get the Representable for the passed Representation

Supported API: false
 Representable Representation.getRepresentable()
          Gets the object for the association that plays role: REPRESENTABLE.
 Representable RepresentableLink.getRepresentable()
          Gets the object for the association that plays role: REPRESENTABLE_ROLE.
 

Methods in wt.representation with parameters of type Representable
 ApplicationData StandardRepresentationService.getThumbnail(Representable representable)
          Get the associated Thumbnail for the passed Representable.
 QueryResult StandardRepresentationService.getRepresentations(Representable representable)
          Return all the associated Representations for the associated Representable

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.
 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.
 ApplicationData StandardRepresentationService.get3DThumbnail(Representable representable)
          Get the associated Thumbnail for the passed Representable.
 Representable StandardRepresentationService.copyThumbnail(Representable representable, Representation representation)
          Copies the thumbnail content item in the passed Representation, if any, to the passed Representable.
 ApplicationData StandardRepresentationService.getThumbnail(Representable representable, ContentRoleType roleType)
           
private  void StandardRepresentationService.postMakeUnrestorable(Representable representable)
           
 Representable RepresentationServiceSvr.copyThumbnail(Representable representable, Representation representation)
          Copies the thumbnail content item in the passed Representation, if any, to the passed Representable.
 ApplicationData RepresentationServiceFwd.getThumbnail(Representable representable)
          Get the associated Thumbnail for the passed Representable.
 QueryResult RepresentationServiceFwd.getRepresentations(Representable representable)
          Return all the associated Representations for the associated Representable

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.
 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.
 ApplicationData RepresentationServiceFwd.get3DThumbnail(Representable representable)
          Get the associated Thumbnail for the passed Representable.
 ApplicationData RepresentationService.getThumbnail(Representable representable)
          Get the associated Thumbnail for the passed Representable.
 QueryResult RepresentationService.getRepresentations(Representable representable)
          Return all the associated Representations for the associated Representable

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.
 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.
 ApplicationData RepresentationService.get3DThumbnail(Representable representable)
          Get the associated Thumbnail for the passed Representable.
static URL RepresentationHelper.getThumbnailURL(Representable representable, ApplicationData thumbnail)
          Get the URL to download the passed thumbnail for the passed Representable.
 void Representation.setRepresentable(Representable a_Representable)
          Sets the object for the association that plays role: REPRESENTABLE.
 void RepresentableLink.setRepresentable(Representable theRepresentable)
          Sets the object for the association that plays role: REPRESENTABLE_ROLE.
static RepresentableLink RepresentableLink.newRepresentableLink(Representation theRepresentation, Representable theRepresentable)
          Default factory for the class.
 

Uses of Representable in wt.templateutil.components
 

Methods in wt.templateutil.components with parameters of type Representable
 String PDMLinkDefaultLinkComponent.getVisualizationLink(Representable rep)
          Deprecated.  
 String PDMLinkDefaultLinkComponent.getVisualizationLink(Representable rep, Locale locale)
          Deprecated.  
 

Uses of Representable in wt.viewmarkup
 

Subinterfaces of Representable in wt.viewmarkup
 interface GraphicallyRepresentable
          

Supported API: false

Extendable: false
 

Methods in wt.viewmarkup that return Representable
 Representable DerivedImage.getRepresentable()
          Gets the object for the association that plays role: REPRESENTABLE.
 Representable DerivedImage.getRepresentable()
          Gets the object for the association that plays role: REPRESENTABLE.
 

Methods in wt.viewmarkup with parameters of type Representable
 DerivedImage ViewMarkUpServiceFwd.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage ViewMarkUpServiceFwd.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 PublishingProhibition ViewMarkUpServiceFwd.getPublishingProhibition(Representable representable)
          Gets the single most restrictive PublishingProhibition for a Representable; if null is returned, then the Representable is publishable.
 DerivedImage ViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage ViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 PublishingProhibition ViewMarkUpService.getPublishingProhibition(Representable representable)
          Gets the single most restrictive PublishingProhibition for a Representable; if null is returned, then the Representable is publishable.
 DerivedImage StandardViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage StandardViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 PublishingProhibition StandardViewMarkUpService.getPublishingProhibition(Representable representable)
          Gets the single most restrictive PublishingProhibition for a Representable; if null is returned, then the Representable is publishable.
protected  QueryResult StandardViewMarkUpService.findDuplicateDerivedImagesInternal(DerivedImage image, Representable representable)
           
 void DerivedImage.setRepresentable(Representable a_Representable)
          Sets the object for the association that plays role: REPRESENTABLE.
 DerivedImage ViewMarkUpServiceFwd.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage ViewMarkUpServiceFwd.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 PublishingProhibition ViewMarkUpServiceFwd.getPublishingProhibition(Representable representable)
          Gets the single most restrictive PublishingProhibition for a Representable; if null is returned, then the Representable is publishable.
 DerivedImage ViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage ViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 PublishingProhibition ViewMarkUpService.getPublishingProhibition(Representable representable)
          Gets the single most restrictive PublishingProhibition for a Representable; if null is returned, then the Representable is publishable.
 DerivedImage StandardViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage StandardViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 PublishingProhibition StandardViewMarkUpService.getPublishingProhibition(Representable representable)
          Gets the single most restrictive PublishingProhibition for a Representable; if null is returned, then the Representable is publishable.
protected  QueryResult StandardViewMarkUpService.findDuplicateDerivedImagesInternal(DerivedImage image, Representable representable)
           
 void DerivedImage.setRepresentable(Representable a_Representable)
          Sets the object for the association that plays role: REPRESENTABLE.