Uses of Interface
io.dialob.client.api.DialobStore.BodySource
-
Packages that use DialobStore.BodySource Package Description io.dialob.client.api io.dialob.client.spi -
-
Uses of DialobStore.BodySource in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobStore.BodySource Modifier and Type Class Description classImmutableBodySourceImmutable implementation ofDialobStore.BodySource.Methods in io.dialob.client.api that return DialobStore.BodySource Modifier and Type Method Description DialobStore.BodySourceDialobClient.BodySourceBuilder. build(DialobStore.BodyType type)DialobStore.BodySourceDialobCache.CacheEntry. getSource()DialobStore.BodySourceDialobClient.ProgramWrapper. getSource()DialobStore.BodySourceImmutableCacheEntry. getSource()DialobStore.BodySourceImmutableProgramWrapper. getSource()Methods in io.dialob.client.api with parameters of type DialobStore.BodySource Modifier and Type Method Description static ImmutableBodySourceImmutableBodySource. copyOf(DialobStore.BodySource instance)Creates an immutable copy of aDialobStore.BodySourcevalue.ImmutableBodySource.BuilderImmutableBodySource.Builder. from(DialobStore.BodySource instance)Fill a builder with attribute values from the providedBodySourceinstance.Optional<io.dialob.api.form.FormEntity>DialobCache. getAst(DialobStore.BodySource src)Optional<DialobProgram>DialobCache. getProgram(DialobStore.BodySource src)io.dialob.api.form.FormEntityDialobCache. setAst(io.dialob.api.form.FormEntity ast, DialobStore.BodySource src)DialobProgramDialobCache. setProgram(DialobProgram program, DialobStore.BodySource src)ImmutableCacheEntry.BuilderImmutableCacheEntry.Builder. source(DialobStore.BodySource source)Initializes the value for thesourceattribute.ImmutableProgramWrapper.BuilderImmutableProgramWrapper.Builder. source(DialobStore.BodySource source)Initializes the value for thesourceattribute.ImmutableCacheEntryImmutableCacheEntry. withSource(DialobStore.BodySource value)Copy the current immutable object by setting a value for thesourceattribute.ImmutableProgramWrapperImmutableProgramWrapper. withSource(DialobStore.BodySource value)Copy the current immutable object by setting a value for thesourceattribute. -
Uses of DialobStore.BodySource in io.dialob.client.spi
Methods in io.dialob.client.spi with parameters of type DialobStore.BodySource Modifier and Type Method Description DialobProgramEnvirFactoryDialobProgramEnvirFactory. add(DialobStore.BodySource entity, boolean cachless)Optional<io.dialob.api.form.FormEntity>DialobEhCache. getAst(DialobStore.BodySource src)Optional<DialobProgram>DialobEhCache. getProgram(DialobStore.BodySource src)io.dialob.api.form.FormEntityDialobEhCache. setAst(io.dialob.api.form.FormEntity ast, DialobStore.BodySource src)DialobProgramDialobEhCache. setProgram(DialobProgram program, DialobStore.BodySource src)
-