Class ClientTemplateProvider
- java.lang.Object
-
- org.ehrbase.client.templateprovider.ClientTemplateProvider
-
- All Implemented Interfaces:
TemplateProvider
public class ClientTemplateProvider extends Object implements TemplateProvider
-
-
Constructor Summary
Constructors Constructor Description ClientTemplateProvider(DefaultRestClient restClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<OPERATIONALTEMPLATE>find(String templateId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ehrbase.webtemplate.templateprovider.TemplateProvider
buildIntrospect
-
-
-
-
Constructor Detail
-
ClientTemplateProvider
public ClientTemplateProvider(DefaultRestClient restClient)
-
-
Method Detail
-
find
public Optional<OPERATIONALTEMPLATE> find(String templateId)
- Specified by:
findin interfaceTemplateProvider
-
-