| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server |
| Modifier and Type | Method and Description |
|---|---|
BundleInclusionRule |
RestfulServer.getBundleInclusionRule() |
BundleInclusionRule |
IRestfulServer.getBundleInclusionRule() |
static BundleInclusionRule |
BundleInclusionRule.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IVersionSpecificBundleFactory.addResourcesToBundle(List<IBaseResource> theResult,
BundleTypeEnum theBundleType,
String theServerBase,
BundleInclusionRule theBundleInclusionRule,
Set<Include> theIncludes) |
void |
RestfulServer.setBundleInclusionRule(BundleInclusionRule theBundleInclusionRule)
Set how bundle factory should decide whether referenced resources should be included in bundles
|
Copyright © 2014–2016 University Health Network. All rights reserved.