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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Suggestions on Alternate APIs for deprecated APIs in windchill

gmydoor-2
9-Granite

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