Class ApprovalCompositionStrategyType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalCompositionStrategyType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ApprovalCompositionStrategyType extends Object implements Serializable, Cloneable, Containerable
Prescribes how individual approval requirements should be composed into overall approval schema.Java class for ApprovalCompositionStrategyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApprovalCompositionStrategyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="exclusive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="mergeable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="mergeIntoOrder" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="mergeIntoAll" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="mergePriority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="mergeOverwriting" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_EXCLUSIVE
static ItemName
F_MERGE_INTO_ALL
static ItemName
F_MERGE_INTO_ORDER
static ItemName
F_MERGE_OVERWRITING
static ItemName
F_MERGE_PRIORITY
static ItemName
F_MERGEABLE
static ItemName
F_ORDER
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ApprovalCompositionStrategyType()
ApprovalCompositionStrategyType(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_ORDER
public static final ItemName F_ORDER
-
F_EXCLUSIVE
public static final ItemName F_EXCLUSIVE
-
F_MERGEABLE
public static final ItemName F_MERGEABLE
-
F_MERGE_INTO_ORDER
public static final ItemName F_MERGE_INTO_ORDER
-
F_MERGE_INTO_ALL
public static final ItemName F_MERGE_INTO_ALL
-
F_MERGE_PRIORITY
public static final ItemName F_MERGE_PRIORITY
-
F_MERGE_OVERWRITING
public static final ItemName F_MERGE_OVERWRITING
-
-
Constructor Detail
-
ApprovalCompositionStrategyType
public ApprovalCompositionStrategyType()
-
ApprovalCompositionStrategyType
public ApprovalCompositionStrategyType(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()
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer value)
-
isExclusive
public Boolean isExclusive()
-
setExclusive
public void setExclusive(Boolean value)
-
isMergeable
public Boolean isMergeable()
-
setMergeable
public void setMergeable(Boolean value)
-
isMergeIntoAll
public Boolean isMergeIntoAll()
-
setMergeIntoAll
public void setMergeIntoAll(Boolean value)
-
getMergePriority
public Integer getMergePriority()
-
setMergePriority
public void setMergePriority(Integer value)
-
order
public ApprovalCompositionStrategyType order(Integer value)
-
exclusive
public ApprovalCompositionStrategyType exclusive(Boolean value)
-
mergeable
public ApprovalCompositionStrategyType mergeable(Boolean value)
-
mergeIntoOrder
public ApprovalCompositionStrategyType mergeIntoOrder(Integer value)
-
mergeIntoAll
public ApprovalCompositionStrategyType mergeIntoAll(Boolean value)
-
mergePriority
public ApprovalCompositionStrategyType mergePriority(Integer value)
-
mergeOverwriting
public ApprovalCompositionStrategyType mergeOverwriting(QName value)
-
clone
public ApprovalCompositionStrategyType clone()
-
-