@Wid(widfile="EthereumTransactExistingContract.wid",name="EthereumTransactExistingContract",displayName="EthereumTransactExistingContract",defaultHandler="mvel: new org.jbpm.process.workitem.ethereum.TransactExistingContractWorkitemHandler()",documentation="ethereum-workitem/index.html",parameters={@WidParameter(name="ServiceURL",required=true),@WidParameter(name="ContractAddress",required=true),@WidParameter(name="MethodName",required=true),@WidParameter(name="MethodInputType"),@WidParameter(name="WaitForReceipt"),@WidParameter(name="DepositAmount")},results=@WidResult(name="Receipt"),mavenDepends=@WidMavenDepends(group="org.jbpm.contrib",artifact="ethereum-workitem",version="7.12.0.Final"),serviceInfo=@WidService(category="Ethereum",description="Integrate with the Ethereum Blockchain app platform",keywords="Ethereum,blockchain,smart,contract,smartcontract,transaction,send",action=@WidAction(title="Perform a transaction to an existing contract on the blockchain")))
public class TransactExistingContractWorkitemHandler
extends org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler
| Constructor and Description |
|---|
TransactExistingContractWorkitemHandler(String walletPassword,
String walletPath) |
TransactExistingContractWorkitemHandler(String walletPassword,
String walletPath,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
abortWorkItem(org.kie.api.runtime.process.WorkItem wi,
org.kie.api.runtime.process.WorkItemManager wim) |
void |
executeWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager workItemManager) |
void |
setWeb3j(org.web3j.protocol.Web3j web3j) |
public TransactExistingContractWorkitemHandler(String walletPassword, String walletPath)
public TransactExistingContractWorkitemHandler(String walletPassword, String walletPath, ClassLoader classLoader)
public void executeWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager workItemManager)
public void abortWorkItem(org.kie.api.runtime.process.WorkItem wi,
org.kie.api.runtime.process.WorkItemManager wim)
public void setWeb3j(org.web3j.protocol.Web3j web3j)
Copyright © 2001–2018 jBPM dev team. All rights reserved.