Class ErrorSelectorType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ErrorSelectorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ErrorSelectorType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Selects error categories, e.g. for the purpose of criticality definition, selection which error types to handle, etc. EXPERIMENTAL: use with care- 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_CONFIGURATION
static ItemName
F_GENERIC
static ItemName
F_NETWORK
static ItemName
F_POLICY
static ItemName
F_POLICY_THRESHOLD
static ItemName
F_SCHEMA
static ItemName
F_SECURITY
static ItemName
F_UNSUPPORTED
static Producer<ErrorSelectorType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ErrorSelectorType()
ErrorSelectorType(PrismContext context)
Deprecated.
-
Method Summary
-
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_NETWORK
public static final ItemName F_NETWORK
-
F_SECURITY
public static final ItemName F_SECURITY
-
F_POLICY
public static final ItemName F_POLICY
-
F_POLICY_THRESHOLD
public static final ItemName F_POLICY_THRESHOLD
-
F_SCHEMA
public static final ItemName F_SCHEMA
-
F_CONFIGURATION
public static final ItemName F_CONFIGURATION
-
F_UNSUPPORTED
public static final ItemName F_UNSUPPORTED
-
F_GENERIC
public static final ItemName F_GENERIC
-
FACTORY
public static final Producer<ErrorSelectorType> FACTORY
-
-
Constructor Detail
-
ErrorSelectorType
public ErrorSelectorType()
-
ErrorSelectorType
@Deprecated public ErrorSelectorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getNetwork
public CriticalityType getNetwork()
-
setNetwork
public void setNetwork(CriticalityType value)
-
getSecurity
public CriticalityType getSecurity()
-
setSecurity
public void setSecurity(CriticalityType value)
-
getPolicy
public CriticalityType getPolicy()
-
setPolicy
public void setPolicy(CriticalityType value)
-
getPolicyThreshold
public CriticalityType getPolicyThreshold()
-
setPolicyThreshold
public void setPolicyThreshold(CriticalityType value)
-
getSchema
public CriticalityType getSchema()
-
setSchema
public void setSchema(CriticalityType value)
-
getConfiguration
public CriticalityType getConfiguration()
-
setConfiguration
public void setConfiguration(CriticalityType value)
-
getUnsupported
public CriticalityType getUnsupported()
-
setUnsupported
public void setUnsupported(CriticalityType value)
-
getGeneric
public CriticalityType getGeneric()
-
setGeneric
public void setGeneric(CriticalityType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ErrorSelectorType id(Long value)
-
network
public ErrorSelectorType network(CriticalityType value)
-
security
public ErrorSelectorType security(CriticalityType value)
-
policy
public ErrorSelectorType policy(CriticalityType value)
-
policyThreshold
public ErrorSelectorType policyThreshold(CriticalityType value)
-
schema
public ErrorSelectorType schema(CriticalityType value)
-
configuration
public ErrorSelectorType configuration(CriticalityType value)
-
unsupported
public ErrorSelectorType unsupported(CriticalityType value)
-
generic
public ErrorSelectorType generic(CriticalityType value)
-
end
public <X> X end()
-
clone
public ErrorSelectorType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-