Class ApprovalCompositionStrategyType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalCompositionStrategyType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ApprovalCompositionStrategyType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Prescribes how individual approval requirements should be composed into overall approval schema.- 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_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
static Producer<ApprovalCompositionStrategyType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ApprovalCompositionStrategyType()
ApprovalCompositionStrategyType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApprovalCompositionStrategyType
clone()
<X> X
end()
boolean
equals(Object other)
ApprovalCompositionStrategyType
exclusive(Boolean value)
List<Integer>
getMergeIntoOrder()
List<QName>
getMergeOverwriting()
Integer
getMergePriority()
Integer
getOrder()
Boolean
isExclusive()
Boolean
isMergeable()
Boolean
isMergeIntoAll()
ApprovalCompositionStrategyType
mergeable(Boolean value)
ApprovalCompositionStrategyType
mergeIntoAll(Boolean value)
ApprovalCompositionStrategyType
mergeIntoOrder(Integer value)
ApprovalCompositionStrategyType
mergeOverwriting(QName value)
ApprovalCompositionStrategyType
mergePriority(Integer value)
ApprovalCompositionStrategyType
order(Integer value)
void
setExclusive(Boolean value)
void
setMergeable(Boolean value)
void
setMergeIntoAll(Boolean value)
void
setMergePriority(Integer value)
void
setOrder(Integer value)
-
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_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
-
FACTORY
public static final Producer<ApprovalCompositionStrategyType> FACTORY
-
-
Constructor Detail
-
ApprovalCompositionStrategyType
public ApprovalCompositionStrategyType()
-
ApprovalCompositionStrategyType
@Deprecated public ApprovalCompositionStrategyType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
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)
-
end
public <X> X end()
-
clone
public ApprovalCompositionStrategyType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-