Uses of Class
io.dialob.session.engine.session.model.DialobSession
-
Packages that use DialobSession Package Description io.dialob.session.engine io.dialob.session.engine.program io.dialob.session.engine.session io.dialob.session.engine.session.model io.dialob.session.engine.sp -
-
Uses of DialobSession in io.dialob.session.engine
Methods in io.dialob.session.engine 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.session.engine.program
Methods in io.dialob.session.engine.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.session.engine.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) -
Uses of DialobSession in io.dialob.session.engine.session
Methods in io.dialob.session.engine.session that return DialobSession Modifier and Type Method Description DialobSessionCreateDialobSessionProgramVisitor. getDialobSession()Constructors in io.dialob.session.engine.session with parameters of type DialobSession Constructor Description ActiveDialobSessionUpdater(DialobSessionEvalContextFactory sessionContextFactory, DialobProgram dialobProgram, DialobSession dialobSession) -
Uses of DialobSession in io.dialob.session.engine.session.model
Methods in io.dialob.session.engine.session.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.session.engine.sp
Methods in io.dialob.session.engine.sp that return DialobSession Modifier and Type Method Description DialobSessionDialobQuestionnaireSession. getDialobSession()Methods in io.dialob.session.engine.sp with parameters of type DialobSession Modifier and Type Method Description DialobQuestionnaireSession.BuilderDialobQuestionnaireSession.Builder. dialobSession(DialobSession dialobSession)
-