| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.parser | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server.interceptor |
| Modifier and Type | Field and Description |
|---|---|
static ResourceMetadataKeyEnum<TagList> |
ResourceMetadataKeyEnum.TAG_LIST
The value for this key is the list of tags associated with this resource
|
| Modifier and Type | Method and Description |
|---|---|
TagList |
BundleEntry.getCategories() |
TagList |
Bundle.getCategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bundle.setCategories(TagList theCategories) |
| Constructor and Description |
|---|
TagList(TagList theTags)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected TagList |
BaseParser.getMetaTagsForEncoding(IResource theIResource) |
TagList |
XmlParser.parseTagList(Reader theReader) |
TagList |
JsonParser.parseTagList(Reader theReader) |
TagList |
IParser.parseTagList(Reader theReader)
Parses a tag list, as defined in the FHIR
Specification.
|
TagList |
IParser.parseTagList(String theString)
Parses a tag list, as defined in the FHIR
Specification.
|
TagList |
BaseParser.parseTagList(String theString) |
| Modifier and Type | Method and Description |
|---|---|
String |
IParser.encodeTagListToString(TagList theTagList)
Encodes a tag list, as defined in the FHIR
Specification.
|
String |
BaseParser.encodeTagListToString(TagList theTagList) |
void |
XmlParser.encodeTagListToWriter(TagList theTagList,
Writer theWriter) |
void |
JsonParser.encodeTagListToWriter(TagList theTagList,
Writer theWriter) |
void |
IParser.encodeTagListToWriter(TagList theTagList,
Writer theWriter)
Encodes a tag list, as defined in the FHIR
Specification.
|
| Modifier and Type | Method and Description |
|---|---|
TagList |
GetTagsMethodBinding.invokeClient(String theResponseMimeType,
Reader theResponseReader,
int theResponseStatusCode,
Map<String,List<String>> theHeaders) |
| Modifier and Type | Method and Description |
|---|---|
static ParseAction<TagList> |
ParseAction.create(TagList outcome) |
| Modifier and Type | Method and Description |
|---|---|
static ParseAction<TagList> |
ParseAction.create(TagList outcome) |
static void |
MethodUtil.parseTagValue(TagList tagList,
String nextTagComplete) |
| Constructor and Description |
|---|
HttpPostClientInvocation(FhirContext theContext,
TagList theTagList,
String... theUrlExtension) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IServerInterceptor.outgoingResponse(RequestDetails theRequestDetails,
TagList theResponseObject)
This method is called after the server implementation method has been called, but before any attempt to stream the
response back to the client
|
boolean |
InterceptorAdapter.outgoingResponse(RequestDetails theRequestDetails,
TagList theResponseObject) |
boolean |
IServerInterceptor.outgoingResponse(RequestDetails theRequestDetails,
TagList theResponseObject,
javax.servlet.http.HttpServletRequest theServletRequest,
javax.servlet.http.HttpServletResponse theServletResponse)
This method is called after the server implementation method has been called, but before any attempt to stream the
response back to the client
|
boolean |
InterceptorAdapter.outgoingResponse(RequestDetails theRequestDetails,
TagList theResponseObject,
javax.servlet.http.HttpServletRequest theServletRequest,
javax.servlet.http.HttpServletResponse theServletResponse) |
Copyright © 2014–2016 University Health Network. All rights reserved.