Uses of Interface
net.n2oapp.framework.api.metadata.compile.CompileProcessor
-
Packages that use CompileProcessor Package Description net.n2oapp.framework.api.metadata.compile net.n2oapp.framework.api.metadata.meta.badge net.n2oapp.framework.api.metadata.pipeline -
-
Uses of CompileProcessor in net.n2oapp.framework.api.metadata.compile
Methods in net.n2oapp.framework.api.metadata.compile with parameters of type CompileProcessor Modifier and Type Method Description DSourceCompiler. compile(S source, C context, CompileProcessor p)Собрать объект<D extends Compiled,S,C extends CompileContext<?,?>>
DSourceCompilerFactory. compile(S source, C context, CompileProcessor p)Собрать объектList<ToolbarItem>ButtonGenerator. generate(N2oToolbar toolbar, CompileContext context, CompileProcessor p)List<ToolbarItem>ButtonGeneratorFactory. generate(String code, N2oToolbar toolbar, CompileContext context, CompileProcessor p)<S extends SourceMetadata>
SCompileProcessor. getSource(String id, Class<S> sourceClass, CompileProcessor processor)Получить исходный объект по идентификаторуMap<String,Object>ExtensionAttributeMapper. mapAttributes(Map<String,String> attributes, CompileProcessor p)Из дополнительных атрибутов сформировать список объектовMap<String,Object>ExtensionAttributeMapperFactory. mapAttributes(Map<String,String> attributes, String namespaceUri, CompileProcessor p)Собрать дополнительные атрибуты Если по namespace нашли mapper, то возвращается результат его работы, иначе возвращаются исходные аттрибутыDCompileTransformer. transform(D compiled, C context, CompileProcessor p)Трансформировать собранные метаданные<D extends Compiled>
DCompileTransformerFactory. transform(D compiled, CompileContext<?,?> context, CompileProcessor p)Трансформировать собранные метаданные -
Uses of CompileProcessor in net.n2oapp.framework.api.metadata.meta.badge
Methods in net.n2oapp.framework.api.metadata.meta.badge with parameters of type CompileProcessor Modifier and Type Method Description static BadgeBadgeUtil. compileReferringBadge(BadgeAware source, String propertyPrefix, CompileProcessor p)Компиляция значка, ссылающегося на поляstatic BadgeBadgeUtil. compileSimpleBadge(BadgeAware source, String propertyPrefix, CompileProcessor p)Компиляция значка, не использующего ссылки на поля -
Uses of CompileProcessor in net.n2oapp.framework.api.metadata.pipeline
Methods in net.n2oapp.framework.api.metadata.pipeline with parameters of type CompileProcessor Modifier and Type Method Description OPipelineOperation. execute(CompileContext<?,?> context, DataSet data, Supplier<I> supplier, CompileProcessor compileProcessor, BindProcessor bindProcessor, SourceProcessor sourceProcessor)Выполнить операцию над объектом в канале<D extends Compiled,S>
DCompileTerminalPipeline. get(S input, CompileContext<?,?> ctx, CompileProcessor p)<D extends Compiled>
DReadCompileTerminalPipeline. get(CompileContext<D,?> ctx, CompileProcessor p)
-