Uses of Class
com.ptc.wvs.server.publish.PublishJob

Packages that use PublishJob
com.ptc.wvs.server.publish   
 

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

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

Methods in com.ptc.wvs.server.publish that return PublishJob
private static PublishJob PublishQueueHelper.extractPublishJob(QueueEntry queueEntry)
          Extracts the PublishJob from the QueueENtry

Supported API: false
 

Methods in com.ptc.wvs.server.publish with parameters of type PublishJob
static Boolean PublishQueueHelper.addPublishEntry(PublishJob publishJob)
          First ensures that the Publisher queues exists, then adds a job to the base queue QUEUE_NAME

Supported API: false
private static Boolean PublishQueueHelper.addEntry(WtQueue queue, PublishJob publishJob)
           
static void PublishQueueHelper.addToFreeQueue(PublishJob publishJob)
          Adds the publish job to the next free PublisherQueue'n'

Supported API: false
private static String PublishQueueHelper.statusDisplayMessage(String statusCode, PublishJob publishJob, String[] statusDisplay)
           
static void PublishJob.queuePublishJob(PublishJob job)
          queuePublishJob is executed from PublisherQueue and adds this job to a free PublisherQueuexx queue
static void PublishJob.doPublishJob(PublishJob job)
          doPublishJob is executed from PublisherQueuexx and does the work
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 File PublishHelper.doWTPartConversion(PublishJob publishJob, WTPart wtpart)
           
static int PublishHelper.storeWTPartRepresentation(PublishJob publishJob, WTPart wtpart, File outDir)
           
static void PublishHelper.markParentsOutOfDate(EPMDocument epmdoc, Representable repable, PublishJob publishJob)
           
static boolean[] PublishHelper.processPreconvertedData(PublishJob publishJob, File inputFile, File outDir, String outName, boolean removeDirectories)
           
static boolean[] PublishHelper.processClipboardData(PublishJob publishJob, String clipRepString, File outDir)
           
static boolean PublishHelper.copyClipboardMarkups(PublishJob publishJob, String clipRepString)
           
static int PublishHelper.storePreconvertedData(PublishJob publishJob, Representable part, File outDir, boolean thumb)
           
static void PublishHelper.publishReferencedFiles(String options, PublishJob publishJob, String[] ret)
           
static void PublishHelper.writeActionFile(PublishJob publishJob, String xmlFileName)
           
static Object PublishHelper.getXMLDocument(PublishJob publishJob)
           
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 ConfigSpec PublishConfigHelper.selectPublishEPMConfigSpec(ConfigSpec incs, EPMDocument doc, PublishJob publishJob)
           
static ConfigSpec PublishConfigHelper.selectDefaultEPMConfigSpec(EPMDocument doc, boolean allowAsStored, PublishJob publishJob)
           
static ConfigSpec PublishConfigHelper.selectAsStoredEPMConfigSpec(EPMDocument doc, PublishJob publishJob)
           
static ConfigSpec PublishConfigHelper.selectPublishPartConfigSpec(ConfigSpec incs, Representable part, PublishJob publishJob)
           
static boolean Publish.createPublishAudit(Persistable p, boolean success, PublishJob publishJob)
          Create an entry in PublishAudit

Supported API: false
static void CadPositioningAssembly.publishChildren(PublishJob publishJob, EPMDocument doc, Hashtable fileLookup)
           
 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 PublishJob
ConvertDocument(PublishJob publishJob, WTDocument document, Representable part, String documentFile)
           
CadGenericStructure(PublishJob publishJob, EPMDocument rootDoc, Representable rootPart)