Package dev.dsf.fhir.webservice.jaxrs
Class ValueSetServiceJaxrs
java.lang.Object
dev.dsf.fhir.webservice.base.AbstractBasicService
dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService<S>
dev.dsf.fhir.webservice.jaxrs.AbstractServiceJaxrs<S>
dev.dsf.fhir.webservice.jaxrs.AbstractResourceServiceJaxrs<org.hl7.fhir.r4.model.ValueSet,ValueSetService>
dev.dsf.fhir.webservice.jaxrs.ValueSetServiceJaxrs
- All Implemented Interfaces:
BasicService,BasicResourceService<org.hl7.fhir.r4.model.ValueSet>,ValueSetService,org.springframework.beans.factory.InitializingBean
@Path("ValueSet")
public class ValueSetServiceJaxrs
extends AbstractResourceServiceJaxrs<org.hl7.fhir.r4.model.ValueSet,ValueSetService>
implements ValueSetService
-
Field Summary
FieldsFields inherited from class dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService
delegateFields inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
currentIdentityProvider -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.dsf.fhir.webservice.jaxrs.AbstractResourceServiceJaxrs
create, delete, delete, deletePermanently, history, history, read, search, update, update, vreadMethods inherited from class dev.dsf.fhir.webservice.jaxrs.AbstractServiceJaxrs
afterPropertiesSetMethods inherited from class dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService
setCurrentIdentityProviderMethods inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
getCurrentIdentityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.dsf.fhir.webservice.specification.BasicResourceService
create, delete, delete, deletePermanently, history, history, read, search, update, update, vreadMethods inherited from interface dev.dsf.fhir.webservice.base.BasicService
setCurrentIdentityProviderMethods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
ValueSetServiceJaxrs
-