Uses of Interface
org.opendaylight.mdsal.binding.api.query.DescendantQueryBuilder
Packages that use DescendantQueryBuilder
Package
Description
Simple type-safe query language based on YANG concepts as manifested by its Java Bindings.
-
Uses of DescendantQueryBuilder in org.opendaylight.mdsal.binding.api.query
Methods in org.opendaylight.mdsal.binding.api.query that return DescendantQueryBuilderModifier and TypeMethodDescription<N extends Identifiable<K> & ChildOf<? super T>,
K extends Identifier<N>>
@NonNull DescendantQueryBuilder<N>DescendantQueryBuilder.extractChild
(Class<@NonNull N> listItem, K listKey) Add a child path component to the specification of what needs to be extracted, specifying an exact match in a keyed list.<C extends ChoiceIn<? super T> & DataObject,
N extends ChildOf<? super C>>
@NonNull DescendantQueryBuilder<N>DescendantQueryBuilder.extractChild
(Class<C> caseClass, Class<N> childClass) Add a child path component to the specification of what needs to be extracted.<N extends ChildOf<? super T>>
@NonNull DescendantQueryBuilder<N>DescendantQueryBuilder.extractChild
(Class<N> childClass) Add a child path component to the specification of what needs to be extracted.<T extends DataObject>
@NonNull DescendantQueryBuilder<T>QueryFactory.querySubtree
(InstanceIdentifier<T> rootPath) Create a newDescendantQueryBuilder
for a specified root path. -
Uses of DescendantQueryBuilder in org.opendaylight.mdsal.binding.dom.adapter.query
Methods in org.opendaylight.mdsal.binding.dom.adapter.query that return DescendantQueryBuilderModifier and TypeMethodDescription<T extends DataObject>
DescendantQueryBuilder<T>DefaultQueryFactory.querySubtree
(InstanceIdentifier<T> rootPath) <T extends DataObject>
DescendantQueryBuilder<T>OSGiQueryFactory.querySubtree
(InstanceIdentifier<T> rootPath)