PLM之家PLMHome-国产软件践行者

teamcenter二次开发源码:通过teamcenter SOA 开发查找Item

[复制链接]

2014-12-10 21:03:46 6225 0

admin 发表于 2014-12-10 21:03:46 |阅读模式

admin 楼主

2014-12-10 21:03:46

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

x
Teamcenter二次开发源码:通过teamcenter SOA 开发查找Item
: ]+ E4 ]! K9 X# D0 T- y
. M* G) h0 c" Y0 f9 D& F% cpublic static Item findExistingItem( DataManagementService dmService, String itemIDs){
. `5 f' G) G1 `& D: h* rcom.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo infos[] = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo[1];# w: d. K& g" u: I3 R
infos[0] = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo();" B% y. e0 }9 M# a: P" p' F
infos[0].itemId = itemIDs;2 U4 i, q# c7 |( S4 i5 N
com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdPref pref = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdPref();8 V; L9 j7 j. P3 u. ]: C. g
pref.prefs = new com.teamcenter.services.strong.core._2007_01.DataManagement.RelationFilter[0];
# h* D/ n1 A3 v( ]( U! gGetItemFromIdResponse resp = dmService.getItemFromId(infos, 0, pref);
: V# e& k6 ~- ]; ~# l4 K  o3 v+ uItem result[] = new Item[ resp.output.length ];' f5 a% X+ ]6 Y: |  W
for ( int i = 0; i < resp.output.length; i++ )
' v0 L/ Y+ l! Qresult = resp.output.item;
2 S' R1 |; Q& Z# _
1 Z! i2 r- m- o: m* i+ [if ( resp.output.length > 0 )
' Y1 X1 X# \- Z8 A/ q  G/ Creturn result[0];8 O' p# \3 E$ X9 m- v) C
else
  ?+ t# @$ o5 D; Preturn null;
/ }" r4 |- x& `! [( Z/ ~& y}
& k% u/ t( c. A3 d( a
* m3 R( q- d9 L1 F2 C- n
+ j  I0 q" \7 o: ~) s$ I
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 doTeam.tech
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了