Uses of Class
org.qubership.atp.dataset.service.rest.dto.manager.UiManAttribute
Packages that use UiManAttribute
Package
Description
-
Uses of UiManAttribute in org.qubership.atp.dataset.model.utils
Fields in org.qubership.atp.dataset.model.utils declared as UiManAttributeFields in org.qubership.atp.dataset.model.utils with type parameters of type UiManAttributeMethods in org.qubership.atp.dataset.model.utils that return UiManAttributeModifier and TypeMethodDescriptionstatic UiManAttributeUtils.doUiAttr(DataSet dataSet, DsEvaluator eval, List<UUID> attrPath) Finds attribute by provided path inclusive.DsAttrPathUiHandler.getAttribute() -
Uses of UiManAttribute in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct that return UiManAttributeModifier and TypeMethodDescriptionDataSetService.getParametersOnAttributePath(UUID dslId, List<UUID> attrPath, boolean evaluate) Returns attribute with parameters found by provided path. -
Uses of UiManAttribute in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl that return UiManAttributeModifier and TypeMethodDescriptionDataSetServiceImpl.getParametersOnAttributePath(UUID dsId, List<UUID> attrPath, boolean evaluate) -
Uses of UiManAttribute in org.qubership.atp.dataset.service.direct.importexport.converters
Methods in org.qubership.atp.dataset.service.direct.importexport.converters with parameters of type UiManAttributeModifier and TypeMethodDescriptionvoidAttributeExportConverter.mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute) default voidAttributeExportConverter.mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute, boolean isEncrypted) Map simple attribute to row.voidDatasetLinkAttributeExportConverter.mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute) voidEncryptedAttributeExportConverter.mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute) voidListAttributeExportConverter.mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute) voidTextAttributeExportConverter.mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute) -
Uses of UiManAttribute in org.qubership.atp.dataset.service.direct.importexport.service
Methods in org.qubership.atp.dataset.service.direct.importexport.service with parameters of type UiManAttributeModifier and TypeMethodDescriptionstatic StringDatasetListExportService.getAttributeType(UiManAttribute attribute) Get Attribute Type from entity object. -
Uses of UiManAttribute in org.qubership.atp.dataset.service.rest.dto.manager
Methods in org.qubership.atp.dataset.service.rest.dto.manager that return types with arguments of type UiManAttributeModifier and TypeMethodDescriptionUiManAttribute.getAttributes()UiManDataSetList.getAttributes()Method parameters in org.qubership.atp.dataset.service.rest.dto.manager with type arguments of type UiManAttributeModifier and TypeMethodDescriptionvoidUiManAttribute.setAttributes(List<UiManAttribute> attributes) voidUiManDataSetList.setAttributes(List<UiManAttribute> attributes) -
Uses of UiManAttribute in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return UiManAttributeModifier and TypeMethodDescriptionDataSetController.getUiAttribute(UUID dataSetId, QueryParamFlag evaluate, List<UUID> attrPathIds)