DecmSelectクラスは,文書検索を扱うクラスです。
このクラスで,次の機能が実行できます。
表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クラスのメソッドについて説明します。