| Package | Description |
|---|---|
| com.yomahub.liteflow.core | |
| com.yomahub.liteflow.flow |
| Modifier and Type | Method and Description |
|---|---|
LiteflowResponse |
FlowExecutor.execute2Resp(String chainId) |
LiteflowResponse |
FlowExecutor.execute2Resp(String chainId,
Object param) |
LiteflowResponse |
FlowExecutor.execute2Resp(String chainId,
Object param,
Class<?>... contextBeanClazzArray) |
LiteflowResponse |
FlowExecutor.execute2Resp(String chainId,
Object param,
Object... contextBeanArray) |
LiteflowResponse |
FlowExecutor.execute2RespWithEL(String elStr)
直接执行 EL 表达式
|
LiteflowResponse |
FlowExecutor.execute2RespWithEL(String elStr,
Object param)
直接执行 EL 表达式
|
LiteflowResponse |
FlowExecutor.execute2RespWithEL(String elStr,
Object param,
String requestId,
Class<?>... contextBeanClazzArray)
直接执行 EL 表达式
|
LiteflowResponse |
FlowExecutor.execute2RespWithEL(String elStr,
Object param,
String requestId,
Object... contextBeanArray)
直接执行 EL 表达式
|
LiteflowResponse |
FlowExecutor.execute2RespWithRid(String chainId,
Object param,
String requestId,
Class<?>... contextBeanClazzArray) |
LiteflowResponse |
FlowExecutor.execute2RespWithRid(String chainId,
Object param,
String requestId,
Object... contextBeanArray) |
LiteflowResponse |
NodeComponent.invoke2Resp(String chainId,
Object requestData) |
LiteflowResponse |
NodeComponent.invoke2Resp(String chainId,
Object requestData,
Slot slot) |
| Modifier and Type | Method and Description |
|---|---|
Future<LiteflowResponse> |
FlowExecutor.execute2Future(String chainId,
Object param,
Class<?>... contextBeanClazzArray) |
Future<LiteflowResponse> |
FlowExecutor.execute2Future(String chainId,
Object param,
Object... contextBeanArray) |
Future<LiteflowResponse> |
FlowExecutor.execute2FutureWithRid(String chainId,
Object param,
String requestId,
Class<?>... contextBeanClazzArray) |
Future<LiteflowResponse> |
FlowExecutor.execute2FutureWithRid(String chainId,
Object param,
String requestId,
Object... contextBeanArray) |
List<LiteflowResponse> |
FlowExecutor.executeRouteChain(Object param,
Class<?>... contextBeanClazzArray) |
List<LiteflowResponse> |
FlowExecutor.executeRouteChain(Object param,
Object... contextBeanArray) |
List<LiteflowResponse> |
FlowExecutor.executeRouteChain(String namespace,
Object param,
Class<?>... contextBeanClazzArray) |
List<LiteflowResponse> |
FlowExecutor.executeRouteChain(String namespace,
Object param,
Object... contextBeanArray) |
List<LiteflowResponse> |
FlowExecutor.executeRouteChainWithRid(Object param,
String requestId,
Class<?>... contextBeanClazzArray) |
List<LiteflowResponse> |
FlowExecutor.executeRouteChainWithRid(Object param,
String requestId,
Object... contextBeanArray) |
List<LiteflowResponse> |
FlowExecutor.executeRouteChainWithRid(String namespace,
Object param,
String requestId,
Class<?>... contextBeanClazzArray) |
List<LiteflowResponse> |
FlowExecutor.executeRouteChainWithRid(String namespace,
Object param,
String requestId,
Object... contextBeanArray) |
| Modifier and Type | Method and Description |
|---|---|
static LiteflowResponse |
LiteflowResponse.newInnerResponse(String chainId,
Slot slot) |
static LiteflowResponse |
LiteflowResponse.newMainResponse(Exception exception) |
static LiteflowResponse |
LiteflowResponse.newMainResponse(Slot slot) |
Copyright © 2025. All rights reserved.