Uses of Interface
org.qubership.atp.dataset.model.DataSetList
Packages that use DataSetList
Package
Description
-
Uses of DataSetList in org.qubership.atp.dataset.db
Methods in org.qubership.atp.dataset.db that return DataSetListModifier and TypeMethodDescriptionDataSetListRepository.create(UUID visibilityAreaId, String name, UUID testPlanId, UUID createdBy, Timestamp createdWhen) Creates data set list.DataSetListRepository.getByNameUnderVisibilityArea(UUID visibilityArea, String name) ReturnsDataSetListby name underVisibilityArea.protected DataSetListDataSetListTreeRepository.getDslTree(UUID id, Collection<UUID> dataSetsFilter, Collection<UUID> attributesFilter, DataSetListTreeRepository.ToLoadLater loadLater, Integer startIndex, Integer endIndex, boolean isSortEnabled) protected DataSetListDataSetListTreeRepository.getDslTree(UUID id, Collection<UUID> dataSetsFilter, DataSetListTreeRepository.ToLoadLater loadLater) protected DataSetListDataSetListTreeRepository.getDslTree(UUID id, DataSetListTreeRepository.ToLoadLater loadLater) DataSetListTreeRepository.getEagerById(UUID id, Collection<UUID> dataSetsFilter, Collection<UUID> attributesFilter, Integer startIndex, Integer endIndex, boolean isSortEnabled) Loads eager data set list with all it's references.DataSetListTreeRepository.ToLoadLater.provideDslRef(UUID dslId) Methods in org.qubership.atp.dataset.db that return types with arguments of type DataSetListModifier and TypeMethodDescriptionDataSetListRepository.getAll()DataSetListRepository.getAllByLabel(UUID visibilityArea, String labelName) DataSetListRepository.getUnderTestPlan(UUID testPlanId) protected com.querydsl.sql.SQLQuery<DataSetList> DataSetListRepository.select(com.querydsl.core.types.Predicate predicate) -
Uses of DataSetList in org.qubership.atp.dataset.macros
Methods in org.qubership.atp.dataset.macros that return DataSetListMethods in org.qubership.atp.dataset.macros with parameters of type DataSetListModifier 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 DataSetListModifierConstructorDescriptionEvalContextImpl(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 DataSetList in org.qubership.atp.dataset.macros.args
Methods in org.qubership.atp.dataset.macros.args that return types with arguments of type DataSetListModifier and TypeMethodDescriptionOptional<? extends RefArg<DataSetList>> RefArg.asDsl()Returns arg of a dsl if it is a dsl arg.RefArg.Context.asDsl()RefArg.Signature.asDsl()static CtxValueSup<DataSetList> CtxValueSup.dsl()MacroArgFactory.dsl()Finds dsl by name in context Va.MacroArgFactoryImpl.dsl()MacroArgsFactory.dsl()MacroArgsFactory.dsl(Position position, String text, org.qubership.atp.dataset.macros.args.SigValueSup<? extends DataSetList> getDsl) Methods in org.qubership.atp.dataset.macros.args with parameters of type DataSetListModifier and TypeMethodDescriptionRefArg.Signature.resolve(List<? extends MacroArg> previousArgs, VisibilityArea contextVa, DataSetList contextDsl) Resolves and memorizes an actual value of an arg.Method parameters in org.qubership.atp.dataset.macros.args with type arguments of type DataSetListModifier and TypeMethodDescriptionMacroArgsFactory.dsl(Position position, String text, org.qubership.atp.dataset.macros.args.SigValueSup<? extends DataSetList> getDsl) -
Uses of DataSetList in org.qubership.atp.dataset.macros.impl.reference
Fields in org.qubership.atp.dataset.macros.impl.reference with type parameters of type DataSetListModifier and TypeFieldDescriptionstatic final ReferenceAliasType<DataSetList> ReferenceAliasType.DSLMethods in org.qubership.atp.dataset.macros.impl.reference that return types with arguments of type DataSetListMethod parameters in org.qubership.atp.dataset.macros.impl.reference with type arguments of type DataSetListModifier and TypeMethodDescriptionabstract IdentifiedService<T> ReferenceAliasType.chooseService(IdentifiedService<DataSetList> dslService, IdentifiedService<DataSet> dsService, IdentifiedService<Attribute> attrService) -
Uses of DataSetList in org.qubership.atp.dataset.model
Methods in org.qubership.atp.dataset.model that return DataSetListModifier and TypeMethodDescriptionAttribute.getDataSetList()DataSet.getDataSetList()Attribute.getDataSetListReference()Methods in org.qubership.atp.dataset.model that return types with arguments of type DataSetListMethods in org.qubership.atp.dataset.model with parameters of type DataSetListModifier and TypeMethodDescriptionvoidAttribute.setDataSetList(DataSetList dataSetList) voidDataSet.setDataSetList(DataSetList dataSetList) voidAttribute.setDataSetListReference(DataSetList list) Method parameters in org.qubership.atp.dataset.model with type arguments of type DataSetListModifier and TypeMethodDescriptionvoidVisibilityArea.setDataSetLists(List<DataSetList> dataSetLists) -
Uses of DataSetList in org.qubership.atp.dataset.model.impl
Classes in org.qubership.atp.dataset.model.impl that implement DataSetListMethods in org.qubership.atp.dataset.model.impl that return DataSetListModifier and TypeMethodDescriptionAttributeImpl.getDataSetList()DataSetImpl.getDataSetList()AttributeImpl.getDataSetListReference()Methods in org.qubership.atp.dataset.model.impl that return types with arguments of type DataSetListModifier and TypeMethodDescriptionFlatDataImpl.getDataSetLists()VisibilityAreaImpl.getDataSetLists()Methods in org.qubership.atp.dataset.model.impl with parameters of type DataSetListModifier and TypeMethodDescriptionvoidAttributeImpl.setDataSetList(DataSetList dataSetList) voidDataSetImpl.setDataSetList(DataSetList dataSetList) voidAttributeImpl.setDataSetListReference(DataSetList list) Method parameters in org.qubership.atp.dataset.model.impl with type arguments of type DataSetListModifier and TypeMethodDescriptionvoidFlatDataImpl.setDataSetLists(Collection<DataSetList> dataSetListLists) voidVisibilityAreaImpl.setDataSetLists(List<DataSetList> dataSetLists) Constructors in org.qubership.atp.dataset.model.impl with parameters of type DataSetListModifierConstructorDescriptionAttributeImpl(UUID id, String name, DataSetList dataSetList, AttributeType type, DataSetList dataSetListReference, List<ListValue> listValues, List<Parameter> parameters) Just a bean.DataSetImpl(UUID id, String name, DataSetList dataSetList, List<Parameter> parameters, List<Label> labels, Boolean locked) Just a bean.DataSetImpl(MixInId id, String name, DataSetList dataSetList, List<Parameter> parameters, List<Label> labels, Boolean locked) Just a bean.Constructor parameters in org.qubership.atp.dataset.model.impl with type arguments of type DataSetListModifierConstructorDescriptionVisibilityAreaImpl(UUID id, String name, List<DataSetList> dataSetLists) Just a bean. -
Uses of DataSetList in org.qubership.atp.dataset.model.utils
Fields in org.qubership.atp.dataset.model.utils declared as DataSetListMethods in org.qubership.atp.dataset.model.utils that return types with arguments of type DataSetListModifier and TypeMethodDescriptionAbstractDslUiHandler.backToPreviousParent()DslAttrHandler.backToPreviousParent()protected Iterator<? extends DataSetList> AbstractDsUiHandler.getChildren(Attribute item) Methods in org.qubership.atp.dataset.model.utils with parameters of type DataSetListModifier and TypeMethodDescriptionUtils.attributesInDslWalker(DataSetList root) Creates a walker which is able to iterate over dataSetLists and attributes recursively.DslAttrHandler.constructLeaf(DataSetList leaf) static FlatDataImplUtils.doFlatData(DataSetList dataSetList) Takes DatasetList and creates flat data from it.static UiManDataSetListUtils.doUiDs(DataSetList dataSetList, DsEvaluator eval, boolean expandAll) CreatesUiManDataSetListdecorator for providedDataSetList.static UiManDataSetListUtils.doUiDs(DataSetList dataSetList, MacroContext macroContext, DataSetParameterProvider dataSetParameterProvider, DsEvaluator eval, boolean evaluate, boolean expandAll) CreatesUiManDataSetListdecorator for providedDataSetList.protected voidAbstractDsUiHandler.dslStarts(DataSetList dsl) AbstractDslUiHandler.forwardToNewParent(DataSetList parent) DslAttrHandler.forwardToNewParent(DataSetList parent) AbstractDslUiHandler.getChildren(DataSetList item) AbstractDsUiHandler.getChildren(DataSetList item) DsAttrPathUiHandler.getChildren(DataSetList item) DslAttrHandler.getChildren(DataSetList item) voidDslUiHandler.notifyItemStarts(DataSetList dsl) Utils.paramsInDslWalker(DataSetList root, DsEvaluator evaluator) Creates a walker which is able to iterate over dataSets and parameters recursively.static com.fasterxml.jackson.databind.node.ArrayNodeUtils.serializeAttrInItfWay(DataSetList dsl, com.fasterxml.jackson.databind.ObjectMapper mapper) Serializes dataSetLists attributes in ITF way: [attribute, attribute.attribute1] and so on.Constructors in org.qubership.atp.dataset.model.utils with parameters of type DataSetListModifierConstructorDescriptionDatasetResponse(DataSet dataSet, DataSetList dataSetList) DatasetResponse constructor. -
Uses of DataSetList in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct that return DataSetListModifier and TypeMethodDescriptionDataSetListService.copy(UUID visibilityArea, UUID dataSetListId, String name, Boolean withData, UUID testPlanId) Copy data set list.DataSetListService.getByNameUnderVisibilityArea(UUID visibilityArea, String name) Methods in org.qubership.atp.dataset.service.direct that return types with arguments of type DataSetListModifier and TypeMethodDescriptiondefault List<DataSetList> TestPlanService.getChildren(UUID testPlanId) Get dataset lists under test plan.Methods in org.qubership.atp.dataset.service.direct with parameters of type DataSetListModifier and TypeMethodDescriptionAttributeService.copy(DataSetList newParentDsl, Attribute attribute, int ordering) AliasWrapperService.wrapToAlias(String text, VisibilityArea visibilityArea, DataSetList dsl) Method wraps user friendly value to alias in a form of object id. -
Uses of DataSetList in org.qubership.atp.dataset.service.direct.helper
Methods in org.qubership.atp.dataset.service.direct.helper that return DataSetListModifier and TypeMethodDescriptiondefault DataSetListdefault DataSetListdefault DataSetListCreationFacade.dsl(VisibilityArea va, String name) CreationFacade.dsl(VisibilityArea va, String name, TestPlan testPlan) DbCreationFacade.dsl(VisibilityArea va, String name, TestPlan testPlan) SimpleCreationFacade.dsl(VisibilityArea va, String name) SimpleCreationFacade.dsl(VisibilityArea va, String name, TestPlan testPlan) Creates a data set list.Methods in org.qubership.atp.dataset.service.direct.helper with parameters of type DataSetListModifier and TypeMethodDescriptionCreationFacade.attr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) DbCreationFacade.attr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) SimpleCreationFacade.attr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) Creates an attr.CreationFacade.ds(DataSetList dsl, String name) DbCreationFacade.ds(DataSetList dsl, String name) SimpleCreationFacade.ds(DataSetList dsl, String name) SimpleCreationFacade.ds(DataSetList dsl, String name, TestPlan testPlan) Creates a ds.default AttributeCreationFacade.fileAttr(DataSetList dsl, String name) default AttributeCreationFacade.listAttr(DataSetList dsl, String name, String... listValues) default AttributeCreationFacade.listAttr(DataSetList dsl, String name, List<String> listValues) default AttributeCreationFacade.refAttr(DataSetList dsl, String name, DataSetList dslRef) default AttributeCreationFacade.schangeAttr(DataSetList dsl, String name, DataSetList dslRef) default ParameterCreationFacade.schangeParam(DataSet ds, String key, DataSetList dslId, ChangeType operation, UUID... args) default AttributeCreationFacade.textAttr(DataSetList dsl, String name) -
Uses of DataSetList in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl that return DataSetListModifier and TypeMethodDescriptionDataSetListServiceImpl.copy(UUID visibilityArea, UUID dataSetListId, String name, Boolean withData, UUID testPlanId) Copy data set list.Creates DSL.DataSetListServiceImpl.getByNameUnderVisibilityArea(UUID visibilityArea, String name) Methods in org.qubership.atp.dataset.service.direct.impl that return types with arguments of type DataSetListModifier and TypeMethodDescriptionDataSetListServiceImpl.getAll()Returns dataSet lists bulk.Returns dataSet lists.TestPlanServiceImpl.getChildren(UUID testPlanId) Methods in org.qubership.atp.dataset.service.direct.impl with parameters of type DataSetListModifier and TypeMethodDescriptionAttributeServiceImpl.copy(DataSetList newParentDsl, Attribute attribute, int ordering) AliasWrapperServiceImpl.wrapToAlias(String text, VisibilityArea visibilityArea, DataSetList dsl) Method wraps user friendly value to alias in a form of object id. -
Uses of DataSetList in org.qubership.atp.dataset.service.direct.macros
Methods in org.qubership.atp.dataset.service.direct.macros with parameters of type DataSetListModifier and TypeMethodDescriptionprotected EvalContextImplEvaluateDsParamStrategyImpl.createContext(DataSetList dsl, DataSet ds, List<Attribute> pathFromParent, Attribute targetAttrFromParent) CachingParamEvaluator.getDataSets(DataSetList parent, Stream<DataSet> children) DsEvaluator.getDataSets(DataSetList parent, Stream<DataSet> children) -
Uses of DataSetList in org.qubership.atp.dataset.service.direct.macros.schange
Methods in org.qubership.atp.dataset.service.direct.macros.schange that return DataSetListModifier and TypeMethodDescriptionprotected DataSetListTraverseMixinSupport.getDataSetList(Attribute source) protected DataSetListTraverseMixinSupport.getDataSetList(DataSet source) TraverseMixinSupport.proxy(DataSetList of) Methods in org.qubership.atp.dataset.service.direct.macros.schange with parameters of type DataSetListModifier and TypeMethodDescriptionstatic DataSetMultiplicationMixin.create(List<MultiplicationEntry> entries, DataSetListRepository dslRepo, DataSetRepository dsRepo, DataSetList dsl, DataSet ds) TraverseMixinSupport.getAttributes(DataSetList source) EvaluateDsStructureStrategy.getDataSets(DataSetList parent, Stream<DataSet> children) EvaluateDsStructureStrategyImpl.getDataSets(DataSetList parent, Stream<DataSet> children) NoStructureChange.getDataSets(DataSetList parent, Stream<DataSet> children) TraverseMixinSupport.getDataSets(DataSetList source) TraverseMixinSupport.proxy(DataSetList of) -
Uses of DataSetList in org.qubership.atp.dataset.service.rest.dto.manager
Methods in org.qubership.atp.dataset.service.rest.dto.manager that return DataSetListMethods in org.qubership.atp.dataset.service.rest.dto.manager with parameters of type DataSetList -
Uses of DataSetList in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return types with arguments of type DataSetListModifier and TypeMethodDescriptionDataSetListController.getDataSetLists()Returns all dataSetLists.DataSetListController.getDataSetLists(UUID visibilityArea, String labelName) Returns all dataSetLists for selected visibility area.TestPlanController.getDataSetListsUnderTestPlan(UUID testPlanId) Returns dataSetLists with selected Test Plan.