jp.ne.mki.wedge.rule.base.interfaces
インタフェース ClientInterface
- すべてのスーパーインタフェース:
- CommonInterface
- 既知の実装クラスの一覧:
- AbstractClient
- public interface ClientInterface
- extends CommonInterface
インタフェース jp.ne.mki.wedge.rule.base.interfaces.CommonInterface から継承したフィールド |
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の取得 |
インタフェース jp.ne.mki.wedge.rule.base.interfaces.CommonInterface から継承したメソッド |
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 |
SKIP_ALL
public static final int SKIP_ALL
FRAME_CLOSE
public static final int FRAME_CLOSE
FRAME_QUIT
public static final int FRAME_QUIT
SYSTEM_EXIT
public static final int SYSTEM_EXIT
SYSTEM_QUIT
public static final int SYSTEM_QUIT
STOP
public static final int STOP
STOP_SELECT_ALL
public static final int STOP_SELECT_ALL
TIMING_BEFORE
public static final int TIMING_BEFORE
TIMING_AFTER
public static final int TIMING_AFTER
TIMING_LOAD
public static final int TIMING_LOAD
TIMING_UN_LOAD
public static final int TIMING_UN_LOAD
TIMING_ROW_CLICK
public static final int TIMING_ROW_CLICK
TIMING_ROW_WCLICK
public static final int TIMING_ROW_WCLICK
getManager
public jp.ne.mki.wedge.run.client.control.Manager getManager()
- Managerオブジェクト取得
- パラメータ:
manager
-
getInItem
public jp.ne.mki.wedge.run.client.data.Item getInItem(int line)
- InputRecordのindexによる取得
- パラメータ:
int
- 行番号- 戻り値:
- Item
getInItem
public jp.ne.mki.wedge.run.client.data.Item getInItem(java.lang.String key)
- InputRecordの取得
- パラメータ:
String
- アイテムの物理名称- 戻り値:
- Item
getOutItem
public jp.ne.mki.wedge.run.client.data.Item getOutItem(int line)
- OutputRecordの取得
- パラメータ:
int
- 行番号- 戻り値:
- DataInterface
getOutItem
public jp.ne.mki.wedge.run.client.data.Item getOutItem(java.lang.String key)
- OutputRecordの取得
- パラメータ:
String
- アイテムの物理名称- 戻り値:
- Item