Uses of Class
io.dialob.session.engine.session.model.DialobSession
Packages that use DialobSession
Package
Description
-
Uses of DialobSession in io.dialob.session.engine
Methods in io.dialob.session.engine with parameters of type DialobSessionModifier and TypeMethodDescriptionvoidDialobSessionUpdateHook.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 DialobSessionModifier and TypeMethodDescriptionDialobProgram.createSession(DialobSessionEvalContextFactory sessionContextFactory, String tenantId, String sessionId, String language, String activePage) Deprecated.Only used in unit testsDialobProgram.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 DialobSessionModifier and TypeMethodDescriptionDialobSessionEvalContextFactory.createSessionUpdater(DialobProgram dialobProgram, DialobSession dialobSession, boolean activating) -
Uses of DialobSession in io.dialob.session.engine.session.model
Methods in io.dialob.session.engine.session.model that return DialobSessionModifier and TypeMethodDescriptionstatic DialobSessionDialobSession.readFrom(com.google.protobuf.CodedInputStream input) -
Uses of DialobSession in io.dialob.session.engine.sp
Methods in io.dialob.session.engine.sp that return DialobSessionMethods in io.dialob.session.engine.sp with parameters of type DialobSessionModifier and TypeMethodDescriptionDialobQuestionnaireSession.Builder.dialobSession(DialobSession dialobSession)