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 theId,
String theServerBase,
String theLinkSelf,
String theLinkPrev,
String theLinkNext,
Integer theTotalResults,
BundleTypeEnum theBundleType,
IPrimitiveType<Date> theLastUpdated) |
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() |
void addResourcesToBundle(List<IBaseResource> theResult, BundleTypeEnum theBundleType, String theServerBase, BundleInclusionRule theBundleInclusionRule, Set<Include> theIncludes)
void addRootPropertiesToBundle(String theId, String theServerBase, String theLinkSelf, String theLinkPrev, String theLinkNext, Integer theTotalResults, BundleTypeEnum theBundleType, IPrimitiveType<Date> theLastUpdated)
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–2019 University Health Network. All rights reserved.