PLM之家PLMHome-工业软件践行者

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

[复制链接]

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

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

admin 楼主

2014-12-10 21:03:46

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

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

x
Teamcenter二次开发源码:通过teamcenter SOA 开发查找Item0 E" ^- a# U& _. {9 b1 ]1 K. ^
! S$ T5 l" A- U7 {- X
public static Item findExistingItem( DataManagementService dmService, String itemIDs){
' Z4 j" H8 L% Vcom.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo infos[] = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo[1];
& l! i2 X3 `; d& {3 n8 zinfos[0] = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo();0 f3 w$ l. s) t! E4 s
infos[0].itemId = itemIDs;
6 Q8 ?+ c7 X5 b$ j- wcom.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdPref pref = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdPref();
+ y" a" c  R" Apref.prefs = new com.teamcenter.services.strong.core._2007_01.DataManagement.RelationFilter[0];, d+ `. w" _7 x) t% i* \- P
GetItemFromIdResponse resp = dmService.getItemFromId(infos, 0, pref);
: x/ ^& U3 g2 e- r; UItem result[] = new Item[ resp.output.length ];
% S8 w# |. K3 G' {0 H/ O( Zfor ( int i = 0; i < resp.output.length; i++ )# v- X9 @9 T) i7 S; M
result = resp.output.item;$ D- x, P. T  J' P$ @

* Z( U" q7 l  r) Zif ( resp.output.length > 0 )
3 }3 a+ W3 M2 b" dreturn result[0];) w9 F( C( x0 D, p9 X3 n
else
5 r! E' W* W' r( k& X: lreturn null;
  O! |, l. P+ Y/ G) P6 p}
5 ?7 h3 j8 N* W0 j: B+ y. V, z) p$ C& `& O1 ?. Y
. J+ @! c- q) }: ~4 }! D& |
上海点团信息科技有限公司,承接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二次开发专题模块培训报名开始啦

    我知道了