Uses of Class
io.fluxzero.common.api.search.ModelGraphComposition
Packages that use ModelGraphComposition
Package
Description
-
Uses of ModelGraphComposition in io.fluxzero.common.api.modeling
Constructors in io.fluxzero.common.api.modeling with parameters of type ModelGraphCompositionModifierConstructorDescriptionModelGraphProjectionConfiguration(String rootModelType, String rootCollection, String collection, ModelGraphComposition composition, List<ModelGraphProjectionConfiguration.ModelRevision> modelRevisions, List<ModelGraphPathOverride> pathOverrides) -
Uses of ModelGraphComposition in io.fluxzero.common.api.search
Constructors in io.fluxzero.common.api.search with parameters of type ModelGraphCompositionModifierConstructorDescriptionSearchModelGraphDocuments(SearchDocuments search, List<ModelRelationConstraint> relations, ModelGraphComposition composition) SearchModelGraphDocuments(SearchDocuments search, List<ModelRelationConstraint> relations, ModelGraphComposition composition, List<ModelGraphPathOverride> pathOverrides) -
Uses of ModelGraphComposition in io.fluxzero.common.search
Methods in io.fluxzero.common.search with parameters of type ModelGraphCompositionModifier and TypeMethodDescriptionstatic List<SerializedDocument> ModelGraphDocumentStitcher.stitch(List<SerializedDocument> roots, Collection<ModelGraphEdge> edges, Map<String, SerializedDocument> documents, ModelGraphComposition composition) Composes every root document from the supplied current graph.static List<SerializedDocument> ModelGraphDocumentStitcher.stitch(List<SerializedDocument> roots, Collection<ModelGraphEdge> edges, Map<String, SerializedDocument> documents, ModelGraphComposition composition, long stateIndex) Composes every root document and records the exact model-state boundary in its hidden graph manifest.