Uses of Interface
org.cruk.clarity.api.ClarityAPI
Packages that use ClarityAPI
Package
Description
Implementation of the automation service.
Concrete implementation classes of the Clarity API.
The classes necessary to replay server calls from entity XML files on disk.
-
Uses of ClarityAPI in org.cruk.clarity.api.automation.impl
Fields in org.cruk.clarity.api.automation.impl declared as ClarityAPIModifier and TypeFieldDescriptionprotected ClarityAPI
ClarityProcessAutomationImpl.api
Clarity API.Methods in org.cruk.clarity.api.automation.impl with parameters of type ClarityAPIModifier and TypeMethodDescriptionvoid
ClarityProcessAutomationImpl.setClarityAPI
(ClarityAPI api) Set the API.Constructors in org.cruk.clarity.api.automation.impl with parameters of type ClarityAPI -
Uses of ClarityAPI in org.cruk.clarity.api.impl
Subinterfaces of ClarityAPI in org.cruk.clarity.api.implModifier and TypeInterfaceDescriptioninterface
Interface to the Clarity API for internal use, mostly by the cache.Classes in org.cruk.clarity.api.impl that implement ClarityAPIModifier and TypeClassDescriptionclass
Implementation of ClarityAPI using the Clarity REST operations. -
Uses of ClarityAPI in org.cruk.clarity.api.playback
Methods in org.cruk.clarity.api.playback with parameters of type ClarityAPIModifier and TypeMethodDescriptionvoid
ClarityAPIPlaybackAspect.setClarityAPI
(ClarityAPI api) Set the public interface access to the API.