@Deprecated public class DynamicSignatureProfileImpl extends java.lang.Object implements DynamicSignatureProfile
DynamicSignatureProfile
. Don't use this class directly. Use PdfAs
to create and the
DynamicSignatureProfile
interface for manipulation.Modifier and Type | Method and Description |
---|---|
void |
apply()
Deprecated.
Apply the signature profile.
|
static DynamicSignatureProfileImpl |
createEmptyProfile(java.lang.String myUniqueName,
DynamicSignatureLifetimeEnum mode,
Configuration configuration)
Deprecated.
|
static DynamicSignatureProfileImpl |
createFromParent(java.lang.String myUniqueName,
java.lang.String parentProfile,
DynamicSignatureLifetimeEnum mode,
Configuration configuration)
Deprecated.
|
void |
dispose()
Deprecated.
Disposes the signature profile from the global store.
|
static void |
disposeLocalProfile()
Deprecated.
|
java.lang.String |
getFieldValue(java.lang.String fieldName)
Deprecated.
Get a field value from the profile.
|
java.lang.String |
getName()
Deprecated.
Get the name of the dynamic signature profile.
|
java.lang.String |
getPropertyRaw(java.lang.String key)
Deprecated.
Get any property from the signature profile.
|
static DynamicSignatureProfileImpl |
loadProfile(java.lang.String name)
Deprecated.
|
void |
setFieldValue(java.lang.String fieldName,
java.lang.String value)
Deprecated.
Set a field value for the profile.
|
void |
setName(java.lang.String uniqueName)
Deprecated.
|
void |
setPropertyRaw(java.lang.String key,
java.lang.String val)
Deprecated.
Set any property for the signature profile.
|
public static DynamicSignatureProfileImpl createFromParent(java.lang.String myUniqueName, java.lang.String parentProfile, DynamicSignatureLifetimeEnum mode, Configuration configuration)
public static void disposeLocalProfile()
public static DynamicSignatureProfileImpl createEmptyProfile(java.lang.String myUniqueName, DynamicSignatureLifetimeEnum mode, Configuration configuration)
public static DynamicSignatureProfileImpl loadProfile(java.lang.String name)
public java.lang.String getName()
DynamicSignatureProfile
getName
in interface DynamicSignatureProfile
public void setName(java.lang.String uniqueName)
public void setPropertyRaw(java.lang.String key, java.lang.String val)
DynamicSignatureProfile
sig_obj.MEIN_DYN_SIGNATURBLOCK.key.SIG_META
use key.SIG_META
setPropertyRaw
in interface DynamicSignatureProfile
key
- property keyval
- property valuepublic java.lang.String getPropertyRaw(java.lang.String key)
DynamicSignatureProfile
DynamicSignatureProfile.setPropertyRaw(String, String)
for details.getPropertyRaw
in interface DynamicSignatureProfile
public void setFieldValue(java.lang.String fieldName, java.lang.String value)
DynamicSignatureProfile
DynamicSignatureProfile.setPropertyRaw(String, String)
for setting any property.sig_obj.MEIN_DYN_SIGNATURBLOCK.value.SIG_META
just use SIG_META
as fieldName.setFieldValue
in interface DynamicSignatureProfile
fieldName
- the name of the fieldvalue
- the value to setpublic java.lang.String getFieldValue(java.lang.String fieldName)
DynamicSignatureProfile
DynamicSignatureProfile.setFieldValue(String, String)
getFieldValue
in interface DynamicSignatureProfile
public void apply()
DynamicSignatureProfile
DynamicSignatureLifetimeEnum
you
have to DynamicSignatureProfile.dispose()
it manually when not needed anymore.apply
in interface DynamicSignatureProfile
public void dispose()
DynamicSignatureProfile
DynamicSignatureLifetimeEnum.MANUAL
only.dispose
in interface DynamicSignatureProfile