Skip to main content
10-Marble
January 18, 2022
Solved

Suggestions on Alternate APIs for deprecated APIs in windchill

  • January 18, 2022
  • 1 reply
  • 1653 views
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.
Best answer by HelesicPetr

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

 

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
January 18, 2022

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