Uses of Class
org.cip4.jdflib.core.JDFDoc

Packages that use JDFDoc
org.cip4.jdflib.core   
org.cip4.jdflib.extensions.xjdfwalker   
org.cip4.jdflib.jmf   
org.cip4.jdflib.node   
org.cip4.jdflib.util   
org.cip4.jdflib.util.mime   
org.cip4.jdflib.util.zip   
org.cip4.jdflib.validate   
 

Uses of JDFDoc in org.cip4.jdflib.core
 

Methods in org.cip4.jdflib.core that return JDFDoc
 JDFDoc JDFDoc.clone()
          clone
static JDFDoc JDFDoc.createJDF(String jdfPath)
          Deprecated. simply use constructor
protected  JDFDoc JDFDoc.createRoot(Document document)
           
 JDFDoc JDFElement.getOwnerDocument_JDFElement()
          Get the document object that owns this
protected  JDFDoc JDFElement.getURLDoc(String url)
          returns the jdf doc referenced by url
 JDFDoc JDFParser.parseFile(File file)
           
 JDFDoc JDFParser.parseFile(String strFile)
          parseFile - parse a file specified by strFile
static JDFDoc JDFDoc.parseFile(String fileName)
          parse a JDF file
 JDFDoc JDFParser.parseFile(String strFile, String schemaLocation)
          Deprecated. set the parser members instead
 JDFDoc JDFParser.parseInputSource(InputSource inSource, String schemaLocation, String documentClassName, ErrorHandler errorHandler, boolean bEraseEmpty, boolean bDoNamespaces)
          Deprecated. set the parser members instead
 JDFDoc JDFParser.parseStream(InputStream inStream)
          parseStream - parse a stream specified by inStream
static JDFDoc JDFDoc.parseStream(InputStream is)
          parse a JDF input stream
 JDFDoc JDFParser.parseString(String stringInput)
          parseString - parse a string specified by stringInput
static JDFDoc JDFDoc.parseURL(String url, javax.mail.BodyPart bp)
          parse a given url
 JDFDoc JDFDoc.write2URL(String strURL)
          This method sends the contents of this JDFDoc to the URL strURL and receives the response in the returned JDFDoc. the content type is automagically set to either text/xml for undefined xml or to application/vnd.cip4-jdf+xml or application/vnd.cip4-jmf+xml
 

Uses of JDFDoc in org.cip4.jdflib.extensions.xjdfwalker
 

Methods in org.cip4.jdflib.extensions.xjdfwalker that return JDFDoc
 JDFDoc XJDFToJDFConverter.convert(KElement xjdf)
           
 

Constructors in org.cip4.jdflib.extensions.xjdfwalker with parameters of type JDFDoc
XJDFToJDFConverter(JDFDoc template)
           
XJDFToJMFConverter(JDFDoc template)
           
 

Uses of JDFDoc in org.cip4.jdflib.jmf
 

Methods in org.cip4.jdflib.jmf that return JDFDoc
 JDFDoc JDFReturnQueueEntryParams.getURLDoc()
          returns the jdf doc referenced by url
 JDFDoc JDFResubmissionParams.getURLDoc()
          returns the jdf doc referenced by url
 JDFDoc JDFQueueSubmissionParams.getURLDoc()
          returns the jdf doc referenced by url
 

Methods in org.cip4.jdflib.jmf with parameters of type JDFDoc
static VElement JDFJMF.getMessageVector(JDFDoc doc, JDFMessage.EnumFamily family, JDFMessage.EnumType typ)
          get a vector of all messages in a JMF from a JDFDoc
 

Uses of JDFDoc in org.cip4.jdflib.node
 

Methods in org.cip4.jdflib.node that return JDFDoc
 JDFDoc JDFNode.setPhase(JDFElement.EnumNodeStatus nodeStatus, String nodeStatusDetails, JDFAutoDeviceInfo.EnumDeviceStatus deviceStatus, String deviceStatusDetails, VJDFAttributeMap vPartMap)
          Deprecated. use the version with deviceID
 

Uses of JDFDoc in org.cip4.jdflib.util
 

Methods in org.cip4.jdflib.util that return JDFDoc
 JDFDoc StatusCounter.getDocJMFNotification(boolean bClean)
           
 JDFDoc StatusUtil.getDocJMFPhaseTime()
          Deprecated.  
 JDFDoc StatusCounter.getDocJMFPhaseTime()
           
 JDFDoc StatusUtil.getDocJMFResource()
          Deprecated.  
 JDFDoc StatusCounter.getDocJMFResource()
           
 JDFDoc URLReader.getJDFDoc()
           
static JDFDoc MimeUtil.getJDFDoc(javax.mail.BodyPart bp)
          get the JDF Doc from a given body part
static JDFDoc MimeUtil.getJDFDoc(InputStream stream, int index)
          get the JDF Doc from a stream, also handle non mime streams gracefully
static JDFDoc[] MimeUtil.getJMFSubmission(javax.mail.Multipart mp)
          gets the JMF document of a submitqueueentry or returnqueuentry and the attached jdf document
 JDFDoc MultiModuleStatusCounter.getStatusResponse()
          return the jmf root of the status jmf that contains all modules, null if no modules are active
static JDFDoc MimeUtil.writeToQueue(JDFDoc docJMF, JDFDoc docJDF, String strUrl, MimeUtil.MIMEDetails urlDet)
          submit a multipart file to a queue
 

Methods in org.cip4.jdflib.util with parameters of type JDFDoc
static javax.mail.Multipart MimeUtil.buildMimePackage(JDFDoc docJMF, JDFDoc docJDF)
          Deprecated. use 3 parameter version
static javax.mail.Multipart MimeUtil.buildMimePackage(JDFDoc docJMF, XMLDoc docJDF, boolean extendReferenced)
          build a MIME package that contains all references in all FileSpecs of a given JDFDoc the doc is modified so that all URLs are cids
static JDFDoc MimeUtil.writeToQueue(JDFDoc docJMF, JDFDoc docJDF, String strUrl, MimeUtil.MIMEDetails urlDet)
          submit a multipart file to a queue
 

Uses of JDFDoc in org.cip4.jdflib.util.mime
 

Methods in org.cip4.jdflib.util.mime that return JDFDoc
 JDFDoc BodyPartHelper.getJDFDoc()
          get the JDF Doc from a given body part
 JDFDoc MimeReader.getJDFDoc(InputStream stream, int index)
          get the JDF Doc from a stream, also handle non mime streams gracefully
 JDFDoc MimeWriter.writeToQueue(JDFDoc docJMF, JDFDoc docJDF, String strUrl)
          submit a multipart file to a queue
 

Methods in org.cip4.jdflib.util.mime with parameters of type JDFDoc
 void MimeWriter.buildMimePackage(JDFDoc docJMF, XMLDoc docJDF, boolean extendReferenced)
          build a MIME package that contains all references in all FileSpecs of a given JDFDoc the doc is modified so that all URLs are cids
 JDFDoc MimeWriter.writeToQueue(JDFDoc docJMF, JDFDoc docJDF, String strUrl)
          submit a multipart file to a queue
 

Uses of JDFDoc in org.cip4.jdflib.util.zip
 

Methods in org.cip4.jdflib.util.zip that return JDFDoc
 JDFDoc ZipReader.getJDFDoc()
          get the xmlDoc of the current entry - note not threadsafe!
 

Uses of JDFDoc in org.cip4.jdflib.validate
 

Methods in org.cip4.jdflib.validate with parameters of type JDFDoc
 boolean JDFValidator.isValid(JDFDoc doc)
          process a single document as specified by doc if doc==null, reprocess the currently stored document
 XMLDoc JDFValidator.processSingleDocument(JDFDoc doc)
          process a single document as specified by doc if doc==null, reprocess the currently stored document
 void JDFValidator.setDoc(JDFDoc d)
          set the JDFDoc (JDF or JMF) to set
 



Copyright © 2013. All Rights Reserved.