Package ca.uhn.fhir.rest.api.server
Class SimplePreResourceAccessDetails
java.lang.Object
ca.uhn.fhir.rest.api.server.SimplePreResourceAccessDetails
- All Implemented Interfaces:
IPreResourceAccessDetails
-
Constructor Summary
ConstructorDescriptionSimplePreResourceAccessDetails
(List<T> theResources) SimplePreResourceAccessDetails
(org.hl7.fhir.instance.model.api.IBaseResource theResource) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Remove any blocked resources from the list that was passed into the constructororg.hl7.fhir.instance.model.api.IBaseResource
getResource
(int theIndex) boolean
isDontReturnResourceAtIndex
(int theIndex) void
setDontReturnResourceAtIndex
(int theIndex) int
size()
-
Constructor Details
-
SimplePreResourceAccessDetails
-
SimplePreResourceAccessDetails
-
-
Method Details
-
size
- Specified by:
size
in interfaceIPreResourceAccessDetails
-
getResource
- Specified by:
getResource
in interfaceIPreResourceAccessDetails
-
setDontReturnResourceAtIndex
- Specified by:
setDontReturnResourceAtIndex
in interfaceIPreResourceAccessDetails
-
isDontReturnResourceAtIndex
-
applyFilterToList
Remove any blocked resources from the list that was passed into the constructor
-