jp.ne.mki.wedge.rule.base.interfaces
インタフェース ClientInterface

すべてのスーパーインタフェース:
CommonInterface, RuleEngineInterface
既知の実装クラスの一覧:
AbstractClient, AbstractGet, AbstractHttpAccess, AbstractLayoutRule, AbstractPost, AddTabPanel, CallJavaScript, CheckInputRecord, CheckIsVisibleFrame, CloseFrame, DownloadFileFromURL, EmptyRowThenTableRowDelete, ExecuteAfterEvent, ExecuteAfterTakeOver, ExecuteAfterUntilEmpty, ExecuteBeforeEvent, ExecutionControl_Index, ExecutionControl_Parameter, ExtensionFileChooser, FileTransferRule, FolderChooser, ForeachExecuteAfter, FrameHidden, FrameVisible, GetCurrentComponentValue, GetCurrentTabIndex, GetFrameName, GetLineMatch, GetNameMatch, GetParameter, GetSelectedIndex, GetTableHeaderValue, GetTableSelectedCoordinates, GetTableSelectedValue, GetURLForOpen, GetUserObjects, IfMatchParamThenTableRowDelete, JWSReadCsvFile, JWSReadFile, JWSWriteCsvFile, JWSWriteFile, OpenURL, PostLineMatch, PostNameMatch, PrintFrame, RearrangeTab, RearrangeTable, RemoveTabPanel, RemoveUserObjects, SampleForHtml, SetBackColor, SetBackColorToTableEditor, SetBackColorToTableRenderer, SetBorderLayout, SetCalendarToPanel, SetCaretUpdatePolicy, SetCheckEnum, SetCheckExists, SetCheckFixLength, SetCheckLength, SetCheckMaximum, SetCheckMinimum, SetColumnWidth, SetComboHorizontalScrollBar, SetComboMaxRow, SetComboSelectedKey, SetComponentText, SetCurrentTabIndex, SetDefaultFocusComponent, SetDisabledMenu, SetDisabledToolbar, SetDisableItems, SetEditable, SetEditableTableColumn, SetEnabledByInItem, SetEnabledMenu, SetEnabledToolbar, SetEnableItems, SetFocus, SetFocusToTableCell, SetFontToTableAllColumn, SetFontToTableEditor, SetFontToTableRenderer, SetForeColor, SetForeColorToTableEditor, SetForeColorToTableRenderer, SetFrameFunctionKeyListener, SetFrameKeyListenerExtends, SetFrameMaximization, SetFrameMinimization, SetFramePosition, SetFunctionKeyMapToButton, SetFunctionKeyMapToToolbar, SetGridBagLayout, SetGridLayout, SetHorizontalAlignment, SetItemToTableComboEditor, SetKeyMapToButton, SetLabelBorder, SetRealTimeInputCheck, SetSelectedIndex, SetSelectedRowChangeListener, SetTabChangeListener, SetTabDisabled, SetTabEnabled, SetTableHeaderClickListener, SetTableHeaderValue, SetTableSelectedValue, SetTextPositionToTableEditor, SetTextPositionToTableRenderer, SetTextToTableEditor, SetTextToTableRenderer, SetTimer, SetUnEditableTableColumn, SetUnVisible, SetUserObjects, SetVerticalAlignment, SetVisible, SetVisibleByInItem, SetWindowTitle, ShowDBAccessCountDialog, ShowErrorDialog, ShowFileOpenDialog, ShowFileSaveDialog, ShowFrame, ShowImageByUrl, ShowMessageDialog, ShowServerParameterDialog, ShowTableRowControl, ShowYesNoCancelDialog, ShowYesNoDialog, SkipRule, StructureIfElse, StructureSetErrorFlag, StructureSwitchCase, StructureTryCatch, TableRowAddition, TableSelectedRowCopy, TableSelectedRowDelete, TableSelectedRowDown, TableSelectedRowInsert, TableSelectedRowMove, TableSelectedRowUp, TableSort, TabTitleNameChange, ToolkitPrintFrame, XM_ImageFileChooser

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
           
 
インタフェース 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
 
インタフェース jp.ne.mki.wedge.run.interfaces.RuleEngineInterface から継承されたメソッド
createLogicErrorLogRecord, createLogicExceptionLogRecord, createLogicLogRecord, executeRule, getLogicClassDelegate, getLogicClassType, setControlRecord, setEngineManager, setId, setInRecord, setLogicalName, setLogicClassDelegate, setOutRecord, setPhysicalName, setPropertyFromEngine, setRuleParameter, setUserConstant, terminate
 

フィールドの詳細

SKIP_ALL

static final int SKIP_ALL

FRAME_CLOSE

static final int FRAME_CLOSE

FRAME_QUIT

static final int FRAME_QUIT

SYSTEM_EXIT

static final int SYSTEM_EXIT

SYSTEM_QUIT

static final int SYSTEM_QUIT

STOP

static final int STOP

STOP_SELECT_ALL

static final int STOP_SELECT_ALL

TIMING_BEFORE

static final int TIMING_BEFORE

TIMING_AFTER

static final int TIMING_AFTER

TIMING_LOAD

static final int TIMING_LOAD

TIMING_UN_LOAD

static final int TIMING_UN_LOAD

TIMING_ROW_CLICK

static final int TIMING_ROW_CLICK

TIMING_ROW_WCLICK

static final int TIMING_ROW_WCLICK
メソッドの詳細

getManager

jp.ne.mki.wedge.run.client.control.Manager getManager()
Managerオブジェクト取得

パラメータ:
manager -

getInItem

jp.ne.mki.wedge.run.client.data.Item getInItem(int line)
InputRecordのindexによる取得

パラメータ:
int - 行番号
戻り値:
Item

getInItem

jp.ne.mki.wedge.run.client.data.Item getInItem(java.lang.String key)
InputRecordの取得

パラメータ:
String - アイテムの物理名称
戻り値:
Item

getOutItem

jp.ne.mki.wedge.run.client.data.Item getOutItem(int line)
OutputRecordの取得

パラメータ:
int - 行番号
戻り値:
DataInterface

getOutItem

jp.ne.mki.wedge.run.client.data.Item getOutItem(java.lang.String key)
OutputRecordの取得

パラメータ:
String - アイテムの物理名称
戻り値:
Item