| Package | Description |
|---|---|
| ca.uhn.fhir.context.api | |
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.util | |
| org.hl7.fhir.instance.model.api |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
BundleInclusionRule.shouldIncludeReferencedResource(ResourceReferenceInfo theReferenceInfo,
Set<Include> theIncludes) |
| 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.setRecurse(boolean theRecurse)
Should this include recurse
|
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 |
|---|---|
void |
IVersionSpecificBundleFactory.addResourcesToBundle(List<IBaseResource> theResult,
BundleTypeEnum theBundleType,
String theServerBase,
BundleInclusionRule theBundleInclusionRule,
Set<Include> theIncludes) |
| Modifier and Type | Method and Description |
|---|---|
IQuery<Y> |
IQuery.include(Include theInclude)
Add an "_include" specification or an "_include:recurse" specification.
|
IQuery<Y> |
IQuery.revInclude(Include theIncludeTarget)
Add a "_revinclude" specification
|
| 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–2017 University Health Network. All rights reserved.