public interface AiIoComponent extends AiComponent
限定符和类型 | 方法和说明 |
---|---|
default java.lang.Object |
getAttachment(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
获取组件附件
|
default java.lang.String |
getAttachmentName(org.noear.solon.flow.Node node)
获取组件附件名
|
default java.lang.Object |
getInput(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
获取组件数据输入
|
default java.lang.String |
getInputName(org.noear.solon.flow.Node node)
获取组件数据输入名字(有默认,可以配置)
|
default java.lang.String |
getOutputName(org.noear.solon.flow.Node node)
获取组件数据输出名字(有默认,可以配置)
|
default void |
setAttachment(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node,
java.lang.Object data)
设置组件附件
|
default void |
setOutput(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node,
java.lang.Object data)
获取组件数据输出
|
getDescription
default java.lang.String getInputName(org.noear.solon.flow.Node node)
default java.lang.String getAttachmentName(org.noear.solon.flow.Node node)
default java.lang.String getOutputName(org.noear.solon.flow.Node node)
default java.lang.Object getInput(org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node) throws java.lang.Throwable
java.lang.Throwable
default java.lang.Object getAttachment(org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node) throws java.lang.Throwable
java.lang.Throwable
default void setAttachment(org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node, java.lang.Object data) throws java.lang.Throwable
java.lang.Throwable
default void setOutput(org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node, java.lang.Object data) throws java.lang.Throwable
java.lang.Throwable