From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../lib/impl/stamping/CertificateResolver.html | 37 ++-- .../egiz/pdfas/lib/impl/stamping/IPDFStamper.html | 45 +++-- .../pdfas/lib/impl/stamping/IPDFVisualObject.html | 17 +- .../gv/egiz/pdfas/lib/impl/stamping/IResolver.html | 29 ++- .../pdfas/lib/impl/stamping/StamperFactory.html | 33 ++-- .../egiz/pdfas/lib/impl/stamping/TableFactory.html | 65 +++---- .../pdfas/lib/impl/stamping/ValueResolver.html | 61 +++--- .../stamping/class-use/CertificateResolver.html | 118 ------------ .../lib/impl/stamping/class-use/IPDFStamper.html | 158 --------------- .../impl/stamping/class-use/IPDFVisualObject.html | 214 --------------------- .../lib/impl/stamping/class-use/IResolver.html | 164 ---------------- .../impl/stamping/class-use/StamperFactory.html | 118 ------------ .../lib/impl/stamping/class-use/TableFactory.html | 118 ------------ .../lib/impl/stamping/class-use/ValueResolver.html | 118 ------------ .../pdfas/lib/impl/stamping/package-frame.html | 7 +- .../pdfas/lib/impl/stamping/package-summary.html | 13 +- .../egiz/pdfas/lib/impl/stamping/package-tree.html | 19 +- .../egiz/pdfas/lib/impl/stamping/package-use.html | 178 ----------------- 18 files changed, 144 insertions(+), 1368 deletions(-) delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/CertificateResolver.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IPDFStamper.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IPDFVisualObject.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IResolver.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/StamperFactory.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/TableFactory.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/ValueResolver.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-use.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/stamping') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/CertificateResolver.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/CertificateResolver.html index f9293951..60eaca07 100644 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/CertificateResolver.html +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/CertificateResolver.html @@ -2,16 +2,15 @@ - - -CertificateResolver (PDF-AS 4.0.0-SNAPSHOT Library) - + +CertificateResolver + @@ -28,13 +27,11 @@
  • Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -192,10 +189,10 @@ implements
  • resolve

    -
    public String resolve(String key,
    -             String value,
    -             at.gv.egiz.pdfas.common.settings.SignatureProfileSettings settings,
    -             RequestedSignature signature)
    +
    public java.lang.String resolve(java.lang.String key,
    +                       java.lang.String value,
    +                       SignatureProfileSettings settings,
    +                       RequestedSignature signature)
    Specified by:
    resolve in interface IResolver
    @@ -219,13 +216,11 @@ implements Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
      -
    • java.lang.Object
    • +
    • java.lang.Object
      • at.gv.egiz.pdfas.lib.impl.stamping.TableFactory
      • @@ -98,13 +95,13 @@
      • All Implemented Interfaces:
        -
        at.gv.egiz.pdfas.common.settings.IProfileConstants
        +
        IProfileConstants


        public class TableFactory
        -extends Object
        -implements at.gv.egiz.pdfas.common.settings.IProfileConstants
        +extends java.lang.Object +implements IProfileConstants
    @@ -121,8 +118,8 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants
  • -

    Fields inherited from interface at.gv.egiz.pdfas.common.settings.IProfileConstants

    -CFG_DIR, CFG_FILE, COLS_WITH, INCLUDE, KEY_SEPARATOR, PROFILE_KEY, PROFILE_VALUE, SIG_DATE, SIG_OBJ, SIGNING_REASON, STYLE, TABLE, TMP_DIR, TMP_DIR_DEFAULT_VALUE, TYPE_CAPTION, TYPE_IMAGE, TYPE_TABLE, TYPE_VALUE
  • +

    Fields inherited from interface at.gv.egiz.pdfas.common.settings.IProfileConstants

    +CFG_DIR, CFG_FILE, COLS_WITH, INCLUDE, KEY_SEPARATOR, PROFILE_KEY, PROFILE_VALUE, SIG_DATE, SIG_OBJ, SIGNING_REASON, STYLE, TABLE, TMP_DIR, TMP_DIR_DEFAULT_VALUE, TYPE_CAPTION, TYPE_IMAGE, TYPE_TABLE, TYPE_VALUE @@ -156,22 +153,22 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants Method and Description -static at.gv.egiz.pdfas.common.settings.SignatureProfileSettings -createProfile(String profileID, - at.gv.egiz.pdfas.common.settings.ISettings configuration)  +static SignatureProfileSettings +createProfile(java.lang.String profileID, + ISettings configuration)  -static Table -createSigTable(at.gv.egiz.pdfas.common.settings.SignatureProfileSettings profile, - String tableID, - at.gv.egiz.pdfas.common.settings.ISettings configuration, +static Table +createSigTable(SignatureProfileSettings profile, + java.lang.String tableID, + ISettings configuration, RequestedSignature requestedSignature)
    This method creates an abstract signature table object.
    -static String -getSigValue(String key) +static java.lang.String +getSigValue(java.lang.String key)
    This method returns a value for a given signature key.
    @@ -180,8 +177,8 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants
  • -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -220,17 +217,17 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants
    • createSigTable

      -
      public static Table createSigTable(at.gv.egiz.pdfas.common.settings.SignatureProfileSettings profile,
      -                   String tableID,
      -                   at.gv.egiz.pdfas.common.settings.ISettings configuration,
      +
      public static Table createSigTable(SignatureProfileSettings profile,
      +                   java.lang.String tableID,
      +                   ISettings configuration,
                          RequestedSignature requestedSignature)
      This method creates an abstract signature table object. It takes all keys and values set by the signature object to create the corresponding abstract table object. The table definition is read from the settings file.
      Parameters:
      tableID - is the name of the table definition in the settings file
      -
      Returns:
      a new abstract signature table
      See Also:
      at.knowcenter.wag.egov.egiz.table.Style, -at.knowcenter.wag.egov.egiz.table.Table, -at.knowcenter.wag.egov.egiz.table.Entry
      +
      Returns:
      a new abstract signature table
      See Also:
      Style, +Table, +Entry
    @@ -239,8 +236,8 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants @@ -249,7 +246,7 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants
    • getSigValue

      -
      public static String getSigValue(String key)
      +
      public static java.lang.String getSigValue(java.lang.String key)
      This method returns a value for a given signature key. If the key equals to SIG_NORM and the value is null the version string of the current normalizer is returned!
      @@ -274,13 +271,11 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants
    • Overview
    • Package
    • -
    • Use
    • Tree
    • Deprecated
    • Index
    • Help
    -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -181,10 +178,10 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants, Method and Description -String -resolve(String key, - String value, - at.gv.egiz.pdfas.common.settings.SignatureProfileSettings settings, +java.lang.String +resolve(java.lang.String key, + java.lang.String value, + SignatureProfileSettings settings, RequestedSignature signature)  @@ -192,8 +189,8 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants, -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -215,7 +212,7 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants,
  • PatternRegex

    -
    public static final String PatternRegex
    +
    public static final java.lang.String PatternRegex
    See Also:
    Constant Field Values
  • @@ -225,7 +222,7 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants,
  • defaultDateFormat

    -
    public static final String defaultDateFormat
    +
    public static final java.lang.String defaultDateFormat
    See Also:
    Constant Field Values
  • @@ -235,7 +232,7 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants,
  • EXP_START

    -
    public static final String EXP_START
    +
    public static final java.lang.String EXP_START
    See Also:
    Constant Field Values
  • @@ -245,7 +242,7 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants,
  • EXP_END

    -
    public static final String EXP_END
    +
    public static final java.lang.String EXP_END
    See Also:
    Constant Field Values
  • @@ -280,10 +277,10 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants,
  • resolve

    -
    public String resolve(String key,
    -             String value,
    -             at.gv.egiz.pdfas.common.settings.SignatureProfileSettings settings,
    -             RequestedSignature signature)
    +
    public java.lang.String resolve(java.lang.String key,
    +                       java.lang.String value,
    +                       SignatureProfileSettings settings,
    +                       RequestedSignature signature)
    Specified by:
    resolve in interface IResolver
    @@ -307,13 +304,11 @@ implements at.gv.egiz.pdfas.common.settings.IProfileConstants, Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]