| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server | |
| ca.uhn.fhir.util | |
| org.hl7.fhir.instance.model.api |
| Modifier and Type | Class and Description |
|---|---|
class |
PathSpecification
Deprecated.
Include should be used instead |
| Modifier and Type | Method and Description |
|---|---|
Include |
Include.asNonRecursive()
Creates a copy of this include with non-recurse behaviour
|
Include |
Include.asRecursive()
Creates a copy of this include with recurse behaviour
|
Include |
Include.toLocked()
Return a new
|
Include |
Include.withType(String theResourceType)
Creates and returns a new copy of this Include with the given type.
|
| Modifier and Type | Method and Description |
|---|---|
IQuery<T> |
IQuery.include(Include theInclude)
Add an "_include" specification or an "_include:recurse" specification.
|
IQuery<T> |
IQuery.revInclude(Include theIncludeTarget)
Add a "_revinclude" specification
|
| Modifier and Type | Method and Description |
|---|---|
Set<Include> |
BaseMethodBinding.getRequestIncludesFromParams(Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
void |
IVersionSpecificBundleFactory.addResourcesToBundle(List<IBaseResource> theResult,
BundleTypeEnum theBundleType,
String theServerBase,
BundleInclusionRule theBundleInclusionRule,
Set<Include> theIncludes) |
static String |
RestfulServerUtils.createPagingLink(Set<Include> theIncludes,
String theServerBase,
String theSearchId,
int theOffset,
int theCount,
EncodingEnum theResponseEncoding,
boolean thePrettyPrint,
BundleTypeEnum theBundleType) |
void |
IVersionSpecificBundleFactory.initializeBundleFromBundleProvider(IRestfulServer theServer,
IBundleProvider theResult,
EncodingEnum theResponseEncoding,
String theServerBase,
String theCompleteUrl,
boolean thePrettyPrint,
int theOffset,
Integer theCount,
String theSearchId,
BundleTypeEnum theBundleType,
Set<Include> theIncludes) |
abstract boolean |
BundleInclusionRule.shouldIncludeReferencedResource(ResourceReferenceInfo theReferenceInfo,
Set<Include> theIncludes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceReferenceInfo.matchesInclude(Include theInclude) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceReferenceInfo.matchesIncludeSet(Set<Include> theIncludes) |
| Modifier and Type | Field and Description |
|---|---|
static Include |
IBaseResource.INCLUDE_ALL
Include constant for
* (return all includes) |
| Modifier and Type | Field and Description |
|---|---|
static Set<Include> |
IBaseResource.WILDCARD_ALL_SET
Include set containing only
IBaseResource.INCLUDE_ALL |
Copyright © 2014–2016 University Health Network. All rights reserved.