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

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

[复制链接]

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

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

admin 楼主

2014-12-10 21:03:46

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

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

x
Teamcenter二次开发源码:通过teamcenter SOA 开发查找Item% |, y) m1 h) t& N  j3 L$ ?

6 c+ s) C6 u  ]7 p* s# z* fpublic static Item findExistingItem( DataManagementService dmService, String itemIDs){1 X: A, W1 I. {6 M' e
com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo infos[] = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo[1];
9 B" p) T, A# k0 m+ h+ oinfos[0] = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo();
) [. r3 p+ Z& {' y( w$ ^) Finfos[0].itemId = itemIDs;4 a( E- {8 O  s; A
com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdPref pref = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdPref();
0 h1 a5 p* D7 t' D9 U! Npref.prefs = new com.teamcenter.services.strong.core._2007_01.DataManagement.RelationFilter[0];
2 u; `+ }' o( ]GetItemFromIdResponse resp = dmService.getItemFromId(infos, 0, pref);
, e% x5 r( F  D5 z$ ]$ C0 ~Item result[] = new Item[ resp.output.length ];$ s" L, p: m* ~: D% B) w
for ( int i = 0; i < resp.output.length; i++ )" l1 N! T. K# y2 {5 E9 f- l
result = resp.output.item;- |5 s+ K1 v3 m* I1 F  x

' n1 q& @# P6 I1 ?if ( resp.output.length > 0 )
- D/ b/ z, i2 F- s7 ^return result[0];" {8 B! f+ Q0 N
else
+ f0 r4 {! s; lreturn null;& d. v7 s1 [% j. f, m
}. ^8 r0 }. X* r  u

# f* W3 P6 `4 U( n/ |' |& z

2 Q" c& B2 C$ U6 v; y# y7 h; k
上海点团信息科技有限公司,承接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二次开发专题模块培训报名开始啦

    我知道了