public class POICopyContentAdapter extends Object implements org.imixs.workflow.SignalAdapter
The adapter can be configured by the event workflow result:
<poi-copy name=
"filename">PLA Membership Agreement-<itemvalue>numsequencenumber</itemvalue>.xlsx</poi-update>
<poi-copy name="copy">
<find>F:4</find>
<item>invoice.total</item>
</poi-copy>
<poi-copy name="copy">
<find>F:4</find>
<item>invoice.total</item>
<type>number</type>
</poi-copy>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ERROR |
static String |
DOCUMENT_ERROR |
| Constructor and Description |
|---|
POICopyContentAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.imixs.workflow.ItemCollection |
execute(org.imixs.workflow.ItemCollection document,
org.imixs.workflow.ItemCollection event)
This method computes the findreplace configuration and updates an attachments
form type .docx
|
public static final String DOCUMENT_ERROR
public static final String CONFIG_ERROR
public org.imixs.workflow.ItemCollection execute(org.imixs.workflow.ItemCollection document,
org.imixs.workflow.ItemCollection event)
throws org.imixs.workflow.exceptions.AdapterException,
org.imixs.workflow.exceptions.PluginException
execute in interface org.imixs.workflow.Adapterorg.imixs.workflow.exceptions.PluginExceptionorg.imixs.workflow.exceptions.AdapterExceptionCopyright © 2021 Imixs Software Solutions GmbH. All rights reserved.