ptc-windchill

How to capture revision event of WTObject?

爱⌒轻易说出口 提交于 2021-02-07 10:22:26
问题 I am using Windchill 10.0 M030. I have created a windchill service that captures some actions. I am done with capturing the delete, checkin, and state change events, but I don't know how to capture the revision event of an object. Can someone help me out? Some example code snippets would be helpful. The events that are working fine are the following: public void notifyEvent(KeyedEvent event) throws RemoteException, WTException { if (event instanceof PersistenceManagerEvent) { notifyEvent(

How to capture revision event of WTObject?

泄露秘密 提交于 2021-02-07 10:21:49
问题 I am using Windchill 10.0 M030. I have created a windchill service that captures some actions. I am done with capturing the delete, checkin, and state change events, but I don't know how to capture the revision event of an object. Can someone help me out? Some example code snippets would be helpful. The events that are working fine are the following: public void notifyEvent(KeyedEvent event) throws RemoteException, WTException { if (event instanceof PersistenceManagerEvent) { notifyEvent(

Querying database of Windchill using SQL

女生的网名这么多〃 提交于 2019-12-23 20:12:09
问题 Many vendors such as Microsoft with Sharepoint and Dynamics have made it impossible to access database tables directly in newer versions as they convert to Software as Service (SAS) offerings. I am working with PTC Windchill and have developed extensive Oracle SQL Layer ETL processing. Is this a future proof practice within the context of this product line? Or in the future will I be required to work through some sort of DAL. If so, is there a recommended practice? The information available