Uses of Interface
org.qubership.atp.dataset.model.DataSet
Packages that use DataSet
Package
Description
-
Uses of DataSet in org.qubership.atp.dataset.db
Methods in org.qubership.atp.dataset.db that return DataSetModifier and TypeMethodDescriptionCreates data set.DataSetListTreeRepository.ToLoadLater.provideDsRef(UUID dslId, UUID dsId) Methods in org.qubership.atp.dataset.db that return types with arguments of type DataSetModifier and TypeMethodDescriptionDataSetRepository.getAffectedDataSetsByChangesDataSetReference(UUID dataSetId) Finds dataSets with provided dataSet id.DataSetRepository.getAll()DataSetRepository.getByParentId(UUID dslId) DataSetRepository.getByParentIdAndLabel(UUID dslId, String labelName) protected com.querydsl.sql.SQLQuery<DataSet> DataSetRepository.select(com.querydsl.core.types.Predicate predicate) -
Uses of DataSet in org.qubership.atp.dataset.macros
Methods in org.qubership.atp.dataset.macros that return DataSetMethods in org.qubership.atp.dataset.macros with parameters of type DataSetModifier and TypeMethodDescriptionprotected EvalContextImplEvalContextImpl.createChild(DataSetList dsl, DataSet ds, boolean parentIsStrict, List<Attribute> pathFromParent, Attribute targetAttrFromParent) Constructors in org.qubership.atp.dataset.macros with parameters of type DataSetModifierConstructorDescriptionEvalContextImpl(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 DataSet in org.qubership.atp.dataset.macros.args
Methods in org.qubership.atp.dataset.macros.args that return types with arguments of type DataSetModifier and TypeMethodDescriptionRefArg.asDs()Returns arg of a ds if it is a ds arg.RefArg.Context.asDs()RefArg.Signature.asDs()static CtxValueSup<DataSet> CtxValueSup.ds()MacroArgFactory.ds()Finds ds by name in context dsl.MacroArgFactoryImpl.ds()MacroArgsFactory.ds()MacroArgsFactory.ds(Position position, String text, org.qubership.atp.dataset.macros.args.SigValueSup<? extends DataSet> getDs) Method parameters in org.qubership.atp.dataset.macros.args with type arguments of type DataSet -
Uses of DataSet in org.qubership.atp.dataset.macros.impl.reference
Fields in org.qubership.atp.dataset.macros.impl.reference with type parameters of type DataSetMethods in org.qubership.atp.dataset.macros.impl.reference that return types with arguments of type DataSet -
Uses of DataSet in org.qubership.atp.dataset.model
Methods in org.qubership.atp.dataset.model that return DataSetModifier and TypeMethodDescriptionAttributePath.getDataSet()Parameter.getDataSet()Parameter.getDataSetReference()Methods in org.qubership.atp.dataset.model that return types with arguments of type DataSetMethods in org.qubership.atp.dataset.model with parameters of type DataSetModifier and TypeMethodDescriptionvoidAttributePath.setDataSet(DataSet dataSet) voidParameter.setDataSet(DataSet dataSet) voidParameter.setDataSetReference(DataSet ds) Method parameters in org.qubership.atp.dataset.model with type arguments of type DataSet -
Uses of DataSet in org.qubership.atp.dataset.model.impl
Classes in org.qubership.atp.dataset.model.impl that implement DataSetFields in org.qubership.atp.dataset.model.impl declared as DataSetModifier and TypeFieldDescriptionprotected DataSetParameterBaseImpl.dataSetprotected DataSetParameterBaseImpl.dataSetReferenceMethods in org.qubership.atp.dataset.model.impl that return DataSetModifier and TypeMethodDescriptionAttributePathImpl.getDataSet()ParameterBaseImpl.getDataSet()ParameterBaseImpl.getDataSetReference()Methods in org.qubership.atp.dataset.model.impl that return types with arguments of type DataSetMethods in org.qubership.atp.dataset.model.impl with parameters of type DataSetModifier and TypeMethodDescriptionvoidAttributePathImpl.setDataSet(DataSet dataSet) voidParameterBaseImpl.setDataSet(DataSet dataSet) voidParameterBaseImpl.setDataSetReference(DataSet ds) Method parameters in org.qubership.atp.dataset.model.impl with type arguments of type DataSetModifier and TypeMethodDescriptionvoidDataSetListImpl.setDataSets(List<DataSet> dataSets) voidFlatDataImpl.setDataSets(Collection<DataSet> dataSets) Constructors in org.qubership.atp.dataset.model.impl with parameters of type DataSetModifierConstructorDescriptionAttribute path, works like attr_key, but has more user friendly api.ParameterBaseImpl(UUID id, DataSet dataSet, String text, ListValue listValue, DataSet dataSetReference) Base parameter which has value.ParameterImpl(UUID id, Attribute attribute, DataSet dataSet, String text, ListValue listValue, DataSet dataSetReference) Just a bean.ParameterOverlapImpl(UUID id, AttributePath attributePath, DataSet dataSet, String text, ListValue listValue, DataSet dataSetReference) Constructor parameters in org.qubership.atp.dataset.model.impl with type arguments of type DataSet -
Uses of DataSet in org.qubership.atp.dataset.model.utils
Fields in org.qubership.atp.dataset.model.utils declared as DataSetModifier and TypeFieldDescriptionprotected DataSetAbstractDsUiHandler.curDsprotected final DataSetOverlapItem.sourceDsprotected final DataSetOverlapItem.Reachable.targetDsMethods in org.qubership.atp.dataset.model.utils that return DataSetModifier and TypeMethodDescriptionOverlapItem.getSourceDs()Returns initial data has been used for search.OverlapItem.Reachable.getTargetDs()Methods in org.qubership.atp.dataset.model.utils that return types with arguments of type DataSetModifier and TypeMethodDescriptionAbstractDsUiHandler.backToPreviousParent()DsParamHandler.backToPreviousParent()Methods in org.qubership.atp.dataset.model.utils with parameters of type DataSetModifier and TypeMethodDescriptionDsParamHandler.constructLeaf(DataSet leaf) static OverlapIteratorOverlapIterator.create(DataSet dataSet, UUID targetAttrId, Collection<UUID> attrPathIds) SeeOverlapIterator.static UiManAttributeUtils.doUiAttr(DataSet dataSet, DsEvaluator eval, List<UUID> attrPath) Finds attribute by provided path inclusive.AbstractDsUiHandler.forwardToNewParent(DataSet parent) DsParamHandler.forwardToNewParent(DataSet parent) static OverlapIteratorAbstractDsUiHandler.getChildren(DataSet item) Iterator<? extends OverlapItem.Reachable> DsParamHandler.getChildren(DataSet item) voidAbstractDsUiHandler.notifyItemStarts(DataSet item) static OverlapIteratorOverlapLayers.overlapIterator(DataSet ds, UUID targetAttrId, Collection<UUID> attrPath) SeeOverlapIterator.Utils.paramsInDsWalker(DataSet root, DsEvaluator evaluator) Creates a walker which is able to iterate over dataSets and parameters recursively.voidAtpDsSerializer.serialize(DataSet value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) static com.fasterxml.jackson.databind.node.ObjectNodeUtils.serializeInItfWay(DataSet ds, com.fasterxml.jackson.databind.ObjectMapper mapper, DsEvaluator eval) Serializes dataSet in ITF way: {attribute = parameter, attribute2 : {attribute = parameter2}} and so on.static voidAtpDsSerializer.writeValue(OutputStream os, DataSet ds, DsEvaluator evaluator) static StringAtpDsSerializer.writeValueAsString(DataSet ds, DsEvaluator evaluator) Constructors in org.qubership.atp.dataset.model.utils with parameters of type DataSetModifierConstructorDescriptionDatasetResponse(DataSet dataSet, DataSetList dataSetList) DatasetResponse constructor.DefaultInitialized(DataSet sourceDs, List<Attribute> foundByAttrPath, DataSet targetDs, Parameter parameter) protectedDefaultUninitialized(DataSet sourceDs, List<Attribute> foundByAttrPath, Attribute foundTargetAttr, DataSet targetDs) protectedOverlap(DataSet sourceDs, List<Attribute> foundByAttrPath, DataSet targetDs, ParameterOverlap overlap) protectedUnreachable(DataSet sourceDs, Collection<UUID> attributePathIds, UUID targetAttributeId, DataSet notFoundIn, UUID notFoundAttr) -
Uses of DataSet in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct that return DataSetModifier and TypeMethodDescriptionCopy DS.Copy DS to another dsl.Copy DS to another dsl.Methods in org.qubership.atp.dataset.service.direct that return types with arguments of type DataSetModifier and TypeMethodDescriptionDataSetService.getAllDslDsByAttribute(UUID targetAttrId, List<UUID> attrPathIds) DataSetService.getByParentId(UUID dataSetListId, boolean evaluate, String labelName) Returns all datasets under targetDataSetList.DataSetListService.getChildren(UUID dataSetListId, boolean evaluate) DataSetListService.getChildren(UUID dataSetListId, boolean evaluate, String labelName) Returns all datasets under targetDataSetList.Methods in org.qubership.atp.dataset.service.direct with parameters of type DataSet -
Uses of DataSet in org.qubership.atp.dataset.service.direct.helper
Methods in org.qubership.atp.dataset.service.direct.helper that return DataSetModifier and TypeMethodDescriptiondefault DataSetCreationFacade.ds(DataSetList dsl, String name) default DataSetCreationFacade.ds(VisibilityArea va, String dslName, String dsName) DbCreationFacade.ds(DataSetList dsl, String name) SimpleCreationFacade.ds(DataSetList dsl, String name) SimpleCreationFacade.ds(DataSetList dsl, String name, TestPlan testPlan) Creates a ds.Methods in org.qubership.atp.dataset.service.direct.helper with parameters of type DataSetModifier and TypeMethodDescriptiondefault Parameterdefault ParameterCreationFacade.fileParam(DataSet ds, String key, FileDataDao fileData) default ParameterCreationFacade.fileParam(DataSet ds, Attribute attr, FileDataDao fileData) default ParameterCreationFacade.listParam(DataSet ds, String key, String selectedListValue, String... possibleListValues) default Parameterdefault ParameterCreationFacade.overrideParam(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileData, List<Attribute> pathToOverridden) default ParameterCreationFacade.overrideParam(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileData, Attribute... pathToOverridden) CreationFacade.param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileData, List<Attribute> path) DbCreationFacade.param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileDataDto, List<Attribute> path) SimpleCreationFacade.param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileDataDao, List<Attribute> path) Creates a param.default Parameterdefault Parameterdefault Parameterdefault ParameterCreationFacade.schangeParam(DataSet ds, String key, DataSetList dslId, ChangeType operation, UUID... args) default ParameterCreationFacade.schangeParam(DataSet ds, Attribute attr, ChangeType operation, UUID... args) default Parameterdefault Parameter -
Uses of DataSet in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl that return DataSetModifier and TypeMethodDescriptionCopy DS.Copy DS to another dsl.Copy DS to another dsl.Methods in org.qubership.atp.dataset.service.direct.impl that return types with arguments of type DataSetModifier and TypeMethodDescriptionDataSetServiceImpl.getAll()DataSetServiceImpl.getAllDslDsByAttribute(UUID targetAttrId, List<UUID> attrPathIds) DataSetServiceImpl.getByParentId(UUID dataSetListId, boolean evaluate, String labelName) DataSetListServiceImpl.getChildren(UUID dataSetListId, boolean evaluate, String label) Methods in org.qubership.atp.dataset.service.direct.impl with parameters of type DataSet -
Uses of DataSet in org.qubership.atp.dataset.service.direct.macros
Methods in org.qubership.atp.dataset.service.direct.macros that return DataSetModifier and TypeMethodDescriptionCachingParamEvaluator.getDataSetById(MixInId dataSet) DsEvaluator.getDataSetById(MixInId dataSet) Methods in org.qubership.atp.dataset.service.direct.macros that return types with arguments of type DataSetModifier and TypeMethodDescriptionCachingParamEvaluator.getDataSets(DataSetList parent, Stream<DataSet> children) DsEvaluator.getDataSets(DataSetList parent, Stream<DataSet> children) Methods in org.qubership.atp.dataset.service.direct.macros with parameters of type DataSetModifier and TypeMethodDescriptionprotected EvalContextImplEvaluateDsParamStrategyImpl.createContext(DataSetList dsl, DataSet ds, List<Attribute> pathFromParent, Attribute targetAttrFromParent) CachingParamEvaluator.evaluateText(DataSet ds, String text) EvaluateDsParamStrategy.evaluateText(DataSet ds, String text) EvaluateDsParamStrategyImpl.evaluateText(DataSet ds, String text) UnwrapAlias.evaluateText(DataSet ds, String text) Method parameters in org.qubership.atp.dataset.service.direct.macros with type arguments of type DataSetModifier and TypeMethodDescriptionCachingParamEvaluator.getDataSets(DataSetList parent, Stream<DataSet> children) DsEvaluator.getDataSets(DataSetList parent, Stream<DataSet> children) -
Uses of DataSet in org.qubership.atp.dataset.service.direct.macros.schange
Methods in org.qubership.atp.dataset.service.direct.macros.schange that return DataSetModifier and TypeMethodDescriptionstatic DataSetMultiplicationMixin.create(List<MultiplicationEntry> entries, DataSetListRepository dslRepo, DataSetRepository dsRepo, DataSetList dsl, DataSet ds) protected DataSetTraverseMixinSupport.getDataSet(Parameter source) EvaluateDsStructureStrategy.getDataSetById(MixInId dataSet) EvaluateDsStructureStrategyImpl.getDataSetById(MixInId dataSet) NoStructureChange.getDataSetById(MixInId dataSet) Methods in org.qubership.atp.dataset.service.direct.macros.schange that return types with arguments of type DataSetModifier and TypeMethodDescriptionEvaluateDsStructureStrategy.getDataSets(DataSetList parent, Stream<DataSet> children) EvaluateDsStructureStrategyImpl.getDataSets(DataSetList parent, Stream<DataSet> children) NoStructureChange.getDataSets(DataSetList parent, Stream<DataSet> children) TraverseMixinSupport.getDataSets(DataSetList source) Methods in org.qubership.atp.dataset.service.direct.macros.schange with parameters of type DataSetModifier and TypeMethodDescriptionstatic DataSetMultiplicationMixin.create(List<MultiplicationEntry> entries, DataSetListRepository dslRepo, DataSetRepository dsRepo, DataSetList dsl, DataSet ds) protected DataSetListTraverseMixinSupport.getDataSetList(DataSet source) TraverseMixinSupport.getParameters(DataSet source) Method parameters in org.qubership.atp.dataset.service.direct.macros.schange with type arguments of type DataSetModifier and TypeMethodDescriptionEvaluateDsStructureStrategy.getDataSets(DataSetList parent, Stream<DataSet> children) EvaluateDsStructureStrategyImpl.getDataSets(DataSetList parent, Stream<DataSet> children) NoStructureChange.getDataSets(DataSetList parent, Stream<DataSet> children) -
Uses of DataSet in org.qubership.atp.dataset.service.rest.dto.manager
Methods in org.qubership.atp.dataset.service.rest.dto.manager that return DataSetModifier and TypeMethodDescriptionUiManDataSet.getSource()UiManParameter.getSourceDs()It isDataSetin which context we are getting this param.Methods in org.qubership.atp.dataset.service.rest.dto.manager with parameters of type DataSetConstructors in org.qubership.atp.dataset.service.rest.dto.manager with parameters of type DataSetModifierConstructorDescriptionUiManDataSet(DataSet source) UiManParameter(Parameter source, DataSet sourceDs, boolean isOverlap, Object value, Object valueRef) Decorates a source parameter for ui serialization. -
Uses of DataSet in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return types with arguments of type DataSetModifier and TypeMethodDescriptionDataSetListController.getDataSetListFullInfo(UUID dataSetListId) Returns datasets full information of the selected DSL.DataSetController.getDataSets()Returns all dataSets.DataSetListController.getDataSets(UUID dataSetListId, QueryParamFlag skipEvaluate, String labelName) DataSetController.getDataSetsByIds(List<UUID> dataSetsIds) Returns DS-s by ID-s.