Uses of Class
org.qubership.atp.dataset.service.jpa.delegates.AttributeKey
Packages that use AttributeKey
Package
Description
-
Uses of AttributeKey in org.qubership.atp.dataset.db.jpa
Methods in org.qubership.atp.dataset.db.jpa that return AttributeKeyModifier and TypeMethodDescriptionModelsProvider.getAttributeKey(AbstractUuidBasedEntity entity) Get or create delegate by entity.ModelsProvider.getAttributeKeyById(UUID id) Gets attribute key by id.ModelsProvider.getAttributeKeyByKeyAndDataSetListIdAndDataSetIdAndAttributeId(String key, UUID dataSetListId, UUID datasetId, UUID attributeId) Get an attribute with selected key and data set list id and data set id and attribute id.ModelsProvider.replicateAttributeKey(UUID id, String key, UUID attributeId, UUID dataSetId, UUID dataSetListId, UUID sourceId) Replicate attribute key.Methods in org.qubership.atp.dataset.db.jpa that return types with arguments of type AttributeKeyModifier and TypeMethodDescriptionModelsProvider.getAttributeKeyBySourceAndDataSetListId(UUID sourceId, UUID dataSetListId) Get an attribute with selected name and data set list id.ModelsProvider.getAttributesKeyByDataSetId(UUID dataSetId) ModelsProvider.getByDataSetListId(UUID dataSetListId) Gets attribute keys by DSL id. -
Uses of AttributeKey in org.qubership.atp.dataset.service.direct.importexport.models
Method parameters in org.qubership.atp.dataset.service.direct.importexport.models with type arguments of type AttributeKeyModifier and TypeMethodDescriptionvoidAttributeImportContext.setOverlaps(Collection<AttributeKey> overlaps) Set datasets to context. -
Uses of AttributeKey in org.qubership.atp.dataset.service.direct.importexport.utils
Methods in org.qubership.atp.dataset.service.direct.importexport.utils with parameters of type AttributeKeyModifier and TypeMethodDescriptionstatic StringImportUtils.getOverlapKey(AttributeKey attributeKey, AttributeImportContext importContext) Get overlap key as concatenation of DS name, attribute key and name. -
Uses of AttributeKey in org.qubership.atp.dataset.service.jpa
Methods in org.qubership.atp.dataset.service.jpa that return AttributeKeyModifier and TypeMethodDescriptionJpaAttributeService.getAttributeKeyById(UUID id) JpaAttributeService.getAttributeKeyByKeyAndDataSetListIdAndDataSetIdAndAttributeId(String key, UUID dataSetListId, UUID datasetId, UUID attributeId) JpaAttributeService.replicateAttributeKey(UUID id, String key, UUID attribute, UUID dataSet, UUID dataSetList, UUID sourceId) Methods in org.qubership.atp.dataset.service.jpa that return types with arguments of type AttributeKeyModifier and TypeMethodDescriptionJpaAttributeService.getAttributeKeysByDatasetListId(UUID dataSetListId) JpaAttributeService.getAttrKeyBySourceIdAndDataSetListId(UUID sourceId, UUID dataSetListId) -
Uses of AttributeKey in org.qubership.atp.dataset.service.jpa.delegates
Methods in org.qubership.atp.dataset.service.jpa.delegates that return AttributeKeyMethods in org.qubership.atp.dataset.service.jpa.delegates that return types with arguments of type AttributeKeyModifier and TypeMethodDescriptionDataSetList.getAttributeKeys()Get overlaps.DataSetList.getAttributeKeysByDataSet(UUID dataSetId) Overlaps by datasets.DataSetList.getOverLapParametersMapping()Get parameters without empty attributes.Attribute.getOverlaps()Returns all attribute keys, overlapping current attribute.DataSet.getOverlaps()All overlaps under this dataset. -
Uses of AttributeKey in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl that return AttributeKeyModifier and TypeMethodDescriptionJpaAttributeServiceImpl.getAttributeKeyById(UUID id) JpaAttributeServiceImpl.getAttributeKeyByKeyAndDataSetListIdAndDataSetIdAndAttributeId(String key, UUID dataSetListId, UUID datasetId, UUID attributeId) JpaAttributeServiceImpl.replicateAttributeKey(UUID id, String key, UUID attribute, UUID dataSet, UUID dataSetList, UUID sourceId) Methods in org.qubership.atp.dataset.service.jpa.impl that return types with arguments of type AttributeKeyModifier and TypeMethodDescriptionJpaAttributeServiceImpl.getAttributeKeysByDatasetListId(UUID datasetListId) JpaAttributeServiceImpl.getAttrKeyBySourceIdAndDataSetListId(UUID sourceId, UUID dataSetListId) -
Uses of AttributeKey in org.qubership.atp.dataset.service.jpa.model.tree
Methods in org.qubership.atp.dataset.service.jpa.model.tree that return AttributeKeyModifier and TypeMethodDescriptionOverlapNode.getOverlap(List<UUID> path, int column, UUID attributeId) Returns overlap by parameter context.Overlap.getOverlapByAttributeId(UUID attributeId) Methods in org.qubership.atp.dataset.service.jpa.model.tree with parameters of type AttributeKeyModifier and TypeMethodDescriptionvoidOverlapNode.addOverlap(List<UUID> path, int columnNumber, AttributeKey attributeKey) New overlap to structure.booleanOverlap.isTheSameAttributeOverlap(AttributeKey otherAttributeKey) -
Uses of AttributeKey in org.qubership.atp.dataset.versioning.model.domain
Constructors in org.qubership.atp.dataset.versioning.model.domain with parameters of type AttributeKeyModifierConstructorDescriptionAttributeKeySnapshot(AttributeKey attributeKey, Parameter parameterOverlap) Constructor from snapshot.