Uses of Interface
org.activiti.engine.impl.interceptor.Command
Packages that use Command
Package
Description
-
Uses of Command in org.activiti.engine
Methods in org.activiti.engine with parameters of type CommandModifier and TypeMethodDescription<T> TManagementService.executeCommand(Command<T> command) Executes a given command with the defaultCommandConfig.<T> TManagementService.executeCommand(CommandConfig config, Command<T> command) Executes a given command with the specifiedCommandConfig. -
Uses of Command in org.activiti.engine.impl
Classes in org.activiti.engine.impl that implement CommandModifier and TypeClassDescriptionclassAbstractNativeQuery<T extends NativeQuery<?,?>, U> Abstract superclass for all native query types.classAbstractQuery<T extends Query<?,?>, U> Abstract superclass for all query types.classAbstractVariableQueryImpl<T extends Query<?,?>, U> Abstract query class that adds methods to query for variable values.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassfinal classclassclassclassclassMethods in org.activiti.engine.impl with parameters of type CommandModifier and TypeMethodDescription<T> TManagementServiceImpl.executeCommand(Command<T> command) <T> TManagementServiceImpl.executeCommand(CommandConfig config, Command<T> command) -
Uses of Command in org.activiti.engine.impl.asyncexecutor
Classes in org.activiti.engine.impl.asyncexecutor that implement Command -
Uses of Command in org.activiti.engine.impl.cfg
Methods in org.activiti.engine.impl.cfg with parameters of type CommandModifier and TypeMethodDescription<T> T<T> TCommandExecutorImpl.execute(CommandConfig config, Command<T> command) -
Uses of Command in org.activiti.engine.impl.cfg.multitenant
Classes in org.activiti.engine.impl.cfg.multitenant that implement CommandModifier and TypeClassDescriptionclassDeprecated.multi-tenant code will be removed in future version of Activiti and Activiti Cloud -
Uses of Command in org.activiti.engine.impl.cmd
Classes in org.activiti.engine.impl.cmd that implement CommandModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassCommand that adds an event-listener to the Activiti engine.classclassclassclassSend job cancelled event and delete jobclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassDeployCmd<T>classCommand that dispatches an event.classclassclassExecuteCustomSqlCmd<Mapper,ResultType> classclassclassclassclassclassclassclassclassclassGives access to a deployed process model, e.g., a BPMN 2.0 XML file, through a stream of bytes.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassAn abstract superclass forCommandimplementations that want to verify the provided task is always active (ie.classclassCommand that removes an event-listener to the Activiti engine.classclassclassclassclassclassclassclassclassclassclassclassclassCommandthat changes the process definition version of an existing process instance.classCommandthat changes the business key of an existing process instance.classclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Command in org.activiti.engine.impl.cmd.integration
Classes in org.activiti.engine.impl.cmd.integration that implement CommandModifier and TypeClassDescriptionclassclass -
Uses of Command in org.activiti.engine.impl.interceptor
Fields in org.activiti.engine.impl.interceptor declared as CommandMethods in org.activiti.engine.impl.interceptor that return CommandMethods in org.activiti.engine.impl.interceptor with parameters of type CommandModifier and TypeMethodDescriptionCommandContextFactory.createCommandContext(Command<?> cmd) <T> TCommandContextInterceptor.execute(CommandConfig config, Command<T> command) <T> TExecute a command with the defaultCommandConfig.<T> TCommandExecutor.execute(CommandConfig config, Command<T> command) Execute a command with the specifiedCommandConfig.<T> TCommandInterceptor.execute(CommandConfig config, Command<T> command) <T> TCommandInvoker.execute(CommandConfig config, Command<T> command) <T> TJtaRetryInterceptor.execute(CommandConfig config, Command<T> command) <T> TJtaTransactionInterceptor.execute(CommandConfig config, Command<T> command) <T> TLogInterceptor.execute(CommandConfig config, Command<T> command) <T> TRetryInterceptor.execute(CommandConfig config, Command<T> command) <T> TTransactionContextInterceptor.execute(CommandConfig config, Command<T> command) Constructors in org.activiti.engine.impl.interceptor with parameters of type CommandModifierConstructorDescriptionCommandContext(Command<?> command, ProcessEngineConfigurationImpl processEngineConfiguration) -
Uses of Command in org.activiti.engine.impl.jobexecutor
Methods in org.activiti.engine.impl.jobexecutor that return CommandModifier and TypeMethodDescriptionDefaultFailedJobCommandFactory.getCommand(String jobId, Throwable exception) FailedJobCommandFactory.getCommand(String jobId, Throwable exception) -
Uses of Command in org.activiti.engine.test.profiler
Methods in org.activiti.engine.test.profiler with parameters of type CommandModifier and TypeMethodDescription<T> TTotalExecutionTimeCommandInterceptor.execute(CommandConfig config, Command<T> command)