Class DataSetListSnapshot
java.lang.Object
org.qubership.atp.dataset.versioning.model.domain.DataSetListSnapshot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttributeById(UUID attributeId) Get attribute by id.getDataSetById(UUID dataSetId) Get dataset by id.getOverlapById(UUID overlapId) Get overlap by id.
-
Constructor Details
-
DataSetListSnapshot
Constructor from domain model.
-
-
Method Details
-
getAttributeIds
-
getDataSetsIds
-
getOverlapsIds
-
getDataSetById
Get dataset by id. -
getAttributeById
Get attribute by id. -
getOverlapById
Get overlap by id.
-