Uses of Interface
io.dialob.client.api.DialobDocument.FormDocument
-
Packages that use DialobDocument.FormDocument Package Description io.dialob.client.api io.dialob.client.spi io.dialob.client.spi.program -
-
Uses of DialobDocument.FormDocument in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobDocument.FormDocument Modifier and Type Class Description classImmutableFormDocumentImmutable implementation ofDialobDocument.FormDocument.Methods in io.dialob.client.api that return DialobDocument.FormDocument Modifier and Type Method Description DialobDocument.FormDocumentImmutableProgramWrapper. getDocument()DialobDocument.FormDocumentDialobComposer.ComposerDocumentState. getForm()DialobDocument.FormDocumentImmutableComposerDocumentState. getForm()DialobDocument.FormDocumentDialobClient.TypesMapper. readFormDoc(String entity)DialobDocument.FormDocumentDialobClient.TypesMapper. toFormDoc(DialobStore.StoreEntity store)Methods in io.dialob.client.api that return types with arguments of type DialobDocument.FormDocument Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobDocument.FormDocument>DialobComposer. apply(DialobComposer.FormCommands asset)Map<String,DialobDocument.FormDocument>DialobComposer.ComposerState. getForms()com.google.common.collect.ImmutableMap<String,DialobDocument.FormDocument>ImmutableComposerState. getForms()Methods in io.dialob.client.api with parameters of type DialobDocument.FormDocument Modifier and Type Method Description static ImmutableFormDocumentImmutableFormDocument. copyOf(DialobDocument.FormDocument instance)Creates an immutable copy of aDialobDocument.FormDocumentvalue.io.smallrye.mutiny.Uni<DialobComposer.ComposerDocumentState>DialobComposer. create(DialobDocument.FormDocument asset)ImmutableProgramWrapper.BuilderImmutableProgramWrapper.Builder. document(DialobDocument.FormDocument document)Initializes the value for thedocumentattribute.DialobClient.ProgramBuilderDialobClient.ProgramBuilder. form(DialobDocument.FormDocument form)ImmutableComposerDocumentState.BuilderImmutableComposerDocumentState.Builder. form(DialobDocument.FormDocument form)Initializes the value for theformattribute.ImmutableFormDocument.BuilderImmutableFormDocument.Builder. from(DialobDocument.FormDocument instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobDocument.FormDocumentinstance.ImmutableComposerState.BuilderImmutableComposerState.Builder. putForms(String key, DialobDocument.FormDocument value)Put one entry to theformsmap.StringDialobClient.TypesMapper. toStoreBody(DialobDocument.FormDocument anyObject)io.smallrye.mutiny.Uni<DialobComposer.ComposerDocumentState>DialobComposer. update(DialobDocument.FormDocument asset)io.smallrye.mutiny.Uni<io.dialob.api.form.FormPutResponse>DialobComposer. validate(DialobDocument.FormDocument asset)ImmutableProgramWrapperImmutableProgramWrapper. withDocument(DialobDocument.FormDocument value)Copy the current immutable object by setting a value for thedocumentattribute.ImmutableComposerDocumentStateImmutableComposerDocumentState. withForm(DialobDocument.FormDocument value)Copy the current immutable object by setting a value for theformattribute.Method parameters in io.dialob.client.api with type arguments of type DialobDocument.FormDocument Modifier and Type Method Description ImmutableComposerState.BuilderImmutableComposerState.Builder. forms(Map<String,? extends DialobDocument.FormDocument> entries)Sets or replaces all mappings from the specified map as entries for theformsmap.ImmutableComposerState.BuilderImmutableComposerState.Builder. putAllForms(Map<String,? extends DialobDocument.FormDocument> entries)Put all mappings from the specified map as entries toformsmap.ImmutableComposerState.BuilderImmutableComposerState.Builder. putForms(Map.Entry<String,? extends DialobDocument.FormDocument> entry)Put one entry to theformsmap.ImmutableComposerStateImmutableComposerState. withForms(Map<String,? extends DialobDocument.FormDocument> entries)Copy the current immutable object by replacing theformsmap with the specified map. -
Uses of DialobDocument.FormDocument in io.dialob.client.spi
Methods in io.dialob.client.spi that return DialobDocument.FormDocument Modifier and Type Method Description DialobDocument.FormDocumentDialobTypesMapperImpl. readFormDoc(String entity)DialobDocument.FormDocumentDialobTypesMapperImpl. toFormDoc(DialobStore.StoreEntity store)Methods in io.dialob.client.spi that return types with arguments of type DialobDocument.FormDocument Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobDocument.FormDocument>DialobComposerImpl. apply(DialobComposer.FormCommands asset)Methods in io.dialob.client.spi with parameters of type DialobDocument.FormDocument Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobComposer.ComposerDocumentState>DialobComposerImpl. create(DialobDocument.FormDocument asset)StringDialobTypesMapperImpl. toStoreBody(DialobDocument.FormDocument anyObject)io.smallrye.mutiny.Uni<DialobComposer.ComposerDocumentState>DialobComposerImpl. update(DialobDocument.FormDocument asset)io.smallrye.mutiny.Uni<io.dialob.api.form.FormPutResponse>DialobComposerImpl. validate(DialobDocument.FormDocument asset) -
Uses of DialobDocument.FormDocument in io.dialob.client.spi.program
Methods in io.dialob.client.spi.program with parameters of type DialobDocument.FormDocument Modifier and Type Method Description DialobClient.ProgramBuilderProgramBuilderImpl. form(DialobDocument.FormDocument form)
-