Uses of Interface
io.dialob.api.form.Form
Packages that use Form
-
Uses of Form in io.dialob.api.form
Classes in io.dialob.api.form that implement FormModifier and TypeClassDescriptionfinal classImmutable implementation ofForm.final classA modifiable implementation of theFormtype.Methods in io.dialob.api.form that return FormMethods in io.dialob.api.form that return types with arguments of type FormModifier and TypeMethodDescriptionForm.getNamespaces()ImmutableForm.getNamespaces()ModifiableForm.getNamespaces()Methods in io.dialob.api.form with parameters of type FormModifier and TypeMethodDescriptionFormRepository.Finder.andReplaceFirst(Form document) Used to replace in-place existing version of the documentstatic ImmutableFormCreates an immutable copy of aFormvalue.Initializes the value for theformattribute.final ImmutableForm.BuilderFill a builder with attribute values from the providedForminstance.Fill this modifiable instance with attribute values from the providedForminstance.org.immutables.mongo.concurrent.FluentFuture<Integer>Inserts a single document into the collection.FormRepository.Modifier.putNamespaces(String key, Form value) Put the given key and value into thenamespacesmap attribute.FormRepository.Updater.putNamespaces(String key, Form value) Put the given key and value into thenamespacesmap attribute.final ImmutableForm.BuilderImmutableForm.Builder.putNamespaces(String key, Form value) Put one entry to thenamespacesmap.ModifiableForm.putNamespaces(String key, Form value) Put one entry to thenamespacesmap.org.immutables.mongo.concurrent.FluentFuture<Integer>Update or insert a document, matched by the identifier value of the 'id' attribute.final ImmutableFormPutResponseCopy the current immutable object by setting a value for theformattribute.Method parameters in io.dialob.api.form with type arguments of type FormModifier and TypeMethodDescriptionorg.immutables.mongo.concurrent.FluentFuture<Integer>Insert documents into the collection.final ImmutableForm.BuilderImmutableForm.Builder.namespaces(Map<String, ? extends Form> entries) Sets or replaces all mappings from the specified map as entries for thenamespacesmap.final ImmutableForm.BuilderImmutableForm.Builder.putAllNamespaces(Map<String, ? extends Form> entries) Put all mappings from the specified map as entries tonamespacesmap.ModifiableForm.putAllNamespaces(Map<String, ? extends Form> entries) Put all mappings from the specified map as entries to thenamespacesmap.final ImmutableForm.BuilderImmutableForm.Builder.putNamespaces(Map.Entry<String, ? extends Form> entry) Put one entry to thenamespacesmap.ModifiableForm.setNamespaces(Map<String, ? extends Form> entries) Sets or replaces all mappings from the specified map as entries for thenamespacesmap.final ImmutableFormImmutableForm.withNamespaces(Map<String, ? extends Form> entries) Copy the current immutable object by replacing thenamespacesmap with the specified map.Constructors in io.dialob.api.form with parameters of type FormModifierConstructorDescriptionprotectedReplacer(FormRepository repository, Form document, org.immutables.mongo.repository.internal.Constraints.ConstraintHost criteria, org.immutables.mongo.repository.internal.Constraints.Constraint ordering)