| Modifier and Type | Method and Description |
|---|---|
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) |
static JDFDoc |
JDFDoc.parseFile(File file)
parse a JDF 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. |
| Modifier and Type | Method and Description |
|---|---|
JDFDoc |
XJDFToJDFConverter.convert(KElement xjdf)
convert using splitter if appropriate
|
JDFDoc |
XJDFToJDFConverter.convert(XJDFHelper helper)
convenience method
|
| Constructor and Description |
|---|
XJDFToJDFConverter(JDFDoc template) |
XJDFToJMFConverter(JDFDoc template) |
| Modifier and Type | Method and Description |
|---|---|
protected JDFDoc |
XJDFToJDFImpl.convert(KElement _xjdf) |
| Constructor and Description |
|---|
XJDFToJDFImpl(JDFDoc template) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static VElement |
JDFJMF.getMessageVector(JDFDoc doc,
JDFMessage.EnumFamily family,
JDFMessage.EnumType typ)
get a vector of all messages in a JMF from a JDFDoc
|
| Modifier and Type | Method and Description |
|---|---|
JDFDoc |
JDFNode.setPhase(JDFElement.EnumNodeStatus nodeStatus,
String nodeStatusDetails,
JDFAutoDeviceInfo.EnumDeviceStatus deviceStatus,
String deviceStatusDetails,
VJDFAttributeMap vPartMap)
Deprecated.
use the version with deviceID
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
JDFDoc |
ZipReader.getJDFDoc()
get the xmlDoc of the current entry - note not threadsafe!
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All rights reserved.