| Class | Description |
|---|---|
| BundleFinder |
Query builder for retrieving ordered lists of web-resource keys based on what the user is requesting
and what has previously been requested.
|
| BundleWalker |
Walks the dependency graph of
Bundle objects and reduces the graph to an ordered list
of their keys, ensuring all upstream dependencies occur before the things depending on them. |
| Found |
Represents the result of walking the dependency graph via
BundleWalker, where every
item is in is in topological sort order. |
| Found.Item |
Tuple of a
Requestable key and its contribution State
to the response for a client request. |
| ResourceFinder |
Query builder for retrieving ordered lists of
Resource objects based on what the user is requesting
and what has previously been requested. |
| Enum | Description |
|---|---|
| PredicateFailStrategy |
What the bundle walker should do when a deep filter predicate fails.
|
| TraversalOption |
Copyright © 2024 Atlassian. All rights reserved.