Uses of Record Class
io.fluxzero.common.modeling.ModelCommitAssignment.Description
Packages that use ModelCommitAssignment.Description
-
Uses of ModelCommitAssignment.Description in io.fluxzero.common.modeling
Methods in io.fluxzero.common.modeling that return ModelCommitAssignment.DescriptionModifier and TypeMethodDescriptionModelCommitAssignment.describe(CommitModels source) Describes target scope and optional work before positions are assigned.Methods in io.fluxzero.common.modeling with parameters of type ModelCommitAssignment.DescriptionModifier and TypeMethodDescriptionModelCommitAssignment.Session.assign(ModelCommitAssignment.Description description, ModelCommitAssignment.HeadConsumer<H> consumer) Method parameters in io.fluxzero.common.modeling with type arguments of type ModelCommitAssignment.DescriptionModifier and TypeMethodDescriptionstatic voidModelCommitAssignment.validateRelationships(List<ModelCommitAssignment.Description> commits, ModelRelationshipCycleValidator.ParentLoader parentLoader, ModelCommitAssignment.ChildLoader childLoader) Validates the ordered relationship effects described for one atomic assignment batch.