public class MagentoPlugin
extends org.imixs.workflow.engine.plugins.AbstractPlugin
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVITY_MAGENTO_UPDATE |
static String |
ERROR_MESSAGE |
static String |
MAGENTO_CONFIGURATION_ID |
static String |
MAGENTOSERVICE_NOT_BOUND |
| Constructor and Description |
|---|
MagentoPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.imixs.workflow.WorkflowContext actx) |
org.imixs.workflow.ItemCollection |
run(org.imixs.workflow.ItemCollection documentContext,
org.imixs.workflow.ItemCollection documentActivity)
This method lookups the order data and updates the magento properties of
the workitem
txtMagentoCustomer=magento customer name (First- and Lastname)
txtMagentoCustomerEmail = E-Mail address of customer
txtMagentoOrderID = Order id of magento order
txtMagentoCustomerPhone = Telephone
|
public static final String MAGENTOSERVICE_NOT_BOUND
public static final String ERROR_MESSAGE
public static final String MAGENTO_CONFIGURATION_ID
public static final int ACTIVITY_MAGENTO_UPDATE
public void init(org.imixs.workflow.WorkflowContext actx)
throws org.imixs.workflow.exceptions.PluginException
init in interface org.imixs.workflow.Plugininit in class org.imixs.workflow.engine.plugins.AbstractPluginorg.imixs.workflow.exceptions.PluginExceptionpublic org.imixs.workflow.ItemCollection run(org.imixs.workflow.ItemCollection documentContext,
org.imixs.workflow.ItemCollection documentActivity)
throws org.imixs.workflow.exceptions.PluginException
txtMagentoCustomer=magento customer name (First- and Lastname)
txtMagentoCustomerEmail = E-Mail address of customer
txtMagentoOrderID = Order id of magento order
txtMagentoCustomerPhone = Telephone
org.imixs.workflow.exceptions.PluginExceptionCopyright © 2020 Imixs Software Solutions GmbH. All rights reserved.