
Package ca.uhn.fhir.jpa.interceptor
Class JpaPreResourceAccessDetails
java.lang.Object
ca.uhn.fhir.jpa.interceptor.JpaPreResourceAccessDetails
- All Implemented Interfaces:
ca.uhn.fhir.rest.api.server.IPreResourceAccessDetails
@NotThreadSafe
public class JpaPreResourceAccessDetails
extends Object
implements ca.uhn.fhir.rest.api.server.IPreResourceAccessDetails
THIS CLASS IS NOT THREAD SAFE
-
Constructor Summary
ConstructorsConstructorDescriptionJpaPreResourceAccessDetails(List<JpaPid> theResourcePids, ICallable<ISearchBuilder> theSearchBuilderSupplier) -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResourcegetResource(int theIndex) booleanisDontReturnResourceAtIndex(int theIndex) voidsetDontReturnResourceAtIndex(int theIndex) intsize()
-
Constructor Details
-
JpaPreResourceAccessDetails
public JpaPreResourceAccessDetails(List<JpaPid> theResourcePids, ICallable<ISearchBuilder> theSearchBuilderSupplier)
-
-
Method Details
-
size
- Specified by:
sizein interfaceca.uhn.fhir.rest.api.server.IPreResourceAccessDetails
-
getResource
- Specified by:
getResourcein interfaceca.uhn.fhir.rest.api.server.IPreResourceAccessDetails
-
setDontReturnResourceAtIndex
- Specified by:
setDontReturnResourceAtIndexin interfaceca.uhn.fhir.rest.api.server.IPreResourceAccessDetails
-
isDontReturnResourceAtIndex
-