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