Uses of Interface
net.n2oapp.framework.api.metadata.compile.BindProcessor
-
Packages that use BindProcessor Package Description net.n2oapp.framework.api.metadata.compile net.n2oapp.framework.api.metadata.pipeline -
-
Uses of BindProcessor in net.n2oapp.framework.api.metadata.compile
Methods in net.n2oapp.framework.api.metadata.compile with parameters of type BindProcessor Modifier and Type Method Description DMetadataBinder. bind(D compiled, BindProcessor p)Связать метаданные с данными<D extends Compiled>
DMetadataBinderFactory. bind(D compiled, BindProcessor processor)Связать метаданные с даннымиjava.lang.StringCompileContext. getCompiledId(BindProcessor p)Получить идентификатор контекстаjava.lang.StringCompileContext. getRoute(BindProcessor p)Маршрут c параметрами, по которому можно получить метаданнуюjava.lang.StringCompileContext. getSourceId(BindProcessor p)Получить идентификатор исходной метаданной -
Uses of BindProcessor in net.n2oapp.framework.api.metadata.pipeline
Methods in net.n2oapp.framework.api.metadata.pipeline with parameters of type BindProcessor Modifier and Type Method Description OPipelineOperation. execute(CompileContext<?,?> context, DataSet data, java.util.function.Supplier<I> supplier, CompileProcessor compileProcessor, BindProcessor bindProcessor, ValidateProcessor validateProcessor)Выполнить операцию над объектом в канале
-