Uses of Interface
org.qubership.atp.dataset.model.AttributePath
Packages that use AttributePath
Package
Description
-
Uses of AttributePath in org.qubership.atp.dataset.db
Method parameters in org.qubership.atp.dataset.db with type arguments of type AttributePathModifier and TypeMethodDescriptionvoidParameterRepository.deleteOverlaps(UUID targetAttributeId, Predicate<AttributePath> filter) Deletes all overlapped parameters for target attribute id by predicate.ParameterRepository.getOverlaps(UUID targetAttributeId, Predicate<AttributePath> filter) Get overridden parameters. -
Uses of AttributePath in org.qubership.atp.dataset.model
Methods in org.qubership.atp.dataset.model that return AttributePathMethods in org.qubership.atp.dataset.model with parameters of type AttributePath -
Uses of AttributePath in org.qubership.atp.dataset.model.impl
Classes in org.qubership.atp.dataset.model.impl that implement AttributePathMethods in org.qubership.atp.dataset.model.impl that return AttributePathMethods in org.qubership.atp.dataset.model.impl with parameters of type AttributePathModifier and TypeMethodDescriptionvoidParameterOverlapImpl.setAttributePath(AttributePath attributePath) Constructors in org.qubership.atp.dataset.model.impl with parameters of type AttributePathModifierConstructorDescriptionParameterOverlapImpl(UUID id, AttributePath attributePath, DataSet dataSet, String text, ListValue listValue, DataSet dataSetReference) -
Uses of AttributePath in org.qubership.atp.dataset.model.utils
Methods in org.qubership.atp.dataset.model.utils with parameters of type AttributePathModifier and TypeMethodDescriptionstatic OverlapIteratorOverlapIterator.from(AttributePath attributePath) SeeOverlapIterator. -
Uses of AttributePath in org.qubership.atp.dataset.service.direct
Method parameters in org.qubership.atp.dataset.service.direct with type arguments of type AttributePathModifier and TypeMethodDescriptionParameterService.getOverlaps(UUID targetAttributeId, Predicate<AttributePath> filter) -
Uses of AttributePath in org.qubership.atp.dataset.service.direct.impl
Method parameters in org.qubership.atp.dataset.service.direct.impl with type arguments of type AttributePathModifier and TypeMethodDescriptionParameterServiceImpl.getOverlaps(UUID targetAttributeId, Predicate<AttributePath> filter)