Uses of Interface
org.qubership.atp.dataset.model.MixInId
Packages that use MixInId
Package
Description
-
Uses of MixInId in org.qubership.atp.dataset.config
Methods in org.qubership.atp.dataset.config that return types with arguments of type MixInIdModifier and TypeMethodDescriptionConverterConfig.mixInIdConverter()Converter for creating MixInId from string. -
Uses of MixInId in org.qubership.atp.dataset.model
Methods in org.qubership.atp.dataset.model that return MixInIdModifier and TypeMethodDescriptionstatic MixInIdMixInId.fromString(String value) Deserialize MixInId from string.DataSet.getMixInId()Methods in org.qubership.atp.dataset.model with parameters of type MixInId -
Uses of MixInId in org.qubership.atp.dataset.model.impl
Classes in org.qubership.atp.dataset.model.impl that implement MixInIdMethods in org.qubership.atp.dataset.model.impl that return MixInIdMethods in org.qubership.atp.dataset.model.impl with parameters of type MixInIdConstructors in org.qubership.atp.dataset.model.impl with parameters of type MixInIdModifierConstructorDescriptionDataSetImpl(MixInId id, String name, DataSetList dataSetList, List<Parameter> parameters, List<Label> labels, Boolean locked) Just a bean. -
Uses of MixInId in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct with parameters of type MixInIdModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeDataSetService.getInItfFormat(MixInId id) DataSetService.writeInAtpFormat(MixInId id, Map<String, String> context, boolean evaluate) -
Uses of MixInId in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl with parameters of type MixInIdModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeDataSetServiceImpl.getInItfFormat(MixInId id) DataSetServiceImpl.writeInAtpFormat(MixInId id, Map<String, String> context, boolean evaluate) -
Uses of MixInId in org.qubership.atp.dataset.service.direct.macros
Methods in org.qubership.atp.dataset.service.direct.macros with parameters of type MixInIdModifier and TypeMethodDescriptionCachingParamEvaluator.getDataSetById(MixInId dataSet) DsEvaluator.getDataSetById(MixInId dataSet) -
Uses of MixInId in org.qubership.atp.dataset.service.direct.macros.schange
Methods in org.qubership.atp.dataset.service.direct.macros.schange with parameters of type MixInIdModifier and TypeMethodDescriptionEvaluateDsStructureStrategy.getDataSetById(MixInId dataSet) EvaluateDsStructureStrategyImpl.getDataSetById(MixInId dataSet) NoStructureChange.getDataSetById(MixInId dataSet) -
Uses of MixInId in org.qubership.atp.dataset.service.rest
Methods in org.qubership.atp.dataset.service.rest with parameters of type MixInId -
Uses of MixInId in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server with parameters of type MixInIdModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody> DataSetController.getDataSetsForAtp(MixInId dataSetId, QueryParamFlag evaluate, String atpContext) Returns dataSet by id in ATP format + atp macros.DataSetController.getInItfFormat(MixInId dataSetId)