Package ca.uhn.fhir.rest.server
Interface IDynamicSearchResourceProvider
-
- All Superinterfaces:
IResourceProvider
public interface IDynamicSearchResourceProvider extends IResourceProvider
This is still an experimental API - It isn't meant for public consumption yet. Get in touch if you'd like to use it and maybe we can help work out a good design together.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ca.uhn.fhir.context.RuntimeSearchParam>getSearchParameters()-
Methods inherited from interface ca.uhn.fhir.rest.server.IResourceProvider
getResourceType
-
-
-
-
Method Detail
-
getSearchParameters
List<ca.uhn.fhir.context.RuntimeSearchParam> getSearchParameters()
-
-