Uses of Interface
io.dialob.executor.command.Command
-
Packages that use Command Package Description io.dialob.compiler io.dialob.executor io.dialob.executor.command io.dialob.executor.model io.dialob.program -
-
Uses of Command in io.dialob.compiler
Methods in io.dialob.compiler 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.compiler 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.executor
Fields in io.dialob.executor with type parameters of type Command Modifier and Type Field Description protected List<Command<?>>ActiveDialobSessionUpdater. evalQueueMethods in io.dialob.executor that return types with arguments of type Command Modifier and Type Method Description List<Command<?>>CreateDialobSessionProgramVisitor. getUpdates()Methods in io.dialob.executor with parameters of type Command Modifier and Type Method Description protected voidActiveDialobSessionUpdater. queueCommand(Command<?> updateCommand)Constructor parameters in io.dialob.executor 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.executor.command
-
Uses of Command in io.dialob.executor.model
Methods in io.dialob.executor.model with parameters of type Command Modifier and Type Method Description voidDialobSession. applyUpdate(EvalContext evalContext, Command<?> command) -
Uses of Command in io.dialob.program
Methods in io.dialob.program that return types with arguments of type Command Modifier and Type Method Description Stream<Command<?>>DialobProgram. findDependencies(Event event)Map<Command<?>,Set<Command<?>>>DependencyResolverVisitor. getCommandsToCommands()Map<Command<?>,Set<Command<?>>>DependencyResolverVisitor. getCommandsToCommands()Set<Command<?>>DialobProgram. getCommandsToCommands(Command<?> updateCommand)Map<EventMatcher,List<Command<?>>>DependencyResolverVisitor. getInputUpdates()Map<ItemId,List<Command<?>>>DependencyResolverVisitor. getItemCommands()Methods in io.dialob.program with parameters of type Command Modifier and Type Method Description voidDialobSessionEvalContext. applyAction(Command<?> action)Set<Command<?>>DialobProgram. getCommandsToCommands(Command<?> updateCommand)
-