Uses of Class
org.ehrbase.api.rest.HttpRestContext.CtxAttr
Packages that use HttpRestContext.CtxAttr
-
Uses of HttpRestContext.CtxAttr in org.ehrbase.api.rest
Fields in org.ehrbase.api.rest declared as HttpRestContext.CtxAttrModifier and TypeFieldDescriptionstatic HttpRestContext.CtxAttr<UUID> HttpRestContext.COMPOSITION_IDstatic HttpRestContext.CtxAttr<UUID> HttpRestContext.CONTRIBUTION_IDstatic HttpRestContext.CtxAttr<String> HttpRestContext.DIRECTORY_IDstatic HttpRestContext.CtxAttr<UUID> HttpRestContext.EHR_IDstatic HttpRestContext.CtxAttr<String> HttpRestContext.LOCATIONstatic HttpRestContext.CtxAttr<String> HttpRestContext.QUERYstatic HttpRestContext.CtxAttr<Boolean> HttpRestContext.QUERY_EXECUTE_ENDPOINTstatic HttpRestContext.CtxAttr<String> HttpRestContext.QUERY_IDstatic HttpRestContext.CtxAttr<Set<String>> HttpRestContext.REMOVED_PATIENTSstatic HttpRestContext.CtxAttr<String> HttpRestContext.TEMPLATE_IDstatic HttpRestContext.CtxAttr<Integer> HttpRestContext.VERSIONMethods in org.ehrbase.api.rest with parameters of type HttpRestContext.CtxAttrModifier and TypeMethodDescription<T> THttpRestContext.getValueBy(HttpRestContext.CtxAttr<T> key) static <V> voidHttpRestContext.register(HttpRestContext.CtxAttr<V> key, V value) static <V0,V1> void HttpRestContext.register(HttpRestContext.CtxAttr<V0> key0, V0 value0, HttpRestContext.CtxAttr<V1> key1, V1 value1) static <V0,V1, V2>
voidHttpRestContext.register(HttpRestContext.CtxAttr<V0> key0, V0 value0, HttpRestContext.CtxAttr<V1> key1, V1 value1, HttpRestContext.CtxAttr<V2> key2, V2 value2) static <V0,V1, V2, V3>
voidHttpRestContext.register(HttpRestContext.CtxAttr<V0> key0, V0 value0, HttpRestContext.CtxAttr<V1> key1, V1 value1, HttpRestContext.CtxAttr<V2> key2, V2 value2, HttpRestContext.CtxAttr<V3> key3, V3 value3) static <V0,V1, V2, V3, V4>
voidHttpRestContext.register(HttpRestContext.CtxAttr<V0> key0, V0 value0, HttpRestContext.CtxAttr<V1> key1, V1 value1, HttpRestContext.CtxAttr<V2> key2, V2 value2, HttpRestContext.CtxAttr<V3> key3, V3 value3, HttpRestContext.CtxAttr<V4> key4, V4 value4)