Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CachingConfigurationType
-
Packages that use CachingConfigurationType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CachingConfigurationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type CachingConfigurationType Modifier and Type Field Description static Producer<CachingConfigurationType>
CachingConfigurationType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CachingConfigurationType Modifier and Type Method Description CachingConfigurationType
InternalsConfigurationType. beginCaching()
CachingConfigurationType
CachingConfigurationType. clone()
CachingConfigurationType
ObjectFactory. createCachingConfigurationType()
CachingConfigurationType
InternalsConfigurationType. getCaching()
CachingConfigurationType
CachingConfigurationType. id(Long value)
CachingConfigurationType
CachingConfigurationType. profile(CachingProfileType value)
CachingConfigurationType
CachingConfigurationType. traceConfiguration(Boolean value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CachingConfigurationType Modifier and Type Method Description javax.xml.bind.JAXBElement<CachingConfigurationType>
ObjectFactory. createCachingConfiguration(CachingConfigurationType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CachingConfigurationType Modifier and Type Method Description InternalsConfigurationType
InternalsConfigurationType. caching(CachingConfigurationType value)
javax.xml.bind.JAXBElement<CachingConfigurationType>
ObjectFactory. createCachingConfiguration(CachingConfigurationType value)
void
InternalsConfigurationType. setCaching(CachingConfigurationType value)
-