Class CacheInvalidationConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CacheInvalidationConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class CacheInvalidationConfigurationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
How is the cache invalidated? Currently applicable only to global repo cache objects.- 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_APPROXIMATION
static ItemName
F_CLUSTERWIDE
static Producer<CacheInvalidationConfigurationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CacheInvalidationConfigurationType()
CacheInvalidationConfigurationType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheInvalidationConfigurationType
approximation(CacheInvalidationApproximationType value)
CacheInvalidationConfigurationType
clone()
CacheInvalidationConfigurationType
clusterwide(Boolean value)
<X> X
end()
boolean
equals(Object other)
CacheInvalidationApproximationType
getApproximation()
CacheInvalidationConfigurationType
id(Long value)
Boolean
isClusterwide()
void
setApproximation(CacheInvalidationApproximationType value)
void
setClusterwide(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_CLUSTERWIDE
public static final ItemName F_CLUSTERWIDE
-
F_APPROXIMATION
public static final ItemName F_APPROXIMATION
-
FACTORY
public static final Producer<CacheInvalidationConfigurationType> FACTORY
-
-
Constructor Detail
-
CacheInvalidationConfigurationType
public CacheInvalidationConfigurationType()
-
CacheInvalidationConfigurationType
@Deprecated public CacheInvalidationConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
isClusterwide
public Boolean isClusterwide()
-
setClusterwide
public void setClusterwide(Boolean value)
-
getApproximation
public CacheInvalidationApproximationType getApproximation()
-
setApproximation
public void setApproximation(CacheInvalidationApproximationType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public CacheInvalidationConfigurationType id(Long value)
-
clusterwide
public CacheInvalidationConfigurationType clusterwide(Boolean value)
-
approximation
public CacheInvalidationConfigurationType approximation(CacheInvalidationApproximationType value)
-
end
public <X> X end()
-
clone
public CacheInvalidationConfigurationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-