Class InvokeActionCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.action.AbstractActionCompiler<D,S>
net.n2oapp.framework.config.metadata.compile.action.AbstractMetaActionCompiler<InvokeAction,N2oInvokeAction>
net.n2oapp.framework.config.metadata.compile.action.InvokeActionCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<InvokeAction,,N2oInvokeAction, CompileContext<?, ?>> BaseSourceCompiler<InvokeAction,N2oInvokeAction, CompileContext<?, ?>>
@Component
public class InvokeActionCompiler
extends AbstractMetaActionCompiler<InvokeAction,N2oInvokeAction>
Сборка действия вызова операции
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oInvokeAction source, CompileContext<?, ?> context, CompileProcessor p) protected voidinitDefaults(N2oInvokeAction source, CompileContext<?, ?> context, CompileProcessor p) protected MetaSagainitFailMeta(InvokeAction compiled, N2oInvokeAction source, CompileContext<?, ?> context) protected MetaSagainitSuccessMeta(InvokeAction compiled, N2oInvokeAction source, CompileContext<?, ?> context, CompileProcessor p) Methods inherited from class net.n2oapp.framework.config.metadata.compile.action.AbstractActionCompiler
compileAction, getLocalDatasourceId, getLocalModel, getModelFromComponentScope, getPageId, initId, initMappings, initParentRoutePathMappings
-
Constructor Details
-
InvokeActionCompiler
public InvokeActionCompiler()
-
-
Method Details
-
getSourceClass
-
compile
public InvokeAction compile(N2oInvokeAction source, CompileContext<?, ?> context, CompileProcessor p) -
initSuccessMeta
protected MetaSaga initSuccessMeta(InvokeAction compiled, N2oInvokeAction source, CompileContext<?, ?> context, CompileProcessor p) - Overrides:
initSuccessMetain classAbstractMetaActionCompiler<InvokeAction,N2oInvokeAction>
-
initFailMeta
protected MetaSaga initFailMeta(InvokeAction compiled, N2oInvokeAction source, CompileContext<?, ?> context) - Overrides:
initFailMetain classAbstractMetaActionCompiler<InvokeAction,N2oInvokeAction>
-
initDefaults
protected void initDefaults(N2oInvokeAction source, CompileContext<?, ?> context, CompileProcessor p) - Overrides:
initDefaultsin classAbstractMetaActionCompiler<InvokeAction,N2oInvokeAction>
-