Class OperationResultHandlingStrategyType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.OperationResultHandlingStrategyType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class OperationResultHandlingStrategyType extends Object implements Serializable, Cloneable, Containerable
Strategy for operation result aggregation.Java class for OperationResultHandlingStrategyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationResultHandlingStrategyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="global" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="subresultStripThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="preserveDuringCleanup" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultImportanceType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_GLOBAL
static ItemName
F_NAME
static ItemName
F_PRESERVE_DURING_CLEANUP
static ItemName
F_SUBRESULT_STRIP_THRESHOLD
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description OperationResultHandlingStrategyType()
OperationResultHandlingStrategyType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_GLOBAL
public static final ItemName F_GLOBAL
-
F_SUBRESULT_STRIP_THRESHOLD
public static final ItemName F_SUBRESULT_STRIP_THRESHOLD
-
F_PRESERVE_DURING_CLEANUP
public static final ItemName F_PRESERVE_DURING_CLEANUP
-
-
Constructor Detail
-
OperationResultHandlingStrategyType
public OperationResultHandlingStrategyType()
-
OperationResultHandlingStrategyType
public OperationResultHandlingStrategyType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getName
public String getName()
-
setName
public void setName(String value)
-
isGlobal
public Boolean isGlobal()
-
setGlobal
public void setGlobal(Boolean value)
-
getSubresultStripThreshold
public Integer getSubresultStripThreshold()
-
setSubresultStripThreshold
public void setSubresultStripThreshold(Integer value)
-
getPreserveDuringCleanup
public OperationResultImportanceType getPreserveDuringCleanup()
-
setPreserveDuringCleanup
public void setPreserveDuringCleanup(OperationResultImportanceType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
name
public OperationResultHandlingStrategyType name(String value)
-
global
public OperationResultHandlingStrategyType global(Boolean value)
-
subresultStripThreshold
public OperationResultHandlingStrategyType subresultStripThreshold(Integer value)
-
preserveDuringCleanup
public OperationResultHandlingStrategyType preserveDuringCleanup(OperationResultImportanceType value)
-
id
public OperationResultHandlingStrategyType id(Long value)
-
clone
public OperationResultHandlingStrategyType clone()
-
-