public interface ClientInterface extends CommonInterface
修飾子とタイプ | フィールドと説明 |
---|---|
static int |
FRAME_CLOSE |
static int |
FRAME_QUIT |
static int |
SKIP_ALL |
static int |
STOP |
static int |
STOP_SELECT_ALL |
static int |
SYSTEM_EXIT |
static int |
SYSTEM_QUIT |
static int |
TIMING_AFTER |
static int |
TIMING_BEFORE |
static int |
TIMING_LOAD |
static int |
TIMING_ROW_CLICK |
static int |
TIMING_ROW_WCLICK |
static int |
TIMING_UN_LOAD |
CANCEL, ERROR, EXECUTE_BOTH, EXECUTE_CLIENT, EXECUTE_DEBUG, EXECUTE_HTMLGATEWAY, EXECUTE_SERVER, EXECUTE_SERVERDC, IO_ERROR, IO_ERROR_EXECUTE_PARAMETER, IO_ERROR_IN, IO_ERROR_IO_MUST_SAME_COUNT, IO_ERROR_ITEM_TYPE, IO_ERROR_OUT, IO_ERROR_PARAMETER, NONE, OK, PARAMETER_DELIMITER, SKIP, USER_ERROR
修飾子とタイプ | メソッドと説明 |
---|---|
jp.ne.mki.wedge.run.client.data.Item |
getInItem(int line)
InputRecordのindexによる取得
|
jp.ne.mki.wedge.run.client.data.Item |
getInItem(java.lang.String key)
InputRecordの取得
|
jp.ne.mki.wedge.run.client.control.Manager |
getManager()
Managerオブジェクト取得
|
jp.ne.mki.wedge.run.client.data.Item |
getOutItem(int line)
OutputRecordの取得
|
jp.ne.mki.wedge.run.client.data.Item |
getOutItem(java.lang.String key)
OutputRecordの取得
|
dispose, execute, exit, getAppAccount, getAppAuthority, getAppMenu, getAppPassword, getClassErrorName, getClientId, getConnectionId, getConnectionPoolId, getDbAccessCount, getDbErrorCode, getDbErrorMessage, getDbStatus, getEngineManager, getExceptionMessage, getExecuteType, getId, getInRecord, getInRecord, getInRecord, getInRecordCount, getIOParameter, getIpAddress_G_Index, getIpAddress_P_Index, getLogicalErrorName, getLogicalName, getOutRecord, getOutRecord, getOutRecord, getOutRecordCount, getPhysicalErrorName, getPhysicalName, getProjectId, getQueryEndLine, getQueryMaxCount, getQueryPageCount, getQueryStartLine, getReturnString, getRuleParameter, getRuleParameters, getRuleType, getRuleTypeName, getServerMessage, getServerParameter, getServerStatus, getServerSubName, getServerSubRevision, getServerTran, getUpdateErrorLine, getUpdateTargetCount, getWebServerIpAddress, isExecutable, logDebug, logError, logError, logFatal, logFatal, logInfo, logTrace, logWarn, logWarn, setExecuteType, setRuleType, setServerParameter, showErrorDialog, showErrorDialogAddRuleName, writeErrorLog, writeLog, writeLog, writeTraceLog
createLogicErrorLogRecord, createLogicExceptionLogRecord, createLogicLogRecord, executeRule, getLogicClassDelegate, getLogicClassType, setControlRecord, setEngineManager, setId, setInRecord, setLogicalName, setLogicClassDelegate, setOutRecord, setPhysicalName, setPropertyFromEngine, setRuleParameter, setUserConstant, terminate
static final int SKIP_ALL
static final int FRAME_CLOSE
static final int FRAME_QUIT
static final int SYSTEM_EXIT
static final int SYSTEM_QUIT
static final int STOP
static final int STOP_SELECT_ALL
static final int TIMING_BEFORE
static final int TIMING_AFTER
static final int TIMING_LOAD
static final int TIMING_UN_LOAD
static final int TIMING_ROW_CLICK
static final int TIMING_ROW_WCLICK
jp.ne.mki.wedge.run.client.control.Manager getManager()
manager
- jp.ne.mki.wedge.run.client.data.Item getInItem(int line)
int
- 行番号jp.ne.mki.wedge.run.client.data.Item getInItem(java.lang.String key)
String
- アイテムの物理名称jp.ne.mki.wedge.run.client.data.Item getOutItem(int line)
int
- 行番号jp.ne.mki.wedge.run.client.data.Item getOutItem(java.lang.String key)
String
- アイテムの物理名称