Uses of Interface
org.cruk.clarity.api.impl.ClarityAPIInternal
Packages that use ClarityAPIInternal
Package
Description
Package supporting caching of Clarity entities in memory
(or, if so configured, on disk) to reduce the amount of traffic being
sent to and from the REST API.
Concrete implementation classes of the Clarity API.
-
Uses of ClarityAPIInternal in org.cruk.clarity.api.cache
Fields in org.cruk.clarity.api.cache declared as ClarityAPIInternalModifier and TypeFieldDescriptionprotected ClarityAPIInternal
ClarityAPICache.apiCacheControl
The API again, but via its internal interface.Methods in org.cruk.clarity.api.cache with parameters of type ClarityAPIInternalModifier and TypeMethodDescriptionvoid
ClarityAPICache.setInternalClarityAPI
(ClarityAPIInternal internalApi) Set the internal interface access to the API. -
Uses of ClarityAPIInternal in org.cruk.clarity.api.impl
Classes in org.cruk.clarity.api.impl that implement ClarityAPIInternalModifier and TypeClassDescriptionclass
Implementation of ClarityAPI using the Clarity REST operations.Fields in org.cruk.clarity.api.impl declared as ClarityAPIInternalModifier and TypeFieldDescriptionprotected ClarityAPIInternal
LatestVersionsResetAspect.api
The API instance through its internal access methods.Methods in org.cruk.clarity.api.impl with parameters of type ClarityAPIInternalModifier and TypeMethodDescriptionvoid
LatestVersionsResetAspect.setClarityAPI
(ClarityAPIInternal api) Sets the API being used.