public class SignatureAdapter extends Object implements org.imixs.workflow.SignalAdapter
The adapter creates a digital signature with the certificate associated with the current user name. If no certificate exits, the adapter creates a new certificate (autocreate=true) or signs the document with the root certificate (rootsignature=true)
<signature name="autocreate">true</signature>
<signature name="rootsignature">true</signature>
<signature name="filepattern">order.pdf</signature>
<signature name="position-x">50</signature>
<signature name="position-y">650</signature>
<signature name="dimension-w">170</signature>
<signature name="dimension-h">50</signature>
| Constructor and Description |
|---|
SignatureAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.imixs.workflow.ItemCollection |
execute(org.imixs.workflow.ItemCollection document,
org.imixs.workflow.ItemCollection event)
This method posts a text from an attachment to the Imixs-ML Analyse service
endpoint
|
public static final String PDF_REGEX
public org.imixs.workflow.ItemCollection execute(org.imixs.workflow.ItemCollection document,
org.imixs.workflow.ItemCollection event)
throws org.imixs.workflow.exceptions.AdapterException
execute in interface org.imixs.workflow.Adapterorg.imixs.workflow.exceptions.AdapterExceptionCopyright © 2016–2020 Imixs Software Solutions GmbH. All rights reserved.