Uses of Interface
io.dialob.session.engine.session.command.Command
-
-
Uses of Command in io.dialob.session.engine
Methods in io.dialob.session.engine with parameters of type Command Modifier and Type Method Description static StringDebugUtil. commandToString(Command<?> command)voidDialobSessionUpdateHook. hookAction(DialobSession dialobSession, Command<?> update, Consumer<Command<?>> delegate)All actions to session are passed through this hook.Method parameters in io.dialob.session.engine with type arguments of type Command Modifier and Type Method Description static voidDebugUtil. dumpDotFile(Map<ItemId,List<Command<?>>> itemCommands)voidDialobSessionUpdateHook. hookAction(DialobSession dialobSession, Command<?> update, Consumer<Command<?>> delegate)All actions to session are passed through this hook. -
Uses of Command in io.dialob.session.engine.program
Methods in io.dialob.session.engine.program that return types with arguments of type Command Modifier and Type Method Description Stream<Command<?>>DialobProgram. findDependencies(Event event)Set<Command<?>>DialobProgram. getCommandsToCommands(Command<?> updateCommand)Methods in io.dialob.session.engine.program with parameters of type Command Modifier and Type Method Description voidDialobSessionEvalContext. applyAction(Command<?> action)Set<Command<?>>DialobProgram. getCommandsToCommands(Command<?> updateCommand) -
Uses of Command in io.dialob.session.engine.session
Fields in io.dialob.session.engine.session with type parameters of type Command Modifier and Type Field Description protected List<Command<?>>ActiveDialobSessionUpdater. evalQueueMethods in io.dialob.session.engine.session that return types with arguments of type Command Modifier and Type Method Description List<Command<?>>CreateDialobSessionProgramVisitor. getUpdates()Methods in io.dialob.session.engine.session with parameters of type Command Modifier and Type Method Description protected voidActiveDialobSessionUpdater. queueCommand(Command<?> updateCommand)Constructor parameters in io.dialob.session.engine.session with type arguments of type Command Constructor Description CreateDialobSessionProgramVisitor(String tenantId, String sessionId, String language, String activePage, CreateDialobSessionProgramVisitor.InitialValueResolver initialValueResolver, CreateDialobSessionProgramVisitor.ProvidedValueSetEntriesResolver findProvidedValueSetEntries, Map<ItemId,List<Command<?>>> itemCommands, Date completed, Date opened, Date lastAnswer) -
Uses of Command in io.dialob.session.engine.session.command
-
Uses of Command in io.dialob.session.engine.session.model
Methods in io.dialob.session.engine.session.model with parameters of type Command Modifier and Type Method Description voidDialobSession. applyUpdate(EvalContext evalContext, Command<?> command)
-