Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Translate the entire conversation 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 II
(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 II
(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