Uses of Interface
io.dialob.session.engine.session.command.Command
Packages that use Command
Package
Description
-
Uses of Command in io.dialob.session.engine
Methods in io.dialob.session.engine with parameters of type CommandModifier and TypeMethodDescriptionstatic 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 CommandModifier and TypeMethodDescriptionstatic 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 CommandModifier and TypeMethodDescriptionDialobProgram.findDependencies(Event event) DialobProgram.getCommandsToCommands(Command<?> updateCommand) Methods in io.dialob.session.engine.program with parameters of type CommandModifier and TypeMethodDescriptionvoidDialobSessionEvalContext.applyCommand(Command<?> applyCommand) 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 CommandMethods in io.dialob.session.engine.session that return CommandModifier and TypeMethodDescriptionCommand<?> ActionToCommandMapper.apply(io.dialob.api.proto.Action action) Methods in io.dialob.session.engine.session that return types with arguments of type CommandModifier and TypeMethodDescriptionActionToCommandMapper.toCommands(Iterable<io.dialob.api.proto.Action> actions) Methods in io.dialob.session.engine.session with parameters of type CommandModifier and TypeMethodDescriptionprotected voidActiveDialobSessionUpdater.queueCommand(Command<?> updateCommand) Method parameters in io.dialob.session.engine.session with type arguments of type CommandModifier and TypeMethodDescriptionActiveDialobSessionUpdater.applyCommands(Iterable<Command<?>> commands) DialobSessionUpdater.applyCommands(Iterable<Command<?>> commands) Constructor parameters in io.dialob.session.engine.session with type arguments of type CommandModifierConstructorDescriptionCreateDialobSessionProgramVisitor(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
Subinterfaces of Command in io.dialob.session.engine.session.commandModifier and TypeInterfaceDescription(package private) interfaceio.dialob.session.engine.session.command.AbstractPageCommandinterfaceinterfaceinterfaceAbstractUpdateCommand<I extends ItemId,T> interfaceinterfaceinterfaceCreateCommand<T extends SessionObject>interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceUpdateCommand<I extends ItemId,T> interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in io.dialob.session.engine.session.command that implement CommandModifier and TypeClassDescriptionfinal classImmutable implementation ofAddRow.final classImmutable implementation ofComplete.final classImmutable implementation ofCreateRowGroupFromPrototypeCommand.final classImmutable implementation ofCreateRowGroupItemsFromPrototypeCommand.final classImmutable implementation ofDeleteRow.final classImmutable implementation ofErrorLabelUpdateCommand.final classImmutable implementation ofGotoPage.final classImmutable implementation ofInitGroupItems.final classImmutable implementation ofInitRowGroupItemsCommand.final classImmutable implementation ofNextPage.final classImmutable implementation ofNopCommand.final classImmutable implementation ofPrevPage.final classImmutable implementation ofRemoveRowItemsCommand.final classImmutable implementation ofSetAnswer.final classImmutable implementation ofSetLocale.final classImmutable implementation ofSetRows.final classImmutable implementation ofSetVariableFailed.final classImmutable implementation ofSetVariablePending.final classImmutable implementation ofSetVariableValue.final classImmutable implementation ofUpdateActivityCommand.final classImmutable implementation ofUpdateAllowedActionsCommand.final classImmutable implementation ofUpdateAvailableItemsCommand.final classImmutable implementation ofUpdateClassNames.final classImmutable implementation ofUpdateDescriptionCommand.final classImmutable implementation ofUpdateDisabledCommand.final classImmutable implementation ofUpdateGroupItems.final classImmutable implementation ofUpdateIsInvalidAnswersCommand.final classImmutable implementation ofUpdateLabelCommand.final classImmutable implementation ofUpdateRequiredCommand.final classImmutable implementation ofUpdateRowCanBeRemovedCommand.final classImmutable implementation ofUpdateRowsCanBeAddedCommand.final classImmutable implementation ofUpdateValidationCommand.final classImmutable implementation ofUpdateValueSetCommand.final classImmutable implementation ofValidationDisabledUpdateCommand.final classImmutable implementation ofVariableUpdateCommand. -
Uses of Command in io.dialob.session.engine.session.model
Methods in io.dialob.session.engine.session.model with parameters of type CommandModifier and TypeMethodDescriptionvoidDialobSession.applyUpdate(EvalContext evalContext, Command<?> command)