Uses of Enum Class
org.ehrbase.rest.openehr.format.CompositionRepresentation
Packages that use CompositionRepresentation
-
Uses of CompositionRepresentation in org.ehrbase.rest
Methods in org.ehrbase.rest that return CompositionRepresentationModifier and TypeMethodDescriptionprotected CompositionRepresentationBaseController.extractCompositionRepresentation(String contentType, String format) Extracts theCompositionRepresentationfrom the REST request's inputMediaTypestyle content type header string and validates them against the given format asCompositionFormat. -
Uses of CompositionRepresentation in org.ehrbase.rest.openehr.format
Methods in org.ehrbase.rest.openehr.format that return CompositionRepresentationModifier and TypeMethodDescriptionstatic CompositionRepresentationCompositionRepresentation.selectFromMediaTypeWithFormat(org.springframework.http.MediaType mediaType, org.ehrbase.openehr.sdk.response.dto.ehrscape.CompositionFormat format) Selects the supportedCompositionRepresentationfrom the givenMediaTypein combination with the providedCompositionFormat.static CompositionRepresentationReturns the enum constant of this class with the specified name.static CompositionRepresentation[]CompositionRepresentation.values()Returns an array containing the constants of this enum class, in the order they are declared.