Together Workflow Editor 3.0-1 API

org.enhydra.jawe.components.graph.jped
Class PDFDocumentChain

java.lang.Object
  extended by org.enhydra.jawe.components.graph.jped.PDFChain
      extended by org.enhydra.jawe.components.graph.jped.PDFDocumentChain

public class PDFDocumentChain
extends PDFChain


Field Summary
private  Graph graph
           
private static java.util.logging.Logger log
           
private  PDFDocumentChain next
           
private  java.io.OutputStream output
           
private  PDFPlugin plugin
           
 
Constructor Summary
PDFDocumentChain(org.enhydra.shark.xpdl.XMLElement element, Graph graph, java.io.OutputStream output, PDFPlugin plugin, PDFPluginNotifier notifier, PDFDocumentChain next)
           
 
Method Summary
 Graph getGraph()
           
 java.io.OutputStream getOutputStream()
           
 com.lowagie.text.Document next()
           
 com.lowagie.text.Document processPlugin()
           
 
Methods inherited from class org.enhydra.jawe.components.graph.jped.PDFChain
getElement, getEnclosingSection, setEnclosingSection, startProcessDocument, startProcessElement, startProcessSection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static java.util.logging.Logger log

plugin

private PDFPlugin plugin

next

private PDFDocumentChain next

graph

private Graph graph

output

private java.io.OutputStream output
Constructor Detail

PDFDocumentChain

public PDFDocumentChain(org.enhydra.shark.xpdl.XMLElement element,
                        Graph graph,
                        java.io.OutputStream output,
                        PDFPlugin plugin,
                        PDFPluginNotifier notifier,
                        PDFDocumentChain next)
Method Detail

processPlugin

public com.lowagie.text.Document processPlugin()
                                        throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException

next

public com.lowagie.text.Document next()
                               throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException

getGraph

public Graph getGraph()

getOutputStream

public java.io.OutputStream getOutputStream()

Together Workflow Editor 3.0-1 API