Uses of Interface
org.eximeebpms.bpm.webapp.db.CommandExecutor
Packages that use CommandExecutor
Package
Description
-
Uses of CommandExecutor in org.eximeebpms.bpm.admin.impl
Fields in org.eximeebpms.bpm.admin.impl with type parameters of type CommandExecutorModifier and TypeFieldDescriptionprotected final Map
<String, CommandExecutor> DefaultAdminRuntimeDelegate.commandExecutors
Methods in org.eximeebpms.bpm.admin.impl that return CommandExecutorModifier and TypeMethodDescriptionprotected CommandExecutor
DefaultAdminRuntimeDelegate.createCommandExecutor
(String processEngineName) Create command executor for the engine with the given nameDefaultAdminRuntimeDelegate.getCommandExecutor
(String processEngineName) -
Uses of CommandExecutor in org.eximeebpms.bpm.cockpit.db
Subinterfaces of CommandExecutor in org.eximeebpms.bpm.cockpit.db -
Uses of CommandExecutor in org.eximeebpms.bpm.cockpit.impl.db
Classes in org.eximeebpms.bpm.cockpit.impl.db that implement CommandExecutor -
Uses of CommandExecutor in org.eximeebpms.bpm.webapp.impl.db
Classes in org.eximeebpms.bpm.webapp.impl.db that implement CommandExecutorConstructors in org.eximeebpms.bpm.webapp.impl.db with parameters of type CommandExecutor