Skip to content

Conversation

@gcsantos-gpa
Copy link

@gcsantos-gpa gcsantos-gpa commented Jan 12, 2026

This PR implements a wrapper class around tableoperations to implement automatic conversation of an attribute to a record restriction during table operations to implement Claim restrictions into tableoperations.

JIRA Ticket(s)
Additional Support for: DIG-21
Ticket: DIG-23


#region [ Static ]

private static readonly ClaimQueryRestrictionAttribute? s_claimQueryRestrictionAttribute;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happens if there are multiple attributes on the Model.
Similarly what happend if there are none?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty it does not do any additional filtering. Functionally equivalent to base tableoperations functions.

Multiple was not supported in that it used only use the first attribute specified, but I quickly wrote a commit to add support for multiple. Now, it aggregates the restrictions from each attribute together to form a restriction on the model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants