public class ProcessCommandExecutor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMAND_ADD_EXECUTORS |
static java.lang.String |
COMMAND_SET_PARAM |
static java.lang.String |
COMMAND_SET_STATUS |
Constructor and Description |
---|
ProcessCommandExecutor() |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
getMessageChangeText(java.sql.Connection con,
DynActionForm form,
UserEvent event,
Process process,
java.lang.String exprText) |
static void |
processDoCommands(java.sql.Connection con,
DynActionForm form,
Process process,
UserEvent event,
java.util.List<java.lang.String> commands) |
public static final java.lang.String COMMAND_SET_STATUS
public static final java.lang.String COMMAND_ADD_EXECUTORS
public static final java.lang.String COMMAND_SET_PARAM
public static void processDoCommands(java.sql.Connection con, DynActionForm form, Process process, UserEvent event, java.util.List<java.lang.String> commands) throws BGException
BGException
protected static java.lang.String getMessageChangeText(java.sql.Connection con, DynActionForm form, UserEvent event, Process process, java.lang.String exprText) throws BGException
BGException