com.taleo.integration.client.customstep.tools.document
Class PdfDocumentInfo

java.lang.Object
  extended by com.taleo.integration.client.customstep.tools.document.PdfDocumentInfo
All Implemented Interfaces:
DocumentInfo

Deprecated. No more necessary with the added Document.Code to build filename.

public class PdfDocumentInfo
extends java.lang.Object
implements DocumentInfo

Implementation of DocumentInfo for PDF documents.

Author:
Romain Guay, Taleo Corporation

Constructor Summary
PdfDocumentInfo(java.io.File file)
          Deprecated. Constructor with the PDF file.
 
Method Summary
 java.lang.String getAuthor()
          Deprecated. Get document author.
 java.lang.String getCreator()
          Deprecated. Get document creator.
 java.lang.String getName()
          Deprecated. Get document name.
 java.lang.String getSubject()
          Deprecated. Get document subject.
 java.lang.String getTitle()
          Deprecated. Get document title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfDocumentInfo

public PdfDocumentInfo(java.io.File file)
                throws java.io.IOException,
                       de.intarsys.pdf.parser.COSLoadException
Deprecated. 
Constructor with the PDF file.

Parameters:
file -
Throws:
de.intarsys.pdf.parser.COSLoadException
java.io.IOException
Method Detail

getAuthor

public java.lang.String getAuthor()
Deprecated. 
Description copied from interface: DocumentInfo
Get document author.

Specified by:
getAuthor in interface DocumentInfo
Returns:

getCreator

public java.lang.String getCreator()
Deprecated. 
Description copied from interface: DocumentInfo
Get document creator.

Specified by:
getCreator in interface DocumentInfo
Returns:

getName

public java.lang.String getName()
Deprecated. 
Description copied from interface: DocumentInfo
Get document name.

Specified by:
getName in interface DocumentInfo
Returns:

getSubject

public java.lang.String getSubject()
Deprecated. 
Description copied from interface: DocumentInfo
Get document subject.

Specified by:
getSubject in interface DocumentInfo
Returns:

getTitle

public java.lang.String getTitle()
Deprecated. 
Description copied from interface: DocumentInfo
Get document title.

Specified by:
getTitle in interface DocumentInfo
Returns: