public interface IVersionSpecificBundleFactory
| Modifier and Type | Method and Description |
|---|---|
void |
addResourcesToBundle(List<IBaseResource> theResult,
BundleTypeEnum theBundleType,
String theServerBase,
BundleInclusionRule theBundleInclusionRule,
Set<Include> theIncludes) |
void |
addRootPropertiesToBundle(String theAuthor,
String theServerBase,
String theCompleteUrl,
Integer theTotalResults,
BundleTypeEnum theBundleType,
IPrimitiveType<Date> theLastUpdated) |
Bundle |
getDstu1Bundle() |
IBaseResource |
getResourceBundle() |
void |
initializeBundleFromBundleProvider(IRestfulServer theServer,
IBundleProvider theResult,
EncodingEnum theResponseEncoding,
String theServerBase,
String theCompleteUrl,
boolean thePrettyPrint,
int theOffset,
Integer theCount,
String theSearchId,
BundleTypeEnum theBundleType,
Set<Include> theIncludes) |
void |
initializeBundleFromResourceList(String theAuthor,
List<? extends IBaseResource> theResult,
String theServerBase,
String theCompleteUrl,
int theTotalResults,
BundleTypeEnum theBundleType) |
void |
initializeWithBundleResource(IBaseResource theResource) |
List<IBaseResource> |
toListOfResources() |
void addResourcesToBundle(List<IBaseResource> theResult, BundleTypeEnum theBundleType, String theServerBase, BundleInclusionRule theBundleInclusionRule, Set<Include> theIncludes)
void addRootPropertiesToBundle(String theAuthor, String theServerBase, String theCompleteUrl, Integer theTotalResults, BundleTypeEnum theBundleType, IPrimitiveType<Date> theLastUpdated)
void initializeBundleFromBundleProvider(IRestfulServer theServer, IBundleProvider theResult, EncodingEnum theResponseEncoding, String theServerBase, String theCompleteUrl, boolean thePrettyPrint, int theOffset, Integer theCount, String theSearchId, BundleTypeEnum theBundleType, Set<Include> theIncludes)
Bundle getDstu1Bundle()
IBaseResource getResourceBundle()
void initializeBundleFromResourceList(String theAuthor, List<? extends IBaseResource> theResult, String theServerBase, String theCompleteUrl, int theTotalResults, BundleTypeEnum theBundleType)
void initializeWithBundleResource(IBaseResource theResource)
List<IBaseResource> toListOfResources()
Copyright © 2014–2016 University Health Network. All rights reserved.