Uses of Class
io.dialob.executor.model.DialobSession
-
Packages that use DialobSession Package Description io.dialob.compiler io.dialob.executor io.dialob.executor.model io.dialob.program -
-
Uses of DialobSession in io.dialob.compiler
Methods in io.dialob.compiler with parameters of type DialobSession Modifier and Type Method Description voidDialobSessionUpdateHook. hookAction(DialobSession dialobSession, Command<?> update, Consumer<Command<?>> delegate)All actions to session are passed through this hook. -
Uses of DialobSession in io.dialob.executor
Methods in io.dialob.executor that return DialobSession Modifier and Type Method Description DialobSessionCreateDialobSessionProgramVisitor. getDialobSession()Constructors in io.dialob.executor with parameters of type DialobSession Constructor Description ActiveDialobSessionUpdater(DialobSessionEvalContextFactory sessionContextFactory, DialobProgram dialobProgram, DialobSession dialobSession) -
Uses of DialobSession in io.dialob.executor.model
Methods in io.dialob.executor.model that return DialobSession Modifier and Type Method Description static DialobSessionDialobSession. readFrom(com.google.protobuf.CodedInputStream input)DialobSessionDialobSession. withId(String id) -
Uses of DialobSession in io.dialob.program
Methods in io.dialob.program that return DialobSession Modifier and Type Method Description DialobSessionDialobProgram. createSession(DialobSessionEvalContextFactory sessionContextFactory, String tenantId, String sessionId, String language, String activePage)Deprecated.Only used in unit testsDialobSessionDialobProgram. createSession(DialobSessionEvalContextFactory sessionContextFactory, String tenantId, String sessionId, String language, String activePage, CreateDialobSessionProgramVisitor.InitialValueResolver initialValueResolver, CreateDialobSessionProgramVisitor.ProvidedValueSetEntriesResolver findProvidedValueSetEntries, Date completed, Date opened, Date lastAnswer)Methods in io.dialob.program with parameters of type DialobSession Modifier and Type Method Description DialobSessionEvalContextDialobSessionEvalContextFactory. createDialobSessionEvalContext(DialobSession dialobSession, Consumer<Event> updatesConsumer, boolean activating)DialobSessionUpdaterDialobSessionEvalContextFactory. createSessionUpdater(DialobProgram dialobProgram, DialobSession dialobSession)Constructors in io.dialob.program with parameters of type DialobSession Constructor Description DialobSessionEvalContext(FunctionRegistry functionRegistry, DialobSession dialobSession, Consumer<Event> updatesConsumer, Clock clock, boolean activating, DialobSessionUpdateHook dialobSessionUpdateHook)
-