Class CachingPolicyType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.CachingPolicyType
All Implemented Interfaces:
Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable
Direct Known Subclasses:
ShadowCachingPolicyType

public class CachingPolicyType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Definition of object attribute caching policies.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_CACHING_STRATEGY

      public static final ItemName F_CACHING_STRATEGY
    • FACTORY

      public static final Producer<CachingPolicyType> FACTORY
  • Constructor Details

    • CachingPolicyType

      public CachingPolicyType()
    • CachingPolicyType

      @Deprecated public CachingPolicyType(PrismContext context)
      Deprecated.
  • Method Details

    • getCachingStrategy

      public CachingStrategyType getCachingStrategy()
    • setCachingStrategy

      public void setCachingStrategy(CachingStrategyType value)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
    • id

      public CachingPolicyType id(Long value)
    • cachingStrategy

      public CachingPolicyType cachingStrategy(CachingStrategyType value)
    • end

      public <X> X end()
    • clone

      public CachingPolicyType clone()
      Overrides:
      clone in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable