Uses of Class
org.qubership.atp.dataset.service.jpa.model.PathStep
Packages that use PathStep
Package
Description
-
Uses of PathStep in org.qubership.atp.dataset.service.jpa.impl.macro
Methods in org.qubership.atp.dataset.service.jpa.impl.macro with parameters of type PathStepModifier and TypeMethodDescriptionMacroContext.getCachedDslTextParameter(PathStep dataSetList, PathStep dataSetId, List<PathStep> attributeGroups, PathStep attributeId) For REF_DSL.CachedDslMacroResultContainer.getCachedValue(PathStep dataSetList, PathStep dataSet, List<PathStep> attributeGroups, PathStep attribute) Returns matched DSL parameter cache.MacroContext.getDataSetList(UUID visibilityAreaId, PathStep dataSetList) MacroContext.getDslTextParameter(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSetId, List<PathStep> attributeGroups, PathStep attributeId) For REF_DSL.MacroContext.getTextParameter(PathStep dataSet, List<PathStep> attributeGroups, PathStep attribute) For REF.MacroContext.getTextParameterFromCachedContextByNamesPath(ParameterPositionContext parameterPositionContext, List<PathStep> attributeGroupsPath, PathStep attribute) For REF_THIS.voidMacroContext.storeCachedDslTextParameter(PathStep dataSetList, PathStep dataSetId, List<PathStep> attributeGroups, PathStep attributeId, String value) Cache method For REF_DSL.voidCachedDslMacroResultContainer.storeValue(PathStep dataSetList, PathStep dataSet, List<PathStep> attributeGroups, PathStep attribute, String value) Add new DSL parameter value to cache.Method parameters in org.qubership.atp.dataset.service.jpa.impl.macro with type arguments of type PathStepModifier and TypeMethodDescriptionMacroContext.getCachedDslTextParameter(PathStep dataSetList, PathStep dataSetId, List<PathStep> attributeGroups, PathStep attributeId) For REF_DSL.CachedDslMacroResultContainer.getCachedValue(PathStep dataSetList, PathStep dataSet, List<PathStep> attributeGroups, PathStep attribute) Returns matched DSL parameter cache.MacroContext.getDslTextParameter(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSetId, List<PathStep> attributeGroups, PathStep attributeId) For REF_DSL.MacroContext.getTextParameter(PathStep dataSet, List<PathStep> attributeGroups, PathStep attribute) For REF.MacroContext.getTextParameterFromCachedContextByNamesPath(ParameterPositionContext parameterPositionContext, List<PathStep> attributeGroupsPath, PathStep attribute) For REF_THIS.voidMacroContext.storeCachedDslTextParameter(PathStep dataSetList, PathStep dataSetId, List<PathStep> attributeGroups, PathStep attributeId, String value) Cache method For REF_DSL.voidCachedDslMacroResultContainer.storeValue(PathStep dataSetList, PathStep dataSet, List<PathStep> attributeGroups, PathStep attribute, String value) Add new DSL parameter value to cache. -
Uses of PathStep in org.qubership.atp.dataset.service.jpa.model
Methods in org.qubership.atp.dataset.service.jpa.model with parameters of type PathStepModifier and TypeMethodDescriptionMacroContextService.getDataSetList(UUID visibilityAreaId, PathStep dataSetListPathStep) MacroContextServiceImpl.getDataSetList(UUID visibilityAreaId, PathStep dataSetListPathStep) Get dataSetList, by its name or id, provided in dataSetListPathStep parameter.MacroContextService.getTextParameterByExternalListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSet, List<PathStep> referenceAttributePath, PathStep parameterAttribute) MacroContextServiceImpl.getTextParameterByExternalListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSetPath, List<PathStep> referenceAttributePath, PathStep attribute) For REF_DSL.MacroContextService.getTextParameterByListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSet, List<PathStep> referenceAttributePath, PathStep parameterAttribute) MacroContextServiceImpl.getTextParameterByListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSetPath, List<PathStep> referenceAttributePath, PathStep attribute) For REF.MacroContextService.getTextParameterFromCachedContextByNamesPath(UUID visibilityAreaId, PathStep topLevelDataSetList, UUID dataSetId, int dataSetColumn, List<UUID> macroPosition, List<PathStep> pathSteps, PathStep attribute) MacroContextServiceImpl.getTextParameterFromCachedContextByNamesPath(UUID visibilityAreaId, PathStep topLevelDataSetList, UUID dataSetId, int dataSetColumn, List<UUID> macroPosition, List<PathStep> pathSteps, PathStep attribute) For REF_THIS.booleanTrue if any field matched.Method parameters in org.qubership.atp.dataset.service.jpa.model with type arguments of type PathStepModifier and TypeMethodDescriptionMacroContextService.getTextParameterByExternalListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSet, List<PathStep> referenceAttributePath, PathStep parameterAttribute) MacroContextServiceImpl.getTextParameterByExternalListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSetPath, List<PathStep> referenceAttributePath, PathStep attribute) For REF_DSL.MacroContextService.getTextParameterByListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSet, List<PathStep> referenceAttributePath, PathStep parameterAttribute) MacroContextServiceImpl.getTextParameterByListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSetPath, List<PathStep> referenceAttributePath, PathStep attribute) For REF.Constructors in org.qubership.atp.dataset.service.jpa.model with parameters of type PathStepModifierConstructorDescriptionDataSetListParameterExtractor(DataSetList dataSetList, PathStep dataSetPath, List<PathStep> referenceAttributePath, PathStep attributePath) Default constructor.ParameterExtractor(DataSetListContext dataSetListContext, UUID dataSetId, int dataSetColumn, List<UUID> macroPosition, List<PathStep> referenceAttributePath, PathStep attribute) Default constructor.Constructor parameters in org.qubership.atp.dataset.service.jpa.model with type arguments of type PathStepModifierConstructorDescriptionDataSetListParameterExtractor(DataSetList dataSetList, PathStep dataSetPath, List<PathStep> referenceAttributePath, PathStep attributePath) Default constructor.