NX插件
送教程
DoTeam
培训报名
AI · CAD · PLM
首页
Portal
社区
论坛
NX技术
TC技术
Catia技术
自研系统
更多
登录
NX Toolkits 「PLM之家插件」
Castsim「铸造PLM系统」
EchoCAD「大模型CAD」
视频在线
实践教程
前沿咨询
高清购买
国产软件
PLM之家PLMHome-工业软件践行者,大模型驱动工业生态建设
»
社区
›
Siemens PLM Teamcenter学习论坛
›
Teamcenter二次开发
›
teamcenter二次开发源码:通过teamcenter SOA 开发查找I ...
返回列表
发新帖
查看:
6524
|
回复:
0
teamcenter二次开发源码:通过teamcenter SOA 开发查找Item
[复制链接]
admin
admin
当前离线
积分
60
6
主题
4
回帖
60
积分
管理员
积分
60
发消息
发表于 2014-12-10 21:03:46
|
显示全部楼层
|
阅读模式
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要
登录
才可以下载或查看,没有账号?
注册
×
Teamcenter
二次开发源码:通过teamcenter SOA 开发查找Item
& r4 {3 y% ?4 U2 d
. ?" C9 P/ s/ K4 N
public static Item findExistingItem( DataManagementService dmService, String itemIDs){
9 {* Y! O) N) ?2 h
com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo infos[] = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo[1];
* P1 n# w; N2 p. [; K
infos[0] = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdInfo();
% r6 D& X! x( b
infos[0].itemId = itemIDs;
. K* z' h# z. N( x
com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdPref pref = new com.teamcenter.services.strong.core._2007_01.DataManagement.GetItemFromIdPref();
) P' e9 }7 n/ @/ T% g% Y
pref.prefs = new com.teamcenter.services.strong.core._2007_01.DataManagement.RelationFilter[0];
1 O& _. K8 n$ H5 E: T- }
GetItemFromIdResponse resp = dmService.getItemFromId(infos, 0, pref);
: ?, k1 K& W, I0 y
Item result[] = new Item[ resp.output.length ];
! h) {& I+ K- x' X% z: v+ s
for ( int i = 0; i < resp.output.length; i++ )
# ~8 z; R7 t6 Q* Q, r) n/ p
result = resp.output.item;
& G3 h% d+ C, Q, C; \8 a9 X5 o
3 x0 |% U: L. M+ D9 O) P
if ( resp.output.length > 0 )
( r5 x& V* m- e" X4 ~4 E! T/ d4 ]
return result[0];
_# F- p; ~% E) U4 f
else
- g- _6 b6 {$ |. R( _ V1 q
return null;
/ K; Y; k0 g, `! q. q# c: {
}
$ F4 `% O, L @5 m
$ Y `, V5 W7 ^
& ]/ k: [5 s. L; j
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.doteam.tech
回复
使用道具
举报
返回列表
发新帖
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖并转播
回帖后跳转到最后一页
在本版发帖
关注公众号
QQ客服
返回顶部
快速回复
返回顶部
返回列表