Uses of Interface
dev.getelements.elements.rt.IndexContext.Listing
Packages that use IndexContext.Listing
-
Uses of IndexContext.Listing in dev.getelements.elements.rt
Classes in dev.getelements.elements.rt that implement IndexContext.ListingMethods in dev.getelements.elements.rt that return types with arguments of type IndexContext.ListingModifier and TypeMethodDescriptiondefault List
<IndexContext.Listing> Performs the operations ofIndexContext.listAsync(Path, Consumer, Consumer)
synchronously.Method parameters in dev.getelements.elements.rt with type arguments of type IndexContext.ListingModifier and TypeMethodDescriptionvoid
IndexContext.listAsync
(Path path, Consumer<List<IndexContext.Listing>> success, Consumer<Throwable> failure) Fetches aIndexContext.Listing
of allPath
s and assocaitedResourceId
instances which match the providedPath
.void
SimpleIndexContext.listAsync
(Path path, Consumer<List<IndexContext.Listing>> success, Consumer<Throwable> failure)