Class PolicyExceptionType

  • All Implemented Interfaces:
    Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

    public class PolicyExceptionType
    extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
    Recorded exception from a policy rule. The exceptions that are approved are recoded here to avoid re-evaluating and re-approving them all the time. This is EXPERIMENTAL functionality. It is likely to change in the near future.
    See Also:
    Serialized Form
    • Constructor Detail

      • PolicyExceptionType

        public PolicyExceptionType()
    • Method Detail

      • getRuleName

        public String getRuleName()
      • setRuleName

        public void setRuleName​(String value)
      • getPolicySituation

        public String getPolicySituation()
      • setPolicySituation

        public void setPolicySituation​(String value)
      • setMetadata

        public void setMetadata​(MetadataType value)
      • equals

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

        public <X> X end()
      • clone

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