Uses of Interface
org.qubership.atp.dataset.macros.MacroRegistry
Packages that use MacroRegistry
Package
Description
-
Uses of MacroRegistry in org.qubership.atp.dataset.macros
Classes in org.qubership.atp.dataset.macros that implement MacroRegistryFields in org.qubership.atp.dataset.macros declared as MacroRegistryConstructors in org.qubership.atp.dataset.macros with parameters of type MacroRegistryModifierConstructorDescriptionEvalContextImpl(EvalContextImpl parent, MacroRegistry registry, AliasWrapperService wrapperService, Cache cache, DataSetList dsl, DataSet ds, boolean parentIsStrict, List<Attribute> pathFromParent, Attribute targetAttrFromParent) Contains state of evaluation plus all used resources. -
Uses of MacroRegistry in org.qubership.atp.dataset.macros.parser
Constructors in org.qubership.atp.dataset.macros.parser with parameters of type MacroRegistryModifierConstructorDescriptionParsingState(MacroRegistry macroFinder) TokensIterator(MacroRegistry macroFinder, StringBuilder tail) Iterates through macro tokens in macro. -
Uses of MacroRegistry in org.qubership.atp.dataset.macros.processor
Fields in org.qubership.atp.dataset.macros.processor declared as MacroRegistryModifier and TypeFieldDescriptionprotected final MacroRegistryAbstractMacroProcessor.registryprotected final MacroRegistryRefAliasProcessor.registryConstructors in org.qubership.atp.dataset.macros.processor with parameters of type MacroRegistryModifierConstructorDescriptionprotectedAbstractMacroProcessor(StringBuilder tail, MacroRegistry registry) MacroContext(AliasWrapperService wrapperService, EvaluationContext parent, MacroProcessorImpl processor, MacroRegistry registry, EvaluationContext evaluationContext) For rootparent == nullor refsparent != null.MacroProcessorImpl(EvaluationContext current, MacroRegistry registry, AliasWrapperService wrapperService, String inputText, MacroCacheKey cache) Operates with macro context.RefAliasContext(RefAliasProcessor processor, MacroRegistry registry) Macro context used for ref alias processing.RefAliasProcessor(MacroRegistry registry, String inputText) Operates with ref alias macro context. -
Uses of MacroRegistry in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl with parameters of type MacroRegistry -
Uses of MacroRegistry in org.qubership.atp.dataset.service.direct.macros
Fields in org.qubership.atp.dataset.service.direct.macros declared as MacroRegistryModifier and TypeFieldDescriptionprotected final MacroRegistryEvaluateDsParamStrategyImpl.registryConstructors in org.qubership.atp.dataset.service.direct.macros with parameters of type MacroRegistryModifierConstructorDescriptionEvaluateDsParamStrategyImpl(MacroRegistry registry, AliasWrapperService wrapperService, Cache cache, boolean acceptFails) Evaluates text value of the parameter. -
Uses of MacroRegistry in org.qubership.atp.dataset.service.direct.macros.schange
Constructors in org.qubership.atp.dataset.service.direct.macros.schange with parameters of type MacroRegistryModifierConstructorDescriptionEvaluateDsStructureStrategyImpl(DataSetListRepository dslRepo, DataSetRepository dsRepo, AliasWrapperService aliasWrapperService, MacroRegistry registry) Applies structure modifications to a data sets.