Uses of Class
org.qubership.atp.dataset.macros.args.RefArg.Signature
Packages that use RefArg.Signature
Package
Description
-
Uses of RefArg.Signature in org.qubership.atp.dataset.macros.args
Methods in org.qubership.atp.dataset.macros.args that return RefArg.SignatureModifier and TypeMethodDescriptionMacroArgFactory.attr()Finds attr by name in context dsl.MacroArgFactoryImpl.attr()MacroArgsFactory.attr(Position position, String text, org.qubership.atp.dataset.macros.args.SigValueSup<? extends Attribute> getAttr) MacroArgFactory.ds()Finds ds by name in context dsl.MacroArgFactoryImpl.ds()MacroArgsFactory.ds(Position position, String text, org.qubership.atp.dataset.macros.args.SigValueSup<? extends DataSet> getDs) MacroArgFactory.dsl()Finds dsl by name in context Va.MacroArgFactoryImpl.dsl()MacroArgsFactory.dsl(Position position, String text, org.qubership.atp.dataset.macros.args.SigValueSup<? extends DataSetList> getDsl) static <T extends Named & Identified>
RefArg.Signature<T> RefArg.of(ReferenceAliasType<T> refType, ArgSignature signature, org.qubership.atp.dataset.macros.args.SigValueSup<? extends T> valueSup) Used to create arg from macro parameter.Methods in org.qubership.atp.dataset.macros.args that return types with arguments of type RefArg.SignatureModifier and TypeMethodDescriptionRefArg.Signature.asAttr()RefArg.Signature.asDs()RefArg.Signature.asDsl()RefArg.Signature.asRef()Optional<? extends RefArg.Signature<?>> SignatureArg.asRef()TextArg.WithSignature.asRef()RefArg.asSignature()RefArg.Signature.asSignature() -
Uses of RefArg.Signature in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct with parameters of type RefArg.SignatureModifier and TypeMethodDescription<T extends Identified & Named>
UnwrapStatusAliasWrapperService.unWrapAlias(RefArg.Signature<T> ref) Tries to unwrap. -
Uses of RefArg.Signature in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl with parameters of type RefArg.SignatureModifier and TypeMethodDescription<T extends Identified & Named>
UnwrapStatusAliasWrapperServiceImpl.unWrapAlias(RefArg.Signature<T> ref)