Public Member Functions | Protected Member Functions

de.softpro.doc.SignDocAttachment Class Reference

Output of de.softpro.doc.SignDocDocument.getAttachment(). More...

List of all members.

Public Member Functions

synchronized String getName () throws SignDocException
 Get the name of the attachment.
synchronized String getFileName () throws SignDocException
 The file name of the attachment.
synchronized String getDescription () throws SignDocException
 The description of the attachment (empty if missing).
synchronized int getSize () throws SignDocException
 The size (in octets) of the attachment.
synchronized int getCompressedSize () throws SignDocException
 The compressed size (in octets) of the attachment.
synchronized String getType () throws SignDocException
 The MIME type of the attachment (empty if missing).
synchronized String getCreationTime () throws SignDocException
 The creation time and date of the attachment (empty if missing).
synchronized String getModificationTime () throws SignDocException
 The time and date of the last modification of the attachment (optional).

Protected Member Functions

void finalize () throws Throwable
 Finalize this object.

Detailed Description

Output of de.softpro.doc.SignDocDocument.getAttachment().


Member Function Documentation

void de.softpro.doc.SignDocAttachment.finalize (  ) throws Throwable [protected]

Finalize this object.

Do not call this method unless you know what you are doing.

synchronized int de.softpro.doc.SignDocAttachment.getCompressedSize (  ) throws SignDocException

The compressed size (in octets) of the attachment.

synchronized String de.softpro.doc.SignDocAttachment.getCreationTime (  ) throws SignDocException

The creation time and date of the attachment (empty if missing).

ISO 8601 format is used: yyyy-mm-ddThh:mm:ss, optionally followed by a timezone: Z, +hh:mm, or -hh:mm.

The PDF reference is ambiguous; apparently, the creation time is supposed to be the time and date at which the attachment was the PDF document. Changing the description does not update the modification date/time.

synchronized String de.softpro.doc.SignDocAttachment.getDescription (  ) throws SignDocException

The description of the attachment (empty if missing).

synchronized String de.softpro.doc.SignDocAttachment.getFileName (  ) throws SignDocException

The file name of the attachment.

synchronized String de.softpro.doc.SignDocAttachment.getModificationTime (  ) throws SignDocException

The time and date of the last modification of the attachment (optional).

ISO 8601 format is used: yyyy-mm-ddThh:mm:ss, optionally followed by a timezone: Z, +hh:mm, or -hh:mm.

The PDF reference is ambiguous; apparently, the modifiation time is supposed to be the time and date of the last modification of the file at the time it was attached. Changing the description does not update the modification date/time.

synchronized String de.softpro.doc.SignDocAttachment.getName (  ) throws SignDocException

Get the name of the attachment.

synchronized int de.softpro.doc.SignDocAttachment.getSize (  ) throws SignDocException

The size (in octets) of the attachment.

This member is -1 if the size of the attachment is not readily available.

synchronized String de.softpro.doc.SignDocAttachment.getType (  ) throws SignDocException

The MIME type of the attachment (empty if missing).


The documentation for this class was generated from the following file: