Package dev.dsf.fhir.webservice.jaxrs
Class LibraryServiceJaxrs
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.Library,LibraryService>
dev.dsf.fhir.webservice.jaxrs.LibraryServiceJaxrs
- All Implemented Interfaces:
BasicService,BasicResourceService<org.hl7.fhir.r4.model.Library>,LibraryService,org.springframework.beans.factory.InitializingBean
@Path("Library")
public class LibraryServiceJaxrs
extends AbstractResourceServiceJaxrs<org.hl7.fhir.r4.model.Library,LibraryService>
implements LibraryService
-
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, getValidateExisting, getValidateNew, history, history, postValidateExisting, postValidateNew, 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, getValidateExisting, getValidateNew, history, history, postValidateExisting, postValidateNew, 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
-
LibraryServiceJaxrs
-