Uses of Interface
org.qubership.atp.dataset.model.ListValue
Packages that use ListValue
Package
Description
-
Uses of ListValue in org.qubership.atp.dataset.db
Methods in org.qubership.atp.dataset.db that return ListValueModifier and TypeMethodDescriptionCreates a list value object for specified string values.Methods in org.qubership.atp.dataset.db that return types with arguments of type ListValue -
Uses of ListValue in org.qubership.atp.dataset.model
Methods in org.qubership.atp.dataset.model that return ListValueMethods in org.qubership.atp.dataset.model that return types with arguments of type ListValueMethods in org.qubership.atp.dataset.model with parameters of type ListValueMethod parameters in org.qubership.atp.dataset.model with type arguments of type ListValue -
Uses of ListValue in org.qubership.atp.dataset.model.impl
Classes in org.qubership.atp.dataset.model.impl that implement ListValueFields in org.qubership.atp.dataset.model.impl declared as ListValueMethods in org.qubership.atp.dataset.model.impl that return ListValueMethods in org.qubership.atp.dataset.model.impl that return types with arguments of type ListValueMethods in org.qubership.atp.dataset.model.impl with parameters of type ListValueMethod parameters in org.qubership.atp.dataset.model.impl with type arguments of type ListValueConstructors in org.qubership.atp.dataset.model.impl with parameters of type ListValueModifierConstructorDescriptionParameterBaseImpl(UUID id, DataSet dataSet, String text, ListValue listValue, DataSet dataSetReference) Base parameter which has value.ParameterImpl(UUID id, Attribute attribute, DataSet dataSet, String text, ListValue listValue, DataSet dataSetReference) Just a bean.ParameterOverlapImpl(UUID id, AttributePath attributePath, DataSet dataSet, String text, ListValue listValue, DataSet dataSetReference) Constructor parameters in org.qubership.atp.dataset.model.impl with type arguments of type ListValueModifierConstructorDescriptionAttributeImpl(UUID id, String name, DataSetList dataSetList, AttributeType type, DataSetList dataSetListReference, List<ListValue> listValues, List<Parameter> parameters) Just a bean. -
Uses of ListValue in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct that return ListValueModifier and TypeMethodDescriptionAttributeService.createListValue(UUID attributeId, String value) Creates list value.Methods in org.qubership.atp.dataset.service.direct that return types with arguments of type ListValue -
Uses of ListValue in org.qubership.atp.dataset.service.direct.helper
Methods in org.qubership.atp.dataset.service.direct.helper that return ListValueModifier and TypeMethodDescriptionstatic ListValueSimpleCreationFacade.getListValueByName(Attribute source, String listValueName) Searches for existing list value by name. -
Uses of ListValue in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl that return ListValueModifier and TypeMethodDescriptionAttributeServiceImpl.createListValue(UUID attributeId, String value) Creates list value. -
Uses of ListValue in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return types with arguments of type ListValue