Uses of Class
org.qubership.atp.dataset.macros.args.RefArg
Packages that use RefArg
-
Uses of RefArg in org.qubership.atp.dataset.macros
Methods in org.qubership.atp.dataset.macros that return types with arguments of type RefArgModifier and TypeMethodDescriptionEvalContextImpl.relativizePathFromSharedToThis(EvaluationContext shared, List<RefArg<Attribute>> attrArgs) EvaluationContext.relativizePathFromSharedToThis(EvaluationContext shared, List<RefArg<Attribute>> attrArgs) When you are searching for params in shared context by using refs, defined in this context, you should relativize attribute path like if param was defined in shared context.Method parameters in org.qubership.atp.dataset.macros with type arguments of type RefArgModifier and TypeMethodDescriptionEvalContextImpl.relativizePathFromSharedToThis(EvaluationContext shared, List<RefArg<Attribute>> attrArgs) EvaluationContext.relativizePathFromSharedToThis(EvaluationContext shared, List<RefArg<Attribute>> attrArgs) When you are searching for params in shared context by using refs, defined in this context, you should relativize attribute path like if param was defined in shared context.voidEvalContextImpl.resolveArguments(List<? extends RefArg<?>> args) voidEvaluationContext.resolveArguments(List<? extends RefArg<?>> args) -
Uses of RefArg in org.qubership.atp.dataset.macros.args
Subclasses of RefArg in org.qubership.atp.dataset.macros.argsModifier and TypeClassDescriptionstatic classRefArg.Context<T extends Identified & Named>An adapter for reference which may be not specified in macro arguments signature and should be taken from context.static classRefArg.Signature<T extends Identified & Named>It is a reference, represented as some name/id in macros arguments signature.Methods in org.qubership.atp.dataset.macros.args that return types with arguments of type RefArgModifier and TypeMethodDescriptionRefArg.asAttr()Returns arg of a attr if it is an attr arg.RefArg.asDs()Returns arg of a ds if it is a ds arg.Optional<? extends RefArg<DataSetList>> RefArg.asDsl()Returns arg of a dsl if it is a dsl arg.MacroArg.asRef()RefArg.Context.asRef()TextArg.NoSignature.asRef()