public abstract class AbsRepositoryCom extends AbsAiComponent implements AiIoComponent, AiPropertyComponent
| 构造器和说明 |
|---|
AbsRepositoryCom() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doRun(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node) |
abstract RepositoryStorable |
getRepository(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node) |
protected void |
initRepository(RepositoryStorable repository,
org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node) |
runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttachment, getAttachmentName, getInput, getInputName, getOutputName, setAttachment, setOutputaddProperty, getProperty, getPropertyAll, setPropertygetDescriptionpublic abstract RepositoryStorable getRepository(org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node) throws java.lang.Throwable
java.lang.Throwableprotected void initRepository(RepositoryStorable repository, org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node) throws java.lang.Throwable
java.lang.Throwableprotected void doRun(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
throws java.lang.Throwable
doRun 在类中 AbsAiComponentjava.lang.Throwable