Uses of Interface
io.dialob.api.form.Form
-
Packages that use Form Package Description io.dialob.api.form -
-
Uses of Form in io.dialob.api.form
Classes in io.dialob.api.form that implement Form Modifier and Type Class Description classImmutableFormImmutable implementation ofForm.classModifiableFormA modifiable implementation of theFormtype.Methods in io.dialob.api.form that return Form Modifier and Type Method Description FormFormPutResponse. getForm()FormImmutableFormPutResponse. getForm()Methods in io.dialob.api.form that return types with arguments of type Form Modifier and Type Method Description Map<String,Form>Form. getNamespaces()Map<String,Form>ImmutableForm. getNamespaces()Map<String,Form>ModifiableForm. getNamespaces()Methods in io.dialob.api.form with parameters of type Form Modifier and Type Method Description FormRepository.ReplacerFormRepository.Finder. andReplaceFirst(Form document)Used to replace in-place existing version of the documentstatic ImmutableFormImmutableForm. copyOf(Form instance)Creates an immutable copy of aFormvalue.ImmutableFormPutResponse.BuilderImmutableFormPutResponse.Builder. form(Form form)Initializes the value for theformattribute.ImmutableForm.BuilderImmutableForm.Builder. from(Form instance)Fill a builder with attribute values from the providedForminstance.ModifiableFormModifiableForm. from(Form instance)Fill this modifiable instance with attribute values from the providedForminstance.org.immutables.mongo.concurrent.FluentFuture<Integer>FormRepository. insert(Form document)Inserts a single document into the collection.FormRepository.ModifierFormRepository.Modifier. putNamespaces(String key, Form value)Put the given key and value into thenamespacesmap attribute.FormRepository.UpdaterFormRepository.Updater. putNamespaces(String key, Form value)Put the given key and value into thenamespacesmap attribute.ImmutableForm.BuilderImmutableForm.Builder. putNamespaces(String key, Form value)Put one entry to thenamespacesmap.ModifiableFormModifiableForm. putNamespaces(String key, Form value)Put one entry to thenamespacesmap.org.immutables.mongo.concurrent.FluentFuture<Integer>FormRepository. upsert(Form document)Update or insert a document, matched by the identifier value of the 'id' attribute.ImmutableFormPutResponseImmutableFormPutResponse. withForm(Form value)Copy the current immutable object by setting a value for theformattribute.Method parameters in io.dialob.api.form with type arguments of type Form Modifier and Type Method Description org.immutables.mongo.concurrent.FluentFuture<Integer>FormRepository. insert(Iterable<? extends Form> documents)Insert documents into the collection.ImmutableForm.BuilderImmutableForm.Builder. namespaces(Map<String,? extends Form> entries)Sets or replaces all mappings from the specified map as entries for thenamespacesmap.ImmutableForm.BuilderImmutableForm.Builder. putAllNamespaces(Map<String,? extends Form> entries)Put all mappings from the specified map as entries tonamespacesmap.ModifiableFormModifiableForm. putAllNamespaces(Map<String,? extends Form> entries)Put all mappings from the specified map as entries to thenamespacesmap.ImmutableForm.BuilderImmutableForm.Builder. putNamespaces(Map.Entry<String,? extends Form> entry)Put one entry to thenamespacesmap.ModifiableFormModifiableForm. setNamespaces(Map<String,? extends Form> entries)Sets or replaces all mappings from the specified map as entries for thenamespacesmap.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 Form Constructor Description Replacer(FormRepository repository, Form document, org.immutables.mongo.repository.internal.Constraints.ConstraintHost criteria, org.immutables.mongo.repository.internal.Constraints.Constraint ordering)
-