cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Suggestions on Alternate APIs for deprecated APIs in windchill

gmydoor-2
10-Marble

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.
ACCEPTED SOLUTION

Accepted Solutions
HelesicPetr
22-Sapphire I
(To:gmydoor-2)

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. 

HelesicPetr_0-1642502041081.png

 

View solution in original post

1 REPLY 1
HelesicPetr
22-Sapphire I
(To:gmydoor-2)

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. 

HelesicPetr_0-1642502041081.png

 

Announcements

Top Tags