| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionInput |
ContractsApi.contractPost(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId)
Gets the smart contract instance matching a specific workflow instance ID.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WorkflowActionInput> |
ContractsApi.contractPostWithHttpInfo(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId)
Gets the smart contract instance matching a specific workflow instance ID.
|
| Modifier and Type | Method and Description |
|---|---|
LedgerActionOutput |
ContractsApi.contractActionPost(Integer contractId,
WorkflowActionInput actionInformation)
Executes an action for the specified smart contract instance and action ID.
|
com.squareup.okhttp.Call |
ContractsApi.contractActionPostAsync(Integer contractId,
WorkflowActionInput actionInformation,
ApiCallback<LedgerActionOutput> callback)
(asynchronously)
Executes an action for the specified smart contract instance and action ID.
|
com.squareup.okhttp.Call |
ContractsApi.contractActionPostCall(Integer contractId,
WorkflowActionInput actionInformation,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractActionPost
|
ApiResponse<LedgerActionOutput> |
ContractsApi.contractActionPostWithHttpInfo(Integer contractId,
WorkflowActionInput actionInformation)
Executes an action for the specified smart contract instance and action ID.
|
WorkflowActionInput |
ContractsApi.contractPost(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId)
Gets the smart contract instance matching a specific workflow instance ID.
|
com.squareup.okhttp.Call |
ContractsApi.contractPostAsync(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId,
ApiCallback<WorkflowActionInput> callback)
(asynchronously)
Gets the smart contract instance matching a specific workflow instance ID.
|
com.squareup.okhttp.Call |
ContractsApi.contractPostCall(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractPost
|
ApiResponse<WorkflowActionInput> |
ContractsApi.contractPostWithHttpInfo(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId)
Gets the smart contract instance matching a specific workflow instance ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ContractsApi.contractPostAsync(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId,
ApiCallback<WorkflowActionInput> callback)
(asynchronously)
Gets the smart contract instance matching a specific workflow instance ID.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionInput |
WorkflowActionInput.addWorkflowActionParametersItem(ContractActionParameter workflowActionParametersItem) |
WorkflowActionInput |
WorkflowActionInput.workflowActionParameters(List<ContractActionParameter> workflowActionParameters) |
WorkflowActionInput |
WorkflowActionInput.workflowFunctionID(Integer workflowFunctionID) |
Copyright © 2018. All rights reserved.