Uses of Enum Class
io.fluxzero.sdk.modeling.MutationPlan.Access
Packages that use MutationPlan.Access
-
Uses of MutationPlan.Access in io.fluxzero.sdk.modeling
Subclasses with type arguments of type MutationPlan.Access in io.fluxzero.sdk.modelingModifier and TypeClassDescriptionstatic enumRequired state access for one resolved model.Methods in io.fluxzero.sdk.modeling that return MutationPlan.AccessModifier and TypeMethodDescriptionMutationPlan.AncestorDependency.access()Returns the value of theaccessrecord component.MutationPlan.ResolvedModel.access()Returns the value of theaccessrecord component.static MutationPlan.AccessReturns the enum constant of this class with the specified name.static MutationPlan.Access[]MutationPlan.Access.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluxzero.sdk.modeling with parameters of type MutationPlan.AccessModifier and TypeMethodDescriptionstatic CommitAttemptCommitAttempt.createSingle(long readStateIndex, String modelId, Class<?> modelType, MutationPlan.Access access, List<String> sourceProperties, Entity<?> entity) Creates the allocation-minimal begin-state used by a direct single-model strategy.Constructors in io.fluxzero.sdk.modeling with parameters of type MutationPlan.AccessModifierConstructorDescriptionAncestorDependency(Class<?> modelType, String association, String handler, boolean required, MutationPlan.Access access) Creates an instance of aAncestorDependencyrecord class.ResolvedModel(String modelId, Class<?> modelType, MutationPlan.Access access, List<String> sourceProperties) Creates an instance of aResolvedModelrecord class.