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.
The classes necessary to replay server calls from entity XML files on disk.
The classes necessary to record entities returned from a Clarity server to XML files on disk.
-
Uses of ClarityAPIInternal in org.cruk.clarity.api.cache
Fields in org.cruk.clarity.api.cache declared as ClarityAPIInternalModifier and TypeFieldDescriptionprotected ClarityAPIInternal
ClarityAPICache.api
The API this aspect will call through to.Methods in org.cruk.clarity.api.cache with parameters of type ClarityAPIInternalModifier and TypeMethodDescriptionvoid
ClarityAPICache.setClarityAPI
(ClarityAPIInternal api) Sets the API being used. -
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.Constructors in org.cruk.clarity.api.impl with parameters of type ClarityAPIInternal -
Uses of ClarityAPIInternal in org.cruk.clarity.api.playback
Methods in org.cruk.clarity.api.playback with parameters of type ClarityAPIInternalModifier and TypeMethodDescriptionvoid
ClarityAPIPlaybackAspect.setInternalClarityAPI
(ClarityAPIInternal internalApi) Set the internal interface access to the API. -
Uses of ClarityAPIInternal in org.cruk.clarity.api.record
Methods in org.cruk.clarity.api.record with parameters of type ClarityAPIInternalModifier and TypeMethodDescriptionvoid
ClarityAPIRecordingAspect.setInternalClarityAPI
(ClarityAPIInternal internalApi) Set the internal interface access to the API.