Class CachingConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CachingConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class CachingConfigurationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Profiles for various kind of caching. Used to balance performance with the accuracy/timeliness of data.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_PROFILE
static ItemName
F_TRACE_CONFIGURATION
static Producer<CachingConfigurationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CachingConfigurationType()
CachingConfigurationType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CachingProfileType
beginProfile()
CachingConfigurationType
clone()
List<CachingProfileType>
createProfileList()
<X> X
end()
boolean
equals(Object other)
List<CachingProfileType>
getProfile()
CachingConfigurationType
id(Long value)
Boolean
isTraceConfiguration()
CachingConfigurationType
profile(CachingProfileType value)
void
setTraceConfiguration(Boolean value)
CachingConfigurationType
traceConfiguration(Boolean value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TRACE_CONFIGURATION
public static final ItemName F_TRACE_CONFIGURATION
-
F_PROFILE
public static final ItemName F_PROFILE
-
FACTORY
public static final Producer<CachingConfigurationType> FACTORY
-
-
Constructor Detail
-
CachingConfigurationType
public CachingConfigurationType()
-
CachingConfigurationType
@Deprecated public CachingConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
isTraceConfiguration
public Boolean isTraceConfiguration()
-
setTraceConfiguration
public void setTraceConfiguration(Boolean value)
-
getProfile
public List<CachingProfileType> getProfile()
-
createProfileList
public List<CachingProfileType> createProfileList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public CachingConfigurationType id(Long value)
-
traceConfiguration
public CachingConfigurationType traceConfiguration(Boolean value)
-
profile
public CachingConfigurationType profile(CachingProfileType value)
-
beginProfile
public CachingProfileType beginProfile()
-
end
public <X> X end()
-
clone
public CachingConfigurationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-