Uses of Interface
org.kie.workbench.common.command.client.CommandResult
-
-
Uses of CommandResult in org.kie.workbench.common.command.client
Fields in org.kie.workbench.common.command.client declared as CommandResult Modifier and Type Field Description static CommandResultCommandResultBuilder. FAILEDstatic CommandResultCommandResultBuilder. SUCCESSMethods in org.kie.workbench.common.command.client that return CommandResult Modifier and Type Method Description CommandResult<V>AbstractCommand. allow(T context)CommandResult<V>Command. allow(T context)Check whether the command operation is allowed.CommandResult<V>CommandManager. allow(T context, Command<T,V> command)Check whether the given command can be executed.CommandResult<V>DelegateCommandManager. allow(C context, Command<C,V> command)CommandResult<V>CommandResultBuilder. build()protected CommandResult<V>AbstractCommand. buildResult()CommandResult<V>Command. execute(T context)Executes the command operation.CommandResult<V>CommandManager. execute(T context, Command<T,V> command)Execute the given command.CommandResult<V>DelegateCommandManager. execute(C context, Command<C,V> command)CommandResult<V>Command. undo(T context)Undo the changes done by this command execution.CommandResult<V>CommandManager. undo(T context, Command<T,V> command)Undo an executed command.CommandResult<V>DelegateCommandManager. undo(C context, Command<C,V> command)Methods in org.kie.workbench.common.command.client with parameters of type CommandResult Modifier and Type Method Description voidCommandListener. onAllow(T context, Command<T,V> command, CommandResult<V> result)voidCommandListener. onExecute(T context, Command<T,V> command, CommandResult<V> result)voidCommandListener. onUndo(T context, Command<T,V> command, CommandResult<V> result)protected voidDelegateCommandManager. postAllow(C context, Command<C,V> command, CommandResult<V> result)protected voidDelegateCommandManager. postExecute(C context, Command<C,V> command, CommandResult<V> result)protected voidDelegateCommandManager. postUndo(C context, Command<C,V> command, CommandResult<V> result) -
Uses of CommandResult in org.kie.workbench.common.command.client.event
Methods in org.kie.workbench.common.command.client.event that return CommandResult Modifier and Type Method Description CommandResult<V>AbstractCommandEvent. getResult()Constructors in org.kie.workbench.common.command.client.event with parameters of type CommandResult Constructor Description AbstractCommandEvent(Command<C,V> command, CommandResult<V> result) -
Uses of CommandResult in org.kie.workbench.common.command.client.impl
Classes in org.kie.workbench.common.command.client.impl that implement CommandResult Modifier and Type Class Description classCommandResultImpl<V>Methods in org.kie.workbench.common.command.client.impl that return CommandResult Modifier and Type Method Description CommandResult<V>CommandManagerImpl. allow(C context, Command<C,V> command)CommandResult<V>CommandManagerImpl. execute(C context, Command<C,V> command)CommandResult<V>CommandManagerImpl. undo(C context, Command<C,V> command) -
Uses of CommandResult in org.kie.workbench.common.command.client.util
Methods in org.kie.workbench.common.command.client.util with parameters of type CommandResult Modifier and Type Method Description static booleanCommandUtils. isError(CommandResult<?> result)
-