Package ca.uhn.fhir.rest.server.util
Interface ICachedSearchDetails
public interface ICachedSearchDetails
-
Method Summary
Modifier and TypeMethodDescriptiongetUuid()
void
Mark the search as being non-reusable by future queries (as in, the search can serve multiple page requests for pages of the same search, but it won't be reused in the future)void
-
Method Details
-
getUuid
-
setUuid
-
setCannotBeReused
void setCannotBeReused()Mark the search as being non-reusable by future queries (as in, the search can serve multiple page requests for pages of the same search, but it won't be reused in the future)
-