uCosminexus DocumentBroker Version 3 Standard GUI Development Kit
特定の文書種別マスタのOIIDを取得する場合のコーディング例を,次に示します。
1 //////////////////////////////////////////////////////////// 2 // decmFactory : DecmFactoryインスタンス 3 // masterOiid : 操作対象マスタのOIID 4 //////////////////////////////////////////////////////////// 5 6 // 文書種別マスタ操作用インスタンスを取得 7 DecmDocMaster docMaster = decmFactory.createDecmDocMaster(); 8 9 // 操作対象マスタに接続 10 docMaster.setOiid(masterOiid); 11 12 // 文書種別マスタのOIIDを取得 13 Vector<DecmDocMasterProp> ret = docMaster.fetchDocMasterProp();
All Rights Reserved. Copyright (C) 2009, Hitachi Systems & Services, Ltd.