Skip to main content
12-Amethyst
April 12, 2024
Question

How to get Associated Change object of a WTDocument

  • April 12, 2024
  • 1 reply
  • 670 views

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

avillanueva
23-Emerald I
23-Emerald I
April 12, 2024

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.