Uses of Class
ca.uhn.fhir.model.api.Include
Package
Description
-
Uses of Include in ca.uhn.fhir.context.api
Modifier and TypeMethodDescriptionabstract boolean
BundleInclusionRule.shouldIncludeReferencedResource
(ResourceReferenceInfo theReferenceInfo, Set<Include> theIncludes) -
Uses of Include in ca.uhn.fhir.model.api
Modifier and TypeMethodDescriptionInclude.asNonRecursive()
Creates a copy of this include with non-recurse behaviourInclude.asRecursive()
Creates a copy of this include with recurse behaviourInclude.setRecurse
(boolean theRecurse) Should this include recurseInclude.toLocked()
Return a newCreates and returns a new copy of this Include with the given type. -
Uses of Include in ca.uhn.fhir.rest.api
Modifier and TypeMethodDescriptionvoid
IVersionSpecificBundleFactory.addResourcesToBundle
(List<IBaseResource> theResult, BundleTypeEnum theBundleType, String theServerBase, BundleInclusionRule theBundleInclusionRule, Set<Include> theIncludes) ModifierConstructorDescriptionBundleLinks
(String theServerBase, Set<Include> theIncludes, boolean thePrettyPrint, BundleTypeEnum theBundleType) -
Uses of Include in ca.uhn.fhir.rest.gclient
-
Uses of Include in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionboolean
ResourceReferenceInfo.matchesInclude
(Include theInclude) Modifier and TypeMethodDescriptionboolean
ResourceReferenceInfo.matchesIncludeSet
(Set<Include> theIncludes) -
Uses of Include in org.hl7.fhir.instance.model.api
Modifier and TypeFieldDescriptionstatic final Include
IBaseResource.INCLUDE_ALL
Include constant for*
(return all includes)Modifier and TypeFieldDescriptionIBaseResource.WILDCARD_ALL_SET
Include set containing onlyIBaseResource.INCLUDE_ALL