Class DataSetListSnapshot

java.lang.Object
org.qubership.atp.dataset.versioning.model.domain.DataSetListSnapshot

public class DataSetListSnapshot extends Object
  • Constructor Details

    • DataSetListSnapshot

      public DataSetListSnapshot(DataSetList model)
      Constructor from domain model.
  • Method Details

    • getAttributeIds

      public Set<UUID> getAttributeIds()
    • getDataSetsIds

      public Set<UUID> getDataSetsIds()
    • getOverlapsIds

      public Set<UUID> getOverlapsIds()
    • getDataSetById

      public DataSetSnapshot getDataSetById(UUID dataSetId)
      Get dataset by id.
    • getAttributeById

      public AttributeSnapshot getAttributeById(UUID attributeId)
      Get attribute by id.
    • getOverlapById

      public AttributeKeySnapshot getOverlapById(UUID overlapId)
      Get overlap by id.