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

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

[复制链接]

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

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

admin 楼主

2014-12-10 21:03:46

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

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

x
Teamcenter二次开发源码:通过teamcenter SOA 开发查找Item4 S3 w; s  R+ f. e
7 L- x7 j+ W8 P+ K9 l- Y
public static Item findExistingItem( DataManagementService dmService, String itemIDs){: o8 V) d  Q) t% n, I+ q/ g' Y; w
com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo infos[] = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo[1];
, }0 Q/ ~8 G; T) F' F- Yinfos[0] = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo();
  j, f1 Y( L& E8 cinfos[0].itemId = itemIDs;, A! P* ~7 q4 E' q# F0 w+ i5 ]
com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdPref pref = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdPref();
( G8 _' q2 U: ^$ a5 A( |+ [pref.prefs = new com.teamcenter.services.strong.core._2007_01.DataManagement.RelationFilter[0];
3 \: a( P( k4 _  e8 M& \) yGetItemFromIdResponse resp = dmService.getItemFromId(infos, 0, pref);
5 U1 [$ @* @. m3 gItem result[] = new Item[ resp.output.length ];
4 R0 E  i9 \1 g( jfor ( int i = 0; i < resp.output.length; i++ )
/ p; I& a" g! l( i0 t3 P, hresult = resp.output.item;
" n! r5 b' |9 b+ n- g0 j( Z! O; I$ m* f  P
if ( resp.output.length > 0 )  }, T; t( I1 u' F
return result[0];
; G3 S" z0 N2 F+ ^3 Aelse
6 c, @! ~# w- o% g+ `, Rreturn null;& j) q, D, Q7 D5 A
}
# a1 B/ v/ A) |' A
3 k2 Q1 F% X, S- z
4 v/ O: c. F; L  _, O0 ^2 J/ k) P
上海点团信息科技有限公司,承接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二次开发专题模块培训报名开始啦

    我知道了