Class ObjectIntegrityCheckWorkDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSetBasedWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectIntegrityCheckWorkDefinitionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ObjectIntegrityCheckWorkDefinitionType extends ObjectSetBasedWorkDefinitionType
Definition for object integrity check activity.- 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_HISTOGRAM_COLUMNS
static Producer<ObjectIntegrityCheckWorkDefinitionType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSetBasedWorkDefinitionType
F_OBJECTS
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ObjectIntegrityCheckWorkDefinitionType()
ObjectIntegrityCheckWorkDefinitionType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectSetType
beginObjects()
ObjectIntegrityCheckWorkDefinitionType
clone()
<X> X
end()
boolean
equals(Object other)
Integer
getHistogramColumns()
ObjectIntegrityCheckWorkDefinitionType
histogramColumns(Integer value)
ObjectIntegrityCheckWorkDefinitionType
id(Long value)
ObjectIntegrityCheckWorkDefinitionType
objects(ObjectSetType value)
void
setHistogramColumns(Integer value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSetBasedWorkDefinitionType
getObjects, setObjects
-
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_HISTOGRAM_COLUMNS
public static final ItemName F_HISTOGRAM_COLUMNS
-
FACTORY
public static final Producer<ObjectIntegrityCheckWorkDefinitionType> FACTORY
-
-
Constructor Detail
-
ObjectIntegrityCheckWorkDefinitionType
public ObjectIntegrityCheckWorkDefinitionType()
-
ObjectIntegrityCheckWorkDefinitionType
@Deprecated public ObjectIntegrityCheckWorkDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getHistogramColumns
public Integer getHistogramColumns()
-
setHistogramColumns
public void setHistogramColumns(Integer value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classObjectSetBasedWorkDefinitionType
-
id
public ObjectIntegrityCheckWorkDefinitionType id(Long value)
- Overrides:
id
in classObjectSetBasedWorkDefinitionType
-
histogramColumns
public ObjectIntegrityCheckWorkDefinitionType histogramColumns(Integer value)
-
objects
public ObjectIntegrityCheckWorkDefinitionType objects(ObjectSetType value)
- Overrides:
objects
in classObjectSetBasedWorkDefinitionType
-
beginObjects
public ObjectSetType beginObjects()
- Overrides:
beginObjects
in classObjectSetBasedWorkDefinitionType
-
end
public <X> X end()
- Overrides:
end
in classObjectSetBasedWorkDefinitionType
-
clone
public ObjectIntegrityCheckWorkDefinitionType clone()
- Overrides:
clone
in classObjectSetBasedWorkDefinitionType
-
-