Get Child Object Where User Has Not Already Completed Another Child
0
Hi all, I have the following (simplified) domain model: A WorkOrder can have multiple sign-offs (WorkOrderSignOff), which is a specialization of SignOff. The WorkOrderSignOff is generated on the completion of tasks. Once the user completes the SignOff, they are associated to it. A user may not sign off a work order multiple times. Using XPath, is it possible to obtain all the sign-offs that the user may complete, ignoring the sign-offs of WorkOrders already completed by the user?