DecmDocクラスは,文書操作を扱うクラスです。このクラスのインスタンスで,1文書のオブジェクトを表現します。
このクラスは以下の機能を提供します
表4-1 DecmDocクラスで扱うプロパティ
プロパティ名 | データ型 | 参照可能メソッド | 更新可能メソッド |
---|---|---|---|
fetchDocProp() fetchDocHistory() | createDoc() updateDocProp() checkinDoc() | ||
dmaProp_OIID | String | ○ | - |
esysProp_Name | String | ○ | ○ |
dbrProp_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 | ○※ | ○※ |
次の項から,DecmDocクラスのメソッドについて説明します。