public class JpaResourceProviderDstu2<T extends IResource> extends BaseJpaResourceProvider<T>
REMOTE_ADDR, REMOTE_UA
Constructor and Description |
---|
JpaResourceProviderDstu2() |
JpaResourceProviderDstu2(IFhirResourceDao<T> theDao) |
Modifier and Type | Method and Description |
---|---|
MethodOutcome |
create(javax.servlet.http.HttpServletRequest theRequest,
T theResource,
String theConditional,
RequestDetails theRequestDetails) |
MethodOutcome |
delete(javax.servlet.http.HttpServletRequest theRequest,
IdDt theResource,
String theConditional,
RequestDetails theRequestDetails) |
ca.uhn.fhir.model.dstu2.resource.Parameters |
expunge(IIdType theIdParam,
IntegerDt theLimit,
BooleanDt theExpungeDeletedResources,
BooleanDt theExpungeOldVersions) |
ca.uhn.fhir.model.dstu2.resource.Parameters |
expunge(IntegerDt theLimit,
BooleanDt theExpungeDeletedResources,
BooleanDt theExpungeOldVersions) |
ca.uhn.fhir.model.dstu2.resource.Parameters |
meta(IdDt theId,
RequestDetails theRequestDetails) |
ca.uhn.fhir.model.dstu2.resource.Parameters |
meta(RequestDetails theRequestDetails) |
ca.uhn.fhir.model.dstu2.resource.Parameters |
metaAdd(IdDt theId,
ca.uhn.fhir.model.dstu2.composite.MetaDt theMeta,
RequestDetails theRequestDetails) |
ca.uhn.fhir.model.dstu2.resource.Parameters |
metaDelete(IdDt theId,
ca.uhn.fhir.model.dstu2.composite.MetaDt theMeta,
RequestDetails theRequestDetails) |
MethodOutcome |
update(javax.servlet.http.HttpServletRequest theRequest,
T theResource,
IdDt theId,
String theConditional,
RequestDetails theRequestDetails) |
MethodOutcome |
validate(T theResource,
IdDt theId,
String theRawResource,
EncodingEnum theEncoding,
ValidationModeEnum theMode,
String theProfile,
RequestDetails theRequestDetails) |
MethodOutcome |
validate(T theResource,
String theRawResource,
EncodingEnum theEncoding,
ValidationModeEnum theMode,
String theProfile,
RequestDetails theRequestDetails) |
doExpunge, getDao, getHistoryForResourceInstance, getHistoryForResourceType, getResourceType, patch, read, setDao
createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, startRequest, startRequest
public JpaResourceProviderDstu2()
public JpaResourceProviderDstu2(IFhirResourceDao<T> theDao)
public MethodOutcome create(javax.servlet.http.HttpServletRequest theRequest, T theResource, String theConditional, RequestDetails theRequestDetails)
public MethodOutcome delete(javax.servlet.http.HttpServletRequest theRequest, IdDt theResource, String theConditional, RequestDetails theRequestDetails)
public ca.uhn.fhir.model.dstu2.resource.Parameters expunge(IIdType theIdParam, IntegerDt theLimit, BooleanDt theExpungeDeletedResources, BooleanDt theExpungeOldVersions)
public ca.uhn.fhir.model.dstu2.resource.Parameters expunge(IntegerDt theLimit, BooleanDt theExpungeDeletedResources, BooleanDt theExpungeOldVersions)
public ca.uhn.fhir.model.dstu2.resource.Parameters meta(RequestDetails theRequestDetails)
public ca.uhn.fhir.model.dstu2.resource.Parameters meta(IdDt theId, RequestDetails theRequestDetails)
public ca.uhn.fhir.model.dstu2.resource.Parameters metaAdd(IdDt theId, ca.uhn.fhir.model.dstu2.composite.MetaDt theMeta, RequestDetails theRequestDetails)
public ca.uhn.fhir.model.dstu2.resource.Parameters metaDelete(IdDt theId, ca.uhn.fhir.model.dstu2.composite.MetaDt theMeta, RequestDetails theRequestDetails)
public MethodOutcome update(javax.servlet.http.HttpServletRequest theRequest, T theResource, IdDt theId, String theConditional, RequestDetails theRequestDetails)
public MethodOutcome validate(T theResource, String theRawResource, EncodingEnum theEncoding, ValidationModeEnum theMode, String theProfile, RequestDetails theRequestDetails)
public MethodOutcome validate(T theResource, IdDt theId, String theRawResource, EncodingEnum theEncoding, ValidationModeEnum theMode, String theProfile, RequestDetails theRequestDetails)
Copyright © 2014–2019 University Health Network. All rights reserved.