
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
ConstructorsConstructorDescriptionSimplePreResourceAccessDetails(List<T> theResources) SimplePreResourceAccessDetails(org.hl7.fhir.instance.model.api.IBaseResource theResource) -
Method Summary
Modifier and TypeMethodDescriptionvoidRemove any blocked resources from the list that was passed into the constructororg.hl7.fhir.instance.model.api.IBaseResourcegetResource(int theIndex) booleanisDontReturnResourceAtIndex(int theIndex) voidsetDontReturnResourceAtIndex(int theIndex) intsize()
-
Constructor Details
-
SimplePreResourceAccessDetails
-
SimplePreResourceAccessDetails
-
-
Method Details
-
size
- Specified by:
sizein interfaceIPreResourceAccessDetails
-
getResource
- Specified by:
getResourcein interfaceIPreResourceAccessDetails
-
setDontReturnResourceAtIndex
- Specified by:
setDontReturnResourceAtIndexin interfaceIPreResourceAccessDetails
-
isDontReturnResourceAtIndex
-
applyFilterToList
Remove any blocked resources from the list that was passed into the constructor
-