Uses of Interface
io.dialob.client.api.DialobDocument
-
Packages that use DialobDocument Package Description io.dialob.client.api io.dialob.client.spi -
-
Uses of DialobDocument in io.dialob.client.api
Classes in io.dialob.client.api with type parameters of type DialobDocument Modifier and Type Interface Description static interfaceDialobClient.ProgramEnvirValue<T extends DialobDocument>Subinterfaces of DialobDocument in io.dialob.client.api Modifier and Type Interface Description static interfaceDialobDocument.FormDocumentstatic interfaceDialobDocument.FormReleaseDocumentstatic interfaceDialobDocument.FormRevisionDocumentClasses in io.dialob.client.api that implement DialobDocument Modifier and Type Class Description classImmutableFormDocumentImmutable implementation ofDialobDocument.FormDocument.classImmutableFormReleaseDocumentImmutable implementation ofDialobDocument.FormReleaseDocument.classImmutableFormRevisionDocumentImmutable implementation ofDialobDocument.FormRevisionDocument.Methods in io.dialob.client.api that return DialobDocument Modifier and Type Method Description DialobDocumentDialobCache.CacheEntry. getAst()DialobDocumentImmutableCacheEntry. getAst()DialobDocumentDialobCache. setAst(DialobDocument ast, DialobStore.StoreEntity src)Methods in io.dialob.client.api that return types with arguments of type DialobDocument Modifier and Type Method Description Optional<DialobDocument>DialobCache. getAst(DialobStore.StoreEntity src)Methods in io.dialob.client.api with parameters of type DialobDocument Modifier and Type Method Description ImmutableCacheEntry.BuilderImmutableCacheEntry.Builder. ast(DialobDocument ast)Initializes the value for theastattribute.ImmutableFormDocument.BuilderImmutableFormDocument.Builder. from(DialobDocument instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobDocumentinstance.ImmutableFormReleaseDocument.BuilderImmutableFormReleaseDocument.Builder. from(DialobDocument instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobDocumentinstance.ImmutableFormRevisionDocument.BuilderImmutableFormRevisionDocument.Builder. from(DialobDocument instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobDocumentinstance.DialobDocumentDialobCache. setAst(DialobDocument ast, DialobStore.StoreEntity src)ImmutableCacheEntryImmutableCacheEntry. withAst(DialobDocument value)Copy the current immutable object by setting a value for theastattribute. -
Uses of DialobDocument in io.dialob.client.spi
Methods in io.dialob.client.spi that return DialobDocument Modifier and Type Method Description DialobDocumentDialobEhCache. setAst(DialobDocument ast, DialobStore.StoreEntity src)Methods in io.dialob.client.spi that return types with arguments of type DialobDocument Modifier and Type Method Description Optional<DialobDocument>DialobEhCache. getAst(DialobStore.StoreEntity src)Methods in io.dialob.client.spi with parameters of type DialobDocument Modifier and Type Method Description DialobDocumentDialobEhCache. setAst(DialobDocument ast, DialobStore.StoreEntity src)
-