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 ClarityAPIInternalClarityAPICache.apiCacheControlThe API again, but via its internal interface.Methods in org.cruk.clarity.api.cache with parameters of type ClarityAPIInternalModifier and TypeMethodDescriptionvoidClarityAPICache.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 TypeClassDescriptionclassImplementation of ClarityAPI using the Clarity REST operations.Fields in org.cruk.clarity.api.impl declared as ClarityAPIInternalModifier and TypeFieldDescriptionprotected ClarityAPIInternalLatestVersionsResetAspect.apiThe API instance through its internal access methods.Methods in org.cruk.clarity.api.impl with parameters of type ClarityAPIInternalModifier and TypeMethodDescriptionvoidLatestVersionsResetAspect.setClarityAPI(ClarityAPIInternal api) Sets the API being used.