Uses of Class
ca.uhn.fhir.context.api.BundleInclusionRule
-
Packages that use BundleInclusionRule Package Description ca.uhn.fhir.context.api ca.uhn.fhir.rest.api -
-
Uses of BundleInclusionRule in ca.uhn.fhir.context.api
Methods in ca.uhn.fhir.context.api that return BundleInclusionRule Modifier and Type Method Description static BundleInclusionRuleBundleInclusionRule. valueOf(String name)Returns the enum constant of this type with the specified name.static BundleInclusionRule[]BundleInclusionRule. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BundleInclusionRule in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api with parameters of type BundleInclusionRule Modifier and Type Method Description voidIVersionSpecificBundleFactory. addResourcesToBundle(List<IBaseResource> theResult, BundleTypeEnum theBundleType, String theServerBase, BundleInclusionRule theBundleInclusionRule, Set<Include> theIncludes)
-