Uses of Interface
net.n2oapp.framework.api.metadata.validate.ValidateProcessor
-
Packages that use ValidateProcessor Package Description net.n2oapp.framework.api.metadata.pipeline net.n2oapp.framework.api.metadata.validate -
-
Uses of ValidateProcessor in net.n2oapp.framework.api.metadata.pipeline
Methods in net.n2oapp.framework.api.metadata.pipeline with parameters of type ValidateProcessor Modifier and Type Method Description OPipelineOperation. execute(CompileContext<?,?> context, DataSet data, java.util.function.Supplier<I> supplier, CompileProcessor compileProcessor, BindProcessor bindProcessor, ValidateProcessor validateProcessor)Выполнить операцию над объектом в канале -
Uses of ValidateProcessor in net.n2oapp.framework.api.metadata.validate
Methods in net.n2oapp.framework.api.metadata.validate with parameters of type ValidateProcessor Modifier and Type Method Description voidSourceValidator. validate(S source, ValidateProcessor p)Валидировать исходную метаданную<S> voidSourceValidatorFactory. validate(S source, ValidateProcessor p)Валидировать исходную метаданную
-