Uses of Interface
org.qubership.atp.dataset.service.direct.AliasWrapperService
Packages that use AliasWrapperService
Package
Description
-
Uses of AliasWrapperService in org.qubership.atp.dataset.macros
Fields in org.qubership.atp.dataset.macros declared as AliasWrapperServiceModifier and TypeFieldDescriptionprotected final AliasWrapperServiceEvalContextImpl.wrapperServiceConstructors in org.qubership.atp.dataset.macros with parameters of type AliasWrapperServiceModifierConstructorDescriptionEvalContextImpl(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 AliasWrapperService in org.qubership.atp.dataset.macros.processor
Fields in org.qubership.atp.dataset.macros.processor declared as AliasWrapperServiceConstructors in org.qubership.atp.dataset.macros.processor with parameters of type AliasWrapperServiceModifierConstructorDescriptionMacroContext(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. -
Uses of AliasWrapperService in org.qubership.atp.dataset.service.direct.helper
Fields in org.qubership.atp.dataset.service.direct.helper declared as AliasWrapperServiceModifier and TypeFieldDescriptionprotected AliasWrapperServiceAbstractServicesInjected.wrapperService -
Uses of AliasWrapperService in org.qubership.atp.dataset.service.direct.impl
Classes in org.qubership.atp.dataset.service.direct.impl that implement AliasWrapperServiceMethods in org.qubership.atp.dataset.service.direct.impl with parameters of type AliasWrapperServiceModifier and TypeMethodDescriptionvoidEvaluationServiceImpl.setAliasWrapperService(AliasWrapperService aliasWrapperService) -
Uses of AliasWrapperService in org.qubership.atp.dataset.service.direct.macros
Fields in org.qubership.atp.dataset.service.direct.macros declared as AliasWrapperServiceModifier and TypeFieldDescriptionprotected final AliasWrapperServiceEvaluateDsParamStrategyImpl.wrapperServiceConstructors in org.qubership.atp.dataset.service.direct.macros with parameters of type AliasWrapperServiceModifierConstructorDescriptionEvaluateDsParamStrategyImpl(MacroRegistry registry, AliasWrapperService wrapperService, Cache cache, boolean acceptFails) Evaluates text value of the parameter.UnwrapAlias(AliasWrapperService aliasWrapperService) -
Uses of AliasWrapperService in org.qubership.atp.dataset.service.direct.macros.schange
Constructors in org.qubership.atp.dataset.service.direct.macros.schange with parameters of type AliasWrapperServiceModifierConstructorDescriptionEvaluateDsStructureStrategyImpl(DataSetListRepository dslRepo, DataSetRepository dsRepo, AliasWrapperService aliasWrapperService, MacroRegistry registry) Applies structure modifications to a data sets.