Class ServerProfileProvider
- java.lang.Object
-
- ca.uhn.fhir.rest.server.provider.dstu2.ServerProfileProvider
-
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
public class ServerProfileProvider extends Object implements ca.uhn.fhir.rest.server.IResourceProvider
-
-
Constructor Summary
Constructors Constructor Description ServerProfileProvider(ca.uhn.fhir.rest.server.RestfulServer theServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StructureDefinition>getAllProfiles(ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theRequest)StructureDefinitiongetProfileById(ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theRequest, ca.uhn.fhir.model.primitive.IdDt theId)Class<? extends ca.uhn.fhir.model.api.IResource>getResourceType()
-
-
-
Constructor Detail
-
ServerProfileProvider
public ServerProfileProvider(ca.uhn.fhir.rest.server.RestfulServer theServer)
-
-
Method Detail
-
getResourceType
public Class<? extends ca.uhn.fhir.model.api.IResource> getResourceType()
- Specified by:
getResourceTypein interfaceca.uhn.fhir.rest.server.IResourceProvider
-
getProfileById
public StructureDefinition getProfileById(ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theRequest, ca.uhn.fhir.model.primitive.IdDt theId)
-
getAllProfiles
public List<StructureDefinition> getAllProfiles(ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theRequest)
-
-