Uses of Interface
io.dialob.client.api.DialobDocument.FormReleaseDocument
-
Packages that use DialobDocument.FormReleaseDocument Package Description io.dialob.client.api io.dialob.client.spi io.dialob.client.spi.composer -
-
Uses of DialobDocument.FormReleaseDocument in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobDocument.FormReleaseDocument Modifier and Type Class Description classImmutableFormReleaseDocumentImmutable implementation ofDialobDocument.FormReleaseDocument.Methods in io.dialob.client.api that return DialobDocument.FormReleaseDocument Modifier and Type Method Description DialobDocument.FormReleaseDocumentImmutableReleaseWrapper. getDocument()DialobDocument.FormReleaseDocumentDialobClient.TypesMapper. readReleaseDoc(String entity)DialobDocument.FormReleaseDocumentDialobClient.TypesMapper. toFormReleaseDoc(DialobStore.StoreEntity store)Methods in io.dialob.client.api that return types with arguments of type DialobDocument.FormReleaseDocument Modifier and Type Method Description Map<String,DialobDocument.FormReleaseDocument>DialobComposer.ComposerState. getReleases()com.google.common.collect.ImmutableMap<String,DialobDocument.FormReleaseDocument>ImmutableComposerState. getReleases()Methods in io.dialob.client.api with parameters of type DialobDocument.FormReleaseDocument Modifier and Type Method Description static ImmutableFormReleaseDocumentImmutableFormReleaseDocument. copyOf(DialobDocument.FormReleaseDocument instance)Creates an immutable copy of aDialobDocument.FormReleaseDocumentvalue.ImmutableReleaseWrapper.BuilderImmutableReleaseWrapper.Builder. document(DialobDocument.FormReleaseDocument document)Initializes the value for thedocumentattribute.ImmutableFormReleaseDocument.BuilderImmutableFormReleaseDocument.Builder. from(DialobDocument.FormReleaseDocument instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobDocument.FormReleaseDocumentinstance.io.smallrye.mutiny.Uni<DialobComposer.ComposerState>DialobComposer. importRelease(DialobDocument.FormReleaseDocument asset)ImmutableComposerState.BuilderImmutableComposerState.Builder. putReleases(String key, DialobDocument.FormReleaseDocument value)Put one entry to thereleasesmap.StringDialobClient.TypesMapper. toStoreBody(DialobDocument.FormReleaseDocument anyObject)ImmutableReleaseWrapperImmutableReleaseWrapper. withDocument(DialobDocument.FormReleaseDocument value)Copy the current immutable object by setting a value for thedocumentattribute.Method parameters in io.dialob.client.api with type arguments of type DialobDocument.FormReleaseDocument Modifier and Type Method Description ImmutableComposerState.BuilderImmutableComposerState.Builder. putAllReleases(Map<String,? extends DialobDocument.FormReleaseDocument> entries)Put all mappings from the specified map as entries toreleasesmap.ImmutableComposerState.BuilderImmutableComposerState.Builder. putReleases(Map.Entry<String,? extends DialobDocument.FormReleaseDocument> entry)Put one entry to thereleasesmap.ImmutableComposerState.BuilderImmutableComposerState.Builder. releases(Map<String,? extends DialobDocument.FormReleaseDocument> entries)Sets or replaces all mappings from the specified map as entries for thereleasesmap.ImmutableComposerStateImmutableComposerState. withReleases(Map<String,? extends DialobDocument.FormReleaseDocument> entries)Copy the current immutable object by replacing thereleasesmap with the specified map. -
Uses of DialobDocument.FormReleaseDocument in io.dialob.client.spi
Methods in io.dialob.client.spi that return DialobDocument.FormReleaseDocument Modifier and Type Method Description DialobDocument.FormReleaseDocumentDialobTypesMapperImpl. readReleaseDoc(String entity)DialobDocument.FormReleaseDocumentDialobTypesMapperImpl. toFormReleaseDoc(DialobStore.StoreEntity store)Methods in io.dialob.client.spi with parameters of type DialobDocument.FormReleaseDocument Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobComposer.ComposerState>DialobComposerImpl. importRelease(DialobDocument.FormReleaseDocument asset)StringDialobTypesMapperImpl. toStoreBody(DialobDocument.FormReleaseDocument anyObject) -
Uses of DialobDocument.FormReleaseDocument in io.dialob.client.spi.composer
Constructors in io.dialob.client.spi.composer with parameters of type DialobDocument.FormReleaseDocument Constructor Description ImportReleaseVisitor(DialobComposer.ComposerState state, DialobDocument.FormReleaseDocument asset, DialobClient client)
-