Suggestions on Alternate APIs for deprecated APIs in windchill
Jan 18, 2022
04:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 18, 2022
04:22 AM
Suggestions on Alternate APIs for deprecated APIs in windchill
Hi all, LifeCycleHelper.service.allStates() and The method addMiniInfo(NmOid, String) from the type IconComponent is deprecated. Can any of you suggest alternate APIs for the same. Thanks.
Solved! Go to Solution.
Labels:
- Labels:
-
API
- Tags:
- customization
ACCEPTED SOLUTION
Accepted Solutions
Jan 18, 2022
05:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 18, 2022
05:34 AM
Hello @gmydoor-2 ,
You can use
State.getStateSet();
addMiniInfo(NmOid, String) does not have an alternative.
In a javaDoc there is alternative but it is also deprecated.
1 REPLY 1
Jan 18, 2022
05:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 18, 2022
05:34 AM
Hello @gmydoor-2 ,
You can use
State.getStateSet();
addMiniInfo(NmOid, String) does not have an alternative.
In a javaDoc there is alternative but it is also deprecated.
