uCosminexus DocumentBroker Version 3 Standard GUI Development Kit
属性値マスタ一覧を取得する場合のコーディング例を,次に示します。
1 //////////////////////////////////////////////////////////// 2 // decmFactory : DecmFactoryインスタンス 3 //////////////////////////////////////////////////////////// 4 5 // 属性値マスタ操作用インスタンスを取得 6 DecmDocPropMaster docPropMaster = decmFactory.createDecmDocPropMaster(); 7 8 // 属性値マスタ一覧を取得 9 Vector<DecmDocPropMasterProp> ret = docPropMaster.getDocPropMasterList();
All Rights Reserved. Copyright (C) 2009, Hitachi Systems & Services, Ltd.