uCosminexus DocumentBroker Version 3 Standard GUI Development Kit
文書種別マスタ一覧を取得する場合のコーディング例を,次に示します。
1 //////////////////////////////////////////////////////////// 2 // decmFactory : DecmFactoryインスタンス 3 //////////////////////////////////////////////////////////// 4 5 // 文書種別マスタ一覧取得用インスタンスを取得 6 DecmDocMasterList docMasterList = decmFactory.createDecmDocMasterList(); 7 8 // 文書種別マスタ一覧を取得 9 Vector<DecmDocMasterProp> ret = docMasterList.getDocMasterList();
All Rights Reserved. Copyright (C) 2009, Hitachi Systems & Services, Ltd.