Uses of Record Class
io.fluxzero.sdk.modeling.MutationPlan.ResolvedModel
Packages that use MutationPlan.ResolvedModel
-
Uses of MutationPlan.ResolvedModel in io.fluxzero.sdk.modeling
Methods in io.fluxzero.sdk.modeling that return MutationPlan.ResolvedModelModifier and TypeMethodDescriptionMethods in io.fluxzero.sdk.modeling that return types with arguments of type MutationPlan.ResolvedModelModifier and TypeMethodDescriptionMutationPlan.Resolution.models()Returns the value of themodelsrecord component.CommitAttempt.targets()Methods in io.fluxzero.sdk.modeling with parameters of type MutationPlan.ResolvedModelModifier and TypeMethodDescriptionstatic voidMutationPlan.merge(Map<String, MutationPlan.ResolvedModel> targets, MutationPlan.ResolvedModel addition) Merges access to one identity and rejects incompatible global-ID claims.MutationPlan.TargetPlan.resolveReplay(Object input, MutationPlan.ResolvedModel replayTarget) Resolves replay inputs, binding a unique write ancestor to the authoritative stream identity.Method parameters in io.fluxzero.sdk.modeling with type arguments of type MutationPlan.ResolvedModelModifier and TypeMethodDescriptionstatic voidMutationPlan.merge(Map<String, MutationPlan.ResolvedModel> targets, MutationPlan.ResolvedModel addition) Merges access to one identity and rejects incompatible global-ID claims.MutationPlan.Resolution.withResolvedModels(List<MutationPlan.ResolvedModel> resolvedModels) Constructor parameters in io.fluxzero.sdk.modeling with type arguments of type MutationPlan.ResolvedModelModifierConstructorDescriptionResolution(List<MutationPlan.ResolvedModel> models, List<MutationPlan.DeferredWriteTarget> deferredWrites) Resolution(List<MutationPlan.ResolvedModel> models, List<MutationPlan.DeferredWriteTarget> deferredWrites, List<MutationPlan.AncestorDependency> ancestorDependencies) Resolution(List<MutationPlan.ResolvedModel> models, List<MutationPlan.DeferredWriteTarget> deferredWrites, List<MutationPlan.AncestorDependency> ancestorDependencies, Map<EntityMetadata.ModelParameter, io.fluxzero.sdk.modeling.MutationPlan.DirectReferences> references) Creates an instance of aResolutionrecord class.