Windchill 12.0 Java API for LWCCommands
I have below code snap for Windchill 11.0 it is working but when i try to check with 12.0 the LWCCommands class is not available deprecated is there any alternate? I am trying to access getTypeAttributes method for below code.
import com.ptc.core.lwc.client.commands.LWCCommands;
LWCTypeDefinition lwcObj = (LWCTypeDefinition) persistables[0];
ArrayList<AttributeDefinitionReadView> typeList = LWCCommands
.getTypeAttributes("OR:" + lwcObj.toString());
-Any help or suggestions will really help me.
-Regards,
WC_User

