| Package | Description |
|---|---|
| org.noear.solon.flow.stateful |
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.codeOf(int code)
根据代码构建
|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StateType |
StateType.byOperation(Operation op)
根据代码构建
|
void |
FlowStatefulServiceDefault.postOperation(Node node,
Operation operation,
FlowContext context)
提交操作
|
void |
FlowStatefulService.postOperation(Node node,
Operation operation,
FlowContext context)
提交操作
|
void |
FlowStatefulServiceDefault.postOperation(String chainId,
String nodeId,
Operation operation,
FlowContext context)
提交操作
|
void |
FlowStatefulService.postOperation(String chainId,
String nodeId,
Operation operation,
FlowContext context)
提交操作
|
protected void |
FlowStatefulServiceDefault.postOperationDo(FlowExchanger exchanger,
Node node,
Operation operation)
提交操作
|
boolean |
FlowStatefulServiceDefault.postOperationIfWaiting(Node node,
Operation operation,
FlowContext context)
提交操作(如果当前节点为等待介入)
|
boolean |
FlowStatefulService.postOperationIfWaiting(Node node,
Operation operation,
FlowContext context)
提交操作(如果当前任务为等待介入)
|
boolean |
FlowStatefulServiceDefault.postOperationIfWaiting(String chainId,
String nodeId,
Operation operation,
FlowContext context)
提交操作(如果当前节点为等待介入)
|
boolean |
FlowStatefulService.postOperationIfWaiting(String chainId,
String nodeId,
Operation operation,
FlowContext context)
提交操作(如果当前任务为等待介入)
|
Copyright © 2025. All rights reserved.