Package ca.uhn.fhir.rest.api
Interface IVersionSpecificBundleFactory
-
public interface IVersionSpecificBundleFactory
This interface should be considered experimental and will likely change in future releases of HAPI. Use with caution!
-
-
Method Summary
-
-
-
Method Detail
-
addResourcesToBundle
void addResourcesToBundle(List<IBaseResource> theResult, BundleTypeEnum theBundleType, String theServerBase, BundleInclusionRule theBundleInclusionRule, Set<Include> theIncludes)
-
addRootPropertiesToBundle
void addRootPropertiesToBundle(String theId, String theServerBase, String theLinkSelf, String theLinkPrev, String theLinkNext, Integer theTotalResults, BundleTypeEnum theBundleType, IPrimitiveType<Date> theLastUpdated)
-
getResourceBundle
IBaseResource getResourceBundle()
-
initializeBundleFromResourceList
@Deprecated default void initializeBundleFromResourceList(String theAuthor, List<? extends IBaseResource> theResult, String theServerBase, String theCompleteUrl, int theTotalResults, BundleTypeEnum theBundleType)
Deprecated.This was deprecated in HAPI FHIR 4.1.0 as it provides duplicate functionality to theaddRootPropertiesToBundle(String, String, String, String, String, Integer, BundleTypeEnum, IPrimitiveType)andaddResourcesToBundle(List, BundleTypeEnum, String, BundleInclusionRule, Set)methods
-
initializeWithBundleResource
void initializeWithBundleResource(IBaseResource theResource)
-
toListOfResources
List<IBaseResource> toListOfResources()
-
-