at.gv.egiz.pdfas.api.commons
Interface SignatureProfile

All Known Implementing Classes:
SignatureProfileImpl

public interface SignatureProfile

Definition of a signature profile.

Author:
wprinz

Method Summary
 String getMOAKeyIdentifier()
          Returns the MOA KeyIdentifier.
 String getProfileId()
          Returns the profile id.
 Properties getSignatureBlockEntries()
          Returns the entries relevant to the search algorithm for signature blocks.
 

Method Detail

getProfileId

public String getProfileId()
Returns the profile id.

Returns:
Returns the profile id.

getMOAKeyIdentifier

public String getMOAKeyIdentifier()
Returns the MOA KeyIdentifier.

Returns:
Returns the MOA KeyIdentifier.

getSignatureBlockEntries

public Properties getSignatureBlockEntries()
Returns the entries relevant to the search algorithm for signature blocks.
e.g. properties starting with sig_obj.PROFILE.key. and properties of the form sig_obj.PROFILE.table.TABLENAME.NUMBER where PROFILE is the name of the current profile, TABLENAME is the name of a table and NUMBER is the number of the specific row within the table TABLENAME.

Returns:
The entries relevant to the signature block search algorithm as Java properties.


Copyright © 2006-2010. All Rights Reserved.