Package ca.uhn.fhir.jpa.rp.r4
Class CompartmentDefinitionResourceProvider
- java.lang.Object
-
- ca.uhn.fhir.jpa.provider.BaseJpaProvider
-
- ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<T>
-
- ca.uhn.fhir.jpa.provider.r4.JpaResourceProviderR4<org.hl7.fhir.r4.model.CompartmentDefinition>
-
- ca.uhn.fhir.jpa.rp.r4.CompartmentDefinitionResourceProvider
-
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
public class CompartmentDefinitionResourceProvider extends JpaResourceProviderR4<org.hl7.fhir.r4.model.CompartmentDefinition>
-
-
Field Summary
-
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
myDaoConfig, REMOTE_ADDR, REMOTE_UA
-
-
Constructor Summary
Constructors Constructor Description CompartmentDefinitionResourceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<org.hl7.fhir.r4.model.CompartmentDefinition>
getResourceType()
IBundleProvider
search(HttpServletRequest theServletRequest, HttpServletResponse theServletResponse, RequestDetails theRequestDetails, StringAndListParam theFtFilter, StringAndListParam theFtContent, StringAndListParam theFtText, TokenAndListParam theSearchForTag, TokenAndListParam theSearchForSecurity, UriAndListParam theSearchForProfile, UriAndListParam theSearchForSource, HasAndListParam theHas, TokenAndListParam the_id, StringAndListParam the_language, TokenAndListParam theCode, TokenAndListParam theContext, QuantityAndListParam theContext_quantity, TokenAndListParam theContext_type, CompositeAndListParam<TokenParam,QuantityParam> theContext_type_quantity, CompositeAndListParam<TokenParam,TokenParam> theContext_type_value, DateRangeParam theDate, StringAndListParam theDescription, StringAndListParam theName, StringAndListParam thePublisher, TokenAndListParam theResource, TokenAndListParam theStatus, UriAndListParam theUrl, TokenAndListParam theVersion, Map<String,List<String>> theAdditionalRawParams, Set<Include> theRevIncludes, DateRangeParam theLastUpdated, Set<Include> theIncludes, SortSpec theSort, Integer theCount, SummaryEnum theSummaryMode, SearchTotalModeEnum theSearchTotalMode)
-
Methods inherited from class ca.uhn.fhir.jpa.provider.r4.JpaResourceProviderR4
create, delete, expunge, expunge, meta, meta, metaAdd, metaDelete, update, validate, validate
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
doExpunge, getDao, getHistoryForResourceInstance, getHistoryForResourceType, patch, read, setDao
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setDaoConfigForUnitTest, startRequest, startRequest
-
-
-
-
Method Detail
-
getResourceType
public Class<org.hl7.fhir.r4.model.CompartmentDefinition> getResourceType()
- Specified by:
getResourceType
in interfaceca.uhn.fhir.rest.server.IResourceProvider
- Overrides:
getResourceType
in classBaseJpaResourceProvider<org.hl7.fhir.r4.model.CompartmentDefinition>
-
search
public IBundleProvider search(HttpServletRequest theServletRequest, HttpServletResponse theServletResponse, RequestDetails theRequestDetails, StringAndListParam theFtFilter, StringAndListParam theFtContent, StringAndListParam theFtText, TokenAndListParam theSearchForTag, TokenAndListParam theSearchForSecurity, UriAndListParam theSearchForProfile, UriAndListParam theSearchForSource, HasAndListParam theHas, TokenAndListParam the_id, StringAndListParam the_language, TokenAndListParam theCode, TokenAndListParam theContext, QuantityAndListParam theContext_quantity, TokenAndListParam theContext_type, CompositeAndListParam<TokenParam,QuantityParam> theContext_type_quantity, CompositeAndListParam<TokenParam,TokenParam> theContext_type_value, DateRangeParam theDate, StringAndListParam theDescription, StringAndListParam theName, StringAndListParam thePublisher, TokenAndListParam theResource, TokenAndListParam theStatus, UriAndListParam theUrl, TokenAndListParam theVersion, Map<String,List<String>> theAdditionalRawParams, Set<Include> theRevIncludes, DateRangeParam theLastUpdated, Set<Include> theIncludes, SortSpec theSort, Integer theCount, SummaryEnum theSummaryMode, SearchTotalModeEnum theSearchTotalMode)
-
-