Added initial delegate code for the GET Prohibition operation.
This PR includes the following proposed change(s):
{DF-2184}
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Refactoring / Documentation
if your change is a breaking change, please add breaking change label to this PR
How Has This Been Tested?
Ran complete build and suite of unit tests. Exercised new operation after creating a new Prohibition and associating with documents. GET returned expected results.
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[ ] I have made corresponding changes to the documentation
[X] New and existing unit tests pass locally with my changes
Description
Added initial delegate code for the GET Prohibition operation.
This PR includes the following proposed change(s):
Type of change
if your change is a breaking change, please add
breaking change
label to this PRHow Has This Been Tested?
Ran complete build and suite of unit tests. Exercised new operation after creating a new Prohibition and associating with documents. GET returned expected results.
Checklist: