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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How to get Associated Change object of a WTDocument

RS_10128209
10-Marble

How to get Associated Change object of a WTDocument

RS_10128209_0-1712904699065.png

DOC111 - WTDocument name (refDoc)

Expected result --> Get associated changes 

 

QuerySpec qsLink=FlexibleChangeHelper.getFlexibleChangeLinksQuerySpec((FlexibleChangeItem) refDoc, FlexibleChangeLink.PARENT_ROLE, false, FlexibleChangeHelper.PROCESS_TYPE_ID);
QueryResult qr1 = PersistenceHelper.manager.find(qsLink);
System.out.println("Size of the Query Result for Associated Objects::"+qr1.size());

 

 

1 REPLY 1

I would look at the Change2Helper class. It should have a method given a Changeable (the document) to find its change object.  You never mentioned which change object your were looking for.

Top Tags