Uses of Class
org.qubership.atp.dataset.service.jpa.delegates.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in org.qubership.atp.dataset.db.jpa
Methods in org.qubership.atp.dataset.db.jpa that return AttributeModifier and TypeMethodDescriptionModelsProvider.getAttribute(AbstractUuidBasedEntity entity) Get or create delegate by entity.ModelsProvider.getAttributeById(UUID uuid) ModelsProvider.replicateAttribute(UUID id, String name, AttributeTypeName type, UUID dataSetListId, UUID sourceId) Replicate attribute attribute.Methods in org.qubership.atp.dataset.db.jpa that return types with arguments of type AttributeModifier and TypeMethodDescriptionModelsProvider.getAttributeByDataSetListId(UUID dataSetListId) Get an attribute by data set list id.ModelsProvider.getAttributeByNameAndDataSetListId(String name, UUID dataSetListId) Get an attribute with selected name and data set list id.ModelsProvider.getAttributeBySourceAndDataSetListId(UUID sourceId, UUID dataSetListId) Get an attribute with selected name and data set list id.ModelsProvider.getAttributesByDataSetId(UUID dataSetId) ModelsProvider.getAttributesByDataSetListId(UUID dataSetListId) ModelsProvider.getAttributesByDataSetListIdIn(Collection<UUID> dataSetListIds) ModelsProvider.getNotUsedAttributesByDatasetId(UUID datasetId) -
Uses of Attribute in org.qubership.atp.dataset.service.direct.importexport.models
Methods in org.qubership.atp.dataset.service.direct.importexport.models that return AttributeModifier and TypeMethodDescriptionAttributeImportContext.getAttribute(String attributeKey) AttributeImportContext.getAttribute(UUID id) Method parameters in org.qubership.atp.dataset.service.direct.importexport.models with type arguments of type AttributeModifier and TypeMethodDescriptionvoidAttributeImportContext.setAttributes(String prefix, Collection<Attribute> attributes) Set attributes to context.voidAttributeImportContext.setAttributes(Collection<Attribute> attributes) Set attributes to context. -
Uses of Attribute in org.qubership.atp.dataset.service.direct.importexport.utils
Methods in org.qubership.atp.dataset.service.direct.importexport.utils with parameters of type AttributeModifier and TypeMethodDescriptionstatic StringImportUtils.getDslAttributeKey(Attribute attribute) -
Uses of Attribute in org.qubership.atp.dataset.service.jpa
Methods in org.qubership.atp.dataset.service.jpa that return AttributeModifier and TypeMethodDescriptionJpaAttributeService.create(String name, AttributeTypeName type, UUID dataSetListId) JpaAttributeService.create(String name, AttributeTypeName type, UUID dataSetListId, UUID typeDataSetListId, List<String> listValues) JpaAttributeService.createWithoutCommitting(String name, AttributeTypeName type, UUID dataSetListId) JpaAttributeService.replicate(UUID id, String name, AttributeTypeName type, UUID dataSetListId, UUID sourceId) Methods in org.qubership.atp.dataset.service.jpa that return types with arguments of type AttributeModifier and TypeMethodDescriptionJpaAttributeService.getByDataSetListId(UUID dataSetListId) JpaAttributeService.getByDataSetListIdIn(Collection<UUID> dataSetListIds) JpaAttributeService.getByNameAndDataSetListId(String name, UUID dataSetListId) JpaAttributeService.getBySourceIdAndDataSetListId(UUID sourceId, UUID dataSetListId) -
Uses of Attribute in org.qubership.atp.dataset.service.jpa.delegates
Methods in org.qubership.atp.dataset.service.jpa.delegates that return AttributeModifier and TypeMethodDescriptionDataSetList.createAttribute(String name, AttributeTypeName type) Creates new attribute with name and type.DataSetList.createAttribute(String name, AttributeTypeName type, Integer ordering) Creates new attribute with name, type and ordering.AttributeKey.getAttribute()ListValue.getAttribute()Parameter.getAttribute()Returns parent attribute id.DataSetList.getAttributeById(UUID id) Get DSl attribute by id.DataSetList.insertAttribute(UUID id, String name, AttributeTypeName type, int ordering) Creates new attribute with name and type.Methods in org.qubership.atp.dataset.service.jpa.delegates that return types with arguments of type AttributeModifier and TypeMethodDescriptionDataSetList.getAttributes()Get attributes.DataSetList.getAttributesByTypes(List<AttributeTypeName> attributeTypeNames) Returns attributes filtered by type.DataSetList.getAttributesOfPage(org.springframework.data.domain.Page<AttributeEntity> entities, List<AttributeTypeName> attributeTypeNames) Extract attributes of page.DataSetList.getDataSetListReferences()Returns DSL reference attributes.Methods in org.qubership.atp.dataset.service.jpa.delegates with parameters of type AttributeModifier and TypeMethodDescriptionAttribute.copyListValuesTo(Attribute attributeCopy) Copy attribute list values to another attribute. -
Uses of Attribute in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl that return AttributeModifier and TypeMethodDescriptionJpaAttributeServiceImpl.create(String name, AttributeTypeName type, UUID dataSetListId) JpaAttributeServiceImpl.create(String name, AttributeTypeName type, UUID dataSetListId, UUID typeDataSetListId, List<String> listValues) JpaAttributeServiceImpl.createWithoutCommitting(String name, AttributeTypeName type, UUID dataSetListId) Creates attribute without committing.JpaAttributeServiceImpl.replicate(UUID id, String name, AttributeTypeName type, UUID dataSetListId, UUID sourceId) Methods in org.qubership.atp.dataset.service.jpa.impl that return types with arguments of type AttributeModifier and TypeMethodDescriptionJpaAttributeServiceImpl.getByDataSetListId(UUID dataSetListId) JpaAttributeServiceImpl.getByDataSetListIdIn(Collection<UUID> dataSetListIds) JpaAttributeServiceImpl.getByNameAndDataSetListId(String name, UUID dataSetListId) JpaAttributeServiceImpl.getBySourceIdAndDataSetListId(UUID sourceId, UUID dataSetListId) -
Uses of Attribute in org.qubership.atp.dataset.service.jpa.model.copy
Constructors in org.qubership.atp.dataset.service.jpa.model.copy with parameters of type AttributeModifierConstructorDescriptionAttributeCopyData(Attribute attribute, Map<UUID, UUID> listValuesMap) -
Uses of Attribute in org.qubership.atp.dataset.service.jpa.model.dscontext
Constructors in org.qubership.atp.dataset.service.jpa.model.dscontext with parameters of type AttributeModifierConstructorDescriptionGroupContext(List<DataSetContext> previousLevelDataSets, Attribute parentDataSetListReferenceAttribute, OverlapNode overlaps, List<UUID> parentPath, List<AttributeTypeName> attributeTypeNames, CycleChecker cycleChecker, List<UUID> pathRestrictions, UUID dataSetListId, org.springframework.data.domain.Pageable pageable) Group context with hierarchy.ParameterContext(Attribute parentTextAttribute) New empty parameter context.ParameterContext(Attribute parentTextAttribute, Parameter parameter, boolean overlap) New parameter context.Constructor parameters in org.qubership.atp.dataset.service.jpa.model.dscontext with type arguments of type AttributeModifierConstructorDescriptionDataSetContext(int dataSetColumnNumber, List<Attribute> parentAttributes, OverlapNode overlaps, List<UUID> parentPath, List<UUID> pathRestrictions) New Data Set context.DataSetContext(int dataSetColumnNumber, DataSet dataSet, List<Attribute> parentAttributes, OverlapNode overlaps, List<UUID> parentPath, List<UUID> pathRestrictions) New Data Set context. -
Uses of Attribute in org.qubership.atp.dataset.service.jpa.model.dsllazyload.dsl
Constructors in org.qubership.atp.dataset.service.jpa.model.dsllazyload.dsl with parameters of type AttributeModifierConstructorDescriptionAttributeFlat(Attribute attribute, List<UUID> dataSetIds, DataSetParameterProvider parameterProvider) Default.ParameterFlat(Attribute attribute, Parameter parameter, int column, DataSetParameterProvider parameterProvider) Normal parameter. -
Uses of Attribute in org.qubership.atp.dataset.service.jpa.model.dsllazyload.referencedcontext
Constructors in org.qubership.atp.dataset.service.jpa.model.dsllazyload.referencedcontext with parameters of type AttributeModifierConstructorDescriptionRefDataSetListAttribute(Attribute referencedAttribute, Map<UUID, ParameterContext> parameters, List<UUID> path, DataSetParameterProvider parameterProvider, UUID dataSetListId) Default constructor. -
Uses of Attribute in org.qubership.atp.dataset.versioning.model.domain
Constructors in org.qubership.atp.dataset.versioning.model.domain with parameters of type Attribute