uCosminexus DocumentBroker Version 3 Standard GUI Development Kit

[目次][用語][索引][前へ][次へ]

6.1  DecmSelectクラス

DecmSelectクラスは,文書検索を扱うクラスです。

このクラスで,次の機能が実行できます。

プロパティ一覧
DecmSelectクラスで扱うプロパティの一覧を次の表に示します。各プロパティの詳細は,「付録A.1 DocumentBroker Standard GUI Development Kitで使用するプロパティ」を参照してください。

表6-1  DecmSelectクラスで扱うプロパティ

プロパティ名 データ型 検索条件(WHERE)へ
の指定可否
参照可能メソッド
searchDoc()
dmaProp_OIID String
esysProp_Name String
edmProp_OwnerId String
dbuUserProp_OwnerName String
esysProp_CreateTime Integer
esysProp_Creator String
esysProp_ModifyTime Integer
esysProp_Modifier String
dbuUserProp_ModifierName String
dbuUserProp_ReservedUserId String
dbuUserProp_ReservedUserName String
esysProp_Comment String
ecmProp_DocTypeOIID String
ecmProp_DocTypeOIID_FULL String 不可
ecmProp_CHOiid String
ecmProp_CHOiid_FULL String 不可
ecmProp_DocType Integer
ecmProp_FileName String
ecmProp_FileSize Integer
ecmProp_ParentContainer String 不可
ecmProp_ParentContainer_FULL String 不可
ecmProp_DeleteFlag Integer 不可
ecmProp_DeleteUserId String
ecmProp_DeleteTime Integer
ecmProp_DocNumber String
ecmProp_UserInt1〜ecmProp_UserInt5 Integer
ecmProp_UserStr1〜ecmProp_UserStr5 String
ecmProp_DocTypePropInt1〜ecmProp_DocTypePropInt10 Integer
ecmProp_DocTypePropStr1〜ecmProp_DocTypePropStr10 String
ecmProp_DocTypePropLongStr1〜ecmProp_DocTypePropLongStr5 String
esysProp_FileType Integer 不可
esysProp_TopDVOIID_FULL String 不可

(凡例)
可:指定できます。
不可:指定できません。
○:デフォルトで取得,および更新ができます。
△:DecmSelect#setSelectListメソッドをコールすると取得できます。

注※
DecmFactory#initUserPropメソッド,DecmFactory#initUserPropメソッドを使用してプロパティ名を登録しておく必要があります。

次の項から,DecmSelectクラスのメソッドについて説明します。

<この節の構成>
6.1.1  setFolderOiid
6.1.2  setFetchCount
6.1.3  setSortKey
6.1.4  setSortMode
6.1.5  setTrashMode
6.1.6  setFolderMode
6.1.7  isSubFileSearchMode
6.1.8  setSubFileSearchMode
6.1.9  addCondition
6.1.10  setSelectList
6.1.11  setCondGroup
6.1.12  setKeyword
6.1.13  setSearchExpanse
6.1.14  setSearchDictionary
6.1.15  searchDoc
6.1.16  resetCondition