Uses of Interface
at.gv.egiz.pdfas.framework.input.DataSource

Packages that use DataSource
at.gv.egiz.pdfas.framework   
at.gv.egiz.pdfas.framework.input   
at.gv.egiz.pdfas.impl.api.commons   
at.gv.egiz.pdfas.impl.input   
at.gv.egiz.pdfas.impl.input.helper   
at.gv.egiz.pdfas.web   
at.gv.egiz.pdfas.web.helper   
at.knowcenter.wag.egov.egiz.commandline   
at.knowcenter.wag.egov.egiz.pdf   
at.knowcenter.wag.egov.egiz.sig   
at.knowcenter.wag.egov.egiz.tools   
at.knowcenter.wag.egov.egiz.web.servlets   
 

Uses of DataSource in at.gv.egiz.pdfas.framework
 

Methods in at.gv.egiz.pdfas.framework with parameters of type DataSource
 PdfDataSource DataStrategy.createPdfDataSource(DataSource other, int length)
           
 void DataStrategy.destroyDataSource(DataSource dataSource)
           
 

Uses of DataSource in at.gv.egiz.pdfas.framework.input
 

Subinterfaces of DataSource in at.gv.egiz.pdfas.framework.input
 interface PdfDataSource
          Represents the binary data of a PDF document.
 interface TextDataSource
          Represents a free-text input text to be processed.
 

Methods in at.gv.egiz.pdfas.framework.input with parameters of type DataSource
 List ExtractionStage.extractSignatureHolders(DataSource dataSource, VerificationFilterParameters parameters)
           
 

Uses of DataSource in at.gv.egiz.pdfas.impl.api.commons
 

Classes in at.gv.egiz.pdfas.impl.api.commons that implement DataSource
 class PdfDataSourceAdapter
          Adapter that converts an API DataSource to a framework PdfDataSource.
 class TextDataSourceAdapter
          Adapter that converts an API DataSource to a framework TextDataSource.
 

Fields in at.gv.egiz.pdfas.impl.api.commons declared as DataSource
protected  DataSource DataSourceApiAdapter.frameworkDataSource
          The framework DataSource to be adapted to an API DataSource.
 

Constructors in at.gv.egiz.pdfas.impl.api.commons with parameters of type DataSource
DataSourceApiAdapter(DataSource frameworkDataSource)
          Constructor.
 

Uses of DataSource in at.gv.egiz.pdfas.impl.input
 

Classes in at.gv.egiz.pdfas.impl.input that implement DataSource
 class ByteArrayPdfDataSourceImpl
          Implements a PdfDataSource that holds the whole PDF document in a byte array.
 class CompoundPdfDataSourceImpl
           
 class DelimitedPdfDataSource
           
 class FileBasedPdfDataSourceImpl
           
 class FileBasedTextDataSourceImpl
           
 class TextDataSourceImpl
          A TextDataSource that keeps the text in memory.
 

Fields in at.gv.egiz.pdfas.impl.input declared as DataSource
protected  DataSource CompoundPdfDataSourceImpl.originalDataSource
           
 

Uses of DataSource in at.gv.egiz.pdfas.impl.input.helper
 

Methods in at.gv.egiz.pdfas.impl.input.helper with parameters of type DataSource
static byte[] DataSourceHelper.convertDataSourceToByteArray(DataSource pdfDataSource)
          Deprecated.  
static void DataSourceHelper.debugDataSourceToFile(DataSource dataSource, File file)
           
 

Uses of DataSource in at.gv.egiz.pdfas.web
 

Fields in at.gv.egiz.pdfas.web declared as DataSource
 DataSource VerifySessionInformation.inputDataSource
          The original, uploaded pdf.
 

Uses of DataSource in at.gv.egiz.pdfas.web.helper
 

Methods in at.gv.egiz.pdfas.web.helper with parameters of type DataSource
static void TempDirHelper.deleteDataSourceIfFileBased(DataSource dataSource)
          Deletes the underlying file of the FileBased DataSource.
 

Uses of DataSource in at.knowcenter.wag.egov.egiz.commandline
 

Methods in at.knowcenter.wag.egov.egiz.commandline with parameters of type DataSource
static List Main.processVerify(DataSource dataSource, String connector, int verify_which)
           
 

Uses of DataSource in at.knowcenter.wag.egov.egiz.pdf
 

Methods in at.knowcenter.wag.egov.egiz.pdf that return DataSource
 DataSource TextualSignatureHolder.getDataSource()
           
 DataSource SignatureHolder.getDataSource()
          Returns the DataSource providing the data.
 DataSource NoSignatureHolder.getDataSource()
           
 DataSource BinarySignatureHolder.getDataSource()
           
 

Uses of DataSource in at.knowcenter.wag.egov.egiz.sig
 

Fields in at.knowcenter.wag.egov.egiz.sig declared as DataSource
protected  DataSource SignatureDataImpl.data
          The signature data.
 

Methods in at.knowcenter.wag.egov.egiz.sig that return DataSource
 DataSource SignatureDataImpl.getDataSource()
           
 DataSource SignatureData.getDataSource()
          Returns the DataSource that provides the data for this SignatureData.
 

Constructors in at.knowcenter.wag.egov.egiz.sig with parameters of type DataSource
SignatureDataImpl(DataSource data, String mime_type)
          Constructor that fills the SignatureData.
SignatureDataImpl(DataSource data, String mime_type, String character_encoding)
           
 

Uses of DataSource in at.knowcenter.wag.egov.egiz.tools
 

Methods in at.knowcenter.wag.egov.egiz.tools with parameters of type DataSource
static byte[] CodingHelper.buildDigest(DataSource input, String hashAlg)
          This method builds an hash value of a given byte array.
 

Uses of DataSource in at.knowcenter.wag.egov.egiz.web.servlets
 

Fields in at.knowcenter.wag.egov.egiz.web.servlets declared as DataSource
protected  DataSource VerifyServlet.UploadedData.dataSource
           
 

Methods in at.knowcenter.wag.egov.egiz.web.servlets that return DataSource
protected  DataSource VerifyServlet.convertUploadToDataSource(org.apache.commons.fileupload.FileItem upload_fi)
           
 

Methods in at.knowcenter.wag.egov.egiz.web.servlets with parameters of type DataSource
protected  List VerifyServlet.extractSignatureHolders(DataSource dataSource)
           
 



Copyright © 2006-2010. All Rights Reserved.