Uses of Interface
org.cruk.clarity.api.ClarityAPI
Package
Description
Implementation of the automation service.
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 ClarityAPI in org.cruk.clarity.api.automation.impl
Modifier and TypeFieldDescriptionprotected ClarityAPI
ClarityProcessAutomationImpl.api
Clarity API.Modifier and TypeMethodDescriptionvoid
ClarityProcessAutomationImpl.setClarityAPI
(ClarityAPI api) Set the API. -
Uses of ClarityAPI in org.cruk.clarity.api.cache
Modifier and TypeFieldDescriptionprotected ClarityAPI
ClarityAPICache.api
The API this aspect will call through to.Modifier and TypeMethodDescriptionvoid
ClarityAPICache.setClarityAPI
(ClarityAPI api) Sets the API being used. -
Uses of ClarityAPI in org.cruk.clarity.api.impl
Modifier and TypeClassDescriptionclass
Implementation of ClarityAPI using the Clarity REST operations.