Uses of Class
io.fluxzero.common.api.modeling.GetModelGraph
Packages that use GetModelGraph
-
Uses of GetModelGraph in io.fluxzero.common.api.modeling
Methods in io.fluxzero.common.api.modeling that return GetModelGraphModifier and TypeMethodDescriptionstatic GetModelGraphGetModelGraph.ancestors(List<String> modelIds, ModelReadBoundary boundary, int maxDepth, int maxModels, int maxEventsPerModel, long maxBytes) Creates a multi-root ancestor query through the same graph capability.Methods in io.fluxzero.common.api.modeling with parameters of type GetModelGraphModifier and TypeMethodDescriptionstatic voidModelCommitValidator.validate(GetModelGraph request) Validates one temporal model-graph request, including optional caller-imposed bounds. -
Uses of GetModelGraph in io.fluxzero.common.modeling
Methods in io.fluxzero.common.modeling with parameters of type GetModelGraphModifier and TypeMethodDescriptionstatic <R extends ModelRelationshipQueries.Relationship>
GetModelGraphResultModelRelationshipQueries.graph(GetModelGraph request, long boundary, boolean exactBoundary, Function<Collection<String>, List<R>> relationships, Function<GetModelEvents, GetModelEventsResult> events) Resolves a graph while retaining evidence about the original selector that established its boundary.static <R extends ModelRelationshipQueries.Relationship>
GetModelGraphResultModelRelationshipQueries.graph(GetModelGraph request, long boundary, Function<Collection<String>, List<R>> relationships, Function<GetModelEvents, GetModelEventsResult> events) Resolves one bounded relationship graph and its first stream page.