Uses of Class
com.extentech.ExtenXLS.DocumentHandle

Packages that use DocumentHandle
com.extentech.ExtenBean.swing The ExtenBean swing package contains user interface components for the ExtenBean DataObjects. 
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
com.extentech.ExtenXLS.binder The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. 
com.extentech.ExtenXLS.web The ExtenXLS.web package contains ExtenXLS Spreadsheet classes enhanced with web and database persistence capabilities. 
 

Uses of DocumentHandle in com.extentech.ExtenBean.swing
 

Methods in com.extentech.ExtenBean.swing with parameters of type DocumentHandle
 void ExtenBeanTreeNode.getTreeElements(java.util.Vector connections, java.util.Vector ranges, java.util.Hashtable queries, DocumentHandle bk)
           
 

Uses of DocumentHandle in com.extentech.ExtenXLS
 

Subclasses of DocumentHandle in com.extentech.ExtenXLS
 class EncryptedWorkBookHandle
          EncryptedWorkBookHandle is a WorkBookHandle that manages encrypted files.
 class EncryptedWorkBookWritableParser
          EncryptedWorkBookWritableParser is a type of WorkBookWritableParser that handles encrypting the output file.
 class WorkBookHandle
          The WorkBookHandle provides a handle to the XLS file and includes convenience methods for working with the WorkSheets and Cell values within the XLS file.
 class WorkBookParser
          A READ-ONLY WorkBookHandle implementation which handles high-performance spreadsheet reading using a parse-event driven model.
 class WorkBookWritableParser
          A WorkBookHandle implementation which handles high-performance spreadsheet reading using a parse-event driven model.
 

Methods in com.extentech.ExtenXLS that return DocumentHandle
static DocumentHandle DocumentHandle.getInstance(java.io.InputStream input)
          Looks for magic numbers in the given input data and attempts to parse it with an appropriate DocumentHandle subclass.
 

Uses of DocumentHandle in com.extentech.ExtenXLS.binder
 

Methods in com.extentech.ExtenXLS.binder with parameters of type DocumentHandle
static void CellBinderUtils.createRDFfromOfficeWriterMappings(DocumentHandle bk, java.lang.String rdfName, java.util.List mappings, java.util.List ranges, java.util.HashMap datasources)
          Create an RDF from a template and a list of ranges + a data object storing element info mapped to specific cells/fieldnames RoundTrip Reporting style
 void ExtenXLSReportFactory.init(java.lang.Object rdf, DocumentHandle bk)
          Initialize with the path to the RDF (Report Definition File)
 

Uses of DocumentHandle in com.extentech.ExtenXLS.web
 

Subclasses of DocumentHandle in com.extentech.ExtenXLS.web
 class MemeDoc
          this is a Word Doc specific MemeDocument
 class MemeDocument
          This class provides Saving and Reconstituting Documents as memes in the Extentech KB schema.
 class MemeWorkBook
          This class provides Saving and Reconstituting WorkBooks as memes in the Extentech KB schema.
 class WebDoc
          The WebWorkBook class provides additional functionality to the WorkBookHandle class to allow it to participate in a Service-Oriented-Architecture.
 class WebWorkBook
          The WebWorkBook class provides additional functionality to the WorkBookHandle class to allow it to participate in a Service-Oriented-Architecture.
 

Methods in com.extentech.ExtenXLS.web that return DocumentHandle
 DocumentHandle MemeWorkBook.revert()
          retrieve the latest from the db and replaces current workbook
abstract  DocumentHandle MemeDocument.revert()
          retrieve the latest from the db and replaces current workbook
 DocumentHandle MemeDoc.revert()
           
 DocumentHandle WebWorkBook.revertDiff()
          revert current workbook to the most recent previous version
 

Methods in com.extentech.ExtenXLS.web with parameters of type DocumentHandle
 void MemeDocument.deleteDocument(DocumentHandle doc, java.lang.Object memeid)
          Deletes the meme record
 



Copyright © 2011 Extentech Inc. All Rights Reserved.