Uses of Class
org.qubership.atp.dataset.service.jpa.model.DataSetListDependencyNode
Packages that use DataSetListDependencyNode
Package
Description
-
Uses of DataSetListDependencyNode in org.qubership.atp.dataset.service.jpa
Methods in org.qubership.atp.dataset.service.jpa that return types with arguments of type DataSetListDependencyNodeModifier and TypeMethodDescriptionJpaDataSetListService.getDependencies(List<UUID> dataSetListIds) JpaDataSetListService.getDependenciesRecursive(List<UUID> dataSetListIds) -
Uses of DataSetListDependencyNode in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl that return DataSetListDependencyNodeModifier and TypeMethodDescriptionJpaDataSetListServiceImpl.getDependencies(UUID dataSetListId) Returns DSL dependency tree.Methods in org.qubership.atp.dataset.service.jpa.impl that return types with arguments of type DataSetListDependencyNodeModifier and TypeMethodDescriptionJpaDataSetListServiceImpl.getDependencies(List<UUID> dataSetListIds) JpaDataSetListServiceImpl.getDependenciesRecursive(List<UUID> dataSetListIds) -
Uses of DataSetListDependencyNode in org.qubership.atp.dataset.service.jpa.model
Methods in org.qubership.atp.dataset.service.jpa.model that return DataSetListDependencyNodeModifier and TypeMethodDescriptionstatic DataSetListDependencyNodeDataSetListDependencyNode.getDependencyTree(DataSetList dataSetList) -
Uses of DataSetListDependencyNode in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return types with arguments of type DataSetListDependencyNodeModifier and TypeMethodDescriptionDataSetListController.getDependencies(List<UUID> dataSetListIds) Get dsl dependencies tree.DataSetListController.getDependenciesRecursive(List<UUID> dataSetListIds) Get dsl dependencies tree.